From b2f410d8dbf886eacb6a1466c37262393bb8bdfe Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Mon, 31 Jul 2017 00:25:53 +0300 Subject: [PATCH] u --- lmtp.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lmtp.js b/lmtp.js index a983e646..7a640319 100644 --- a/lmtp.js +++ b/lmtp.js @@ -267,8 +267,9 @@ const serverOptions = { }; let sendAutoreply = done => { + log.info('dddd', JSON.stringify({ sender, user })); // never reply to messages marked as spam - if (!sender || !user.autoreply || !user.autoreply.status || !user.autoreply.message || filterActions.get('spam')) { + if (!sender || !user.autoreply || filterActions.get('spam')) { return setImmediate(done); }