Op 7/7/2017 om 1:18 PM schreef j.emerlik: > Solved temporary by replacing X-Spam-Status to X-Spam-Flag. > > X-Spam-Flag in my system is added only to SPAM e-mail, anyway it looks like > a bug.
Can you show your configuration (output from `dovecot -n`)? An example message may also be useful. Regards, Stephan. > Regards, > Jack > > > 2017-07-07 12:41 GMT+02:00 j.emerlik <[email protected]>: > >> Yes, I'am sure. >> >> I've only global as: >> ============== >> require "fileinto"; >> >> if header :contains "X-Spam-Status" "YES" { >> fileinto "INBOX.Junk"; >> } >> >> if header :contains "X-Spam-Level" "********************" { >> discard; >> stop; >> } >> >> and default as: >> ============== >> require "fileinto"; >> >> if header :contains "X-Spam-Status" "YES" { >> fileinto "Junk"; >> } >> >> if header :contains "X-Spam-Level" "********************" { >> discard; >> stop; >> } >> >> any idea ? >> >> Regards, >> Jack >> >> >> 2017-07-07 12:10 GMT+02:00 Aki Tuomi <[email protected]>: >> >>> >>> 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 >>> >>
