mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-09-13 16:45:27 +08:00
v1.20.4
This commit is contained in:
parent
d99471cd00
commit
aeb74decf5
2 changed files with 2 additions and 2 deletions
|
@ -477,7 +477,7 @@ class FilterHandler {
|
|||
|
||||
if (filterActions.get('delete')) {
|
||||
// nothing to do with the message, just continue
|
||||
let err = new Error('Message dropped by policy');
|
||||
let err = new Error(`Message dropped by policy [${matchingFilters.map(id => (id || '').toString()).join(':')}]`);
|
||||
err.code = 'DroppedByPolicy';
|
||||
|
||||
filterResults.push({ delete: true });
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wildduck",
|
||||
"version": "1.20.3",
|
||||
"version": "1.20.4",
|
||||
"description": "IMAP/POP3 server built with Node.js and MongoDB",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Reference in a new issue