7 Jul
2017
7 Jul
'17
1:10 p.m.
On 07.07.2017 11:14, j.emerlik wrote:
Hi, my global sieve filter looks like this:
require "fileinto";
if header :contains "X-Spam-Status" "YES" { fileinto "INBOX.Junk"; }
if header :contains "X-Spam-Level" "********************" { discard; stop; }
Why Dovecot 2.2.24 and pigeonhole-0.4.14 moves all e-mails to spam eg .: with "X-Spam-Status: No," too ?
Regards, Jack
You sure there is no local filter involved?
Aki