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