On fre 23 okt 2009 17:09:59 CEST, Dan Schaefer wrote
The emails being sent to postfix-users-dig...@cloud9.net are messing
with my head. I setup a filter to put emails sent to
users@spamassassin.apache.org into a SA folder. Whenever an email
gets sent to postfix-users-dig...@cloud9.net, I think there's
something wrong with TB. I have subsequently added a filter for that
address as well.
in horde webmail i do this from ingo:
# postfix
if anyof ( header :comparator "i;ascii-casemap" :contains "List-Post"
"postfix-us...@postfix.org", header :comparator "i;ascii-casemap"
:contains "List-Post" "postfix-de...@postfix.org" ) {
fileinto "maillists.postfix";
stop;
}
# 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;
}
sorry for big paste, and line wraps, but it works for me :)
--
xpoint