Ok. Sieve was not doing what it use to.(I think) There were 2 variants of the spam test that existed on the system X-Spam-Flag and X-Spam-Status. The Spam-Status check looked for "Yes"(notice the case) The headers today look like X-Spam-Flag: NO X-Spam-Status: No, score=-5.627 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-1.428, URIBL_BLOCKED=0.001] autolearn=ham Notice the BA`YES` It seems that an update changed the case sensitivity for the checks. That will teach me to stop updating my systems. On 07/31/2015 03:22 PM, Patrick Boutilier wrote: > And the headers of the e-mails that should not be going in to Spam > definitely don't have X-Spam-Status:Yes in them? > > > > On 07/31/2015 04:03 PM, Alvin Starr wrote: >> My filter is >> >> require "fileinto" ; >> >> ## Flag: |UniqueId:0|Rulename: spam filter >> if header :contains "X-Spam-Status" "Yes" >> { >> fileinto "INBOX/Spam" ; >> stop ; >> } >> >> >> >> Strangely if I remove the filter it goes to back to the putting mail >> into the Inbox. >> >> I have restarted sieve. >> I recompiled the filter rule. >>:q >> >> On 07/31/2015 02:21 PM, Alexander Dalloz wrote: >>> Am 31.07.2015 um 19:14 schrieb Alvin Starr: >>>> >>>> >>>> This one has me baffled. >>>> I use sieve to check the X-spam-thingie header to see if I think the >>>> message is spam and then put it into the spam folder. >>>> >>>> One user has started to see all their email but for mail from the local >>>> domain go into the spam folder. >>> >>> From the log you see sieve doing that? >>> >>>> The messages are not getting tagged as spam. >>> >>> Or is the user's mail client doing that by its own? I.e. you can >>> configure thunderbird to use its junk filter. >>> >>> Alexander >>> >>> >>> ---- >>> Cyrus Home Page: http://www.cyrusimap.org/ >>> List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ >>> To Unsubscribe: >>> https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus >>> >> >> > > > > ---- > Cyrus Home Page: http://www.cyrusimap.org/ > List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ > To Unsubscribe: > https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus > -- Alvin Starr || voice: (905)513-7688 Netvel Inc. || Cell: (416)806-0133 alvin@xxxxxxxxxx || ---- Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus