From e1941b44e49e3566af3c685323268928a3a7124d Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Mon, 31 Jul 2017 00:11:42 +0300 Subject: [PATCH] u --- lmtp.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lmtp.js b/lmtp.js index 454870cf..c5f68192 100644 --- a/lmtp.js +++ b/lmtp.js @@ -199,6 +199,8 @@ const serverOptions = { .forEach(filter => { matchingFilters.push(filter.id); + log.info('ddd', JSON.stringify(filter.action)); + // apply matching filter if (!filterActions) { filterActions = filter.action; @@ -384,7 +386,7 @@ const serverOptions = { // if similar message exists, then skip skipExisting: true }; - + log.info('ddd3', JSON.stringify(messageOptions)); messageHandler.add(messageOptions, (err, inserted, info) => { // remove Delivered-To chunks.shift();