Colo Update
Although its not nice to see someone get frustrated, this made me happy that
Comments
Comment from nslm
Time: February 4, 2006, 8:35 am
If memory serves you can enable exim filter based filtering by uncommenting the allow_filter line in the userforward router, if you like procmail, then http://www.exim.org/exim-html-4.20/doc/html/spec_28.html#CHAP28 describes how to do it with the appropriate transport.
If you want all mail to have the SA tags then you need to replace
“spam = nobody” with “spam = nobody:true”
Comment from al_bullit
Time: February 12, 2006, 8:27 pm
I can’t make it work. spamassassin works on command line, spamc doesn’t. Its a mystery to me.
Comment from nslm
Time: February 13, 2006, 7:53 am
Well my mail now has the appropriate headers….
If you want to mess with the headers you need to use system filters to rewrite the headers, (basically SpamAssassin isn’t able to directly alter the email….)
In the DATA ACL:
warn message = X-New-Subject: ++SPAM++ $h_subject:
spam = nobody
In the system filter:
if “${if def:header_X-New-Subject: {there}}” is there
then
headers remove Subject
headers add “Subject: $h_X-New-Subject:”
headers remove X-New-Subject
endif
Comment from al_bullit
Time: February 19, 2006, 10:42 am
yes, cunning. cant make conditional stuff work the way I want ATM… will post more shortly
Comment from icklemichael
Time: February 3, 2006, 2:45 pm
RMPJ is still on avoriaz too…