-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 9/29/2014 11:19 AM, Reindl Harald wrote:
> 
> Am 29.09.2014 um 19:14 schrieb Nels Lindquist:
>> On 9/29/2014 10:54 AM, Reindl Harald wrote:
>> 
>>> please remove markers like [SPAM] if a mesage was flagged
>>> before reply - they lead often that a message goes to junk-
>>> instead the list-folder :-)
>> 
>> Please teach your users to filter on the List-ID: header rather
>> than Subject: for this list.  The issue can be entirely avoided
>> without requiring everyone else in the world to alter their
>> behaviour
> 
> the [SPAM] marker comes *before* all other sieve-filters otherwise
> it would not catch faked From-Headers

I would suggest that you either add an additional condition to your
sieve filter to exclude messages with the SA List-ID from subject line
detection*, or alter your spam detection rule to use a header which
you actually control.  X-Spam-Status or X-Spam-Level are often good
choices.

[*] Something like:

if allof ( header :comparator "i;ascii-casemap" :contains "Subject"
"[SPAM]", not header :comparator "i;ascii-casemap" :contains "List-Id"
"<users.spamassassin.apache.org>" ) {
    fileinto "INBOX.Spam";
    stop;
    }


- -- 
Nels Lindquist
<nli...@maei.ca>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.20 (MingW32)

iEYEARECAAYFAlQpnwYACgkQh6z5POoOLgQqFQCgsZlNFMuJKsw0B3LEQ8xeagf0
lfcAoLqwcNqkiQIBT227kdmcrvcmfUsl
=l2s8
-----END PGP SIGNATURE-----

Reply via email to