On tir 15 dec 2009 15:44:50 CET, Jeff Koch wrote

in has a tag. A tag of two characters would allow users to quickly identify the email as coming from the SA mailing list and decide whether the email is worth opening.

in the header:

List-Id:        <users.spamassassin.apache.org>

in sieve filter:

# spamassassin
if anyof ( header :comparator "i;ascii-casemap" :contains "List-Id" "users.spamassassin.apache.org", header :comparator "i;ascii-casemap" :contains "List-Id" "dev.spamassassin.apache.org" ) {
     fileinto "maillists.spamassassin";
     stop;
 }



--
xpoint http://www.unicom.com/pw/reply-to-harmful.html


Reply via email to