Is there any place I can find a tutorial on how to create rules?? I have
been able to find a rule that exists and copy/paste/alter much much success
but it is the "from scratch" ones I have consistant trouble with.

for instance I am finding mails from the US Army being flase positive
flagged, so I added:
header FROM_ARMY             From =~ /army.mil/i
describe FROM_ARMY   From ARMY

which did not wuite do the trick as there are a bunch of sub-domains that
the mail could be FROM.. so I changed it to:
header FROM_ARMY             From =~ /*.army.mil/i
describe FROM_ARMY   From ARMY
which evidently was not to SA's liking because it stopped all testing past
that rule.

thanks..
Debbie






-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to