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.


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




<<attachment: boutilpj.vcf>>

----
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

Reply via email to