At 02:49 PM 11/19/2003, Marc Steuer wrote:
I want to score messages from [SAtalk] with a negative score so examples posted to the list won't be tagged as spam. This is my first venture into regex and I've tried:

header MY_SATALK                        Subject =~ /\[SAtalk\]\b/
describe MY_SATALK              Message from [SAtalk]
score MY_SATALK                 -10

Messages with [SAtalk] in the subject aren't always matched by this rule.

Two questions:
1.  Do I have the rule syntax correct?

Yes. You can also double-check it with spamassassin --lint. As far as I can see, that rule should work fine.


2. Is there an alternate way to ensure SAtalk messages won't be tagged as spam?

if you're a procmail sort, you can always procmail em out and never even pass them to SA in the first place.





------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to