This commit is contained in:
Andris Reinman 2019-06-12 16:37:01 +03:00
parent d99471cd00
commit aeb74decf5
2 changed files with 2 additions and 2 deletions

View file

@ -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 });

View file

@ -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": {