Hey Marc,

I use procmail to send SAtalk to a separate IMAP folder
(SpamAssassin-talk), bypassing SpamAssassin.  Any email sent to my SATalk
email address but not to the list is checked by spamassassin, then put in
a yet another IMAP folder (SpamAssassin-talk/direct).

To check if it was sent to the list I look for this header:
X-BeenThere: [EMAIL PROTECTED]

You should be able to create your rule something like this:

header MY_SATALK        X-BeenThere =~ /[EMAIL PROTECTED]/
describe MY_SATALK      Message from [SAtalk]
score MY_SATALK         -10

HTH


--
Chris Thielen

Easily generate SpamAssassin rules to catch obfuscated spam phrases:
http://www.sandgnat.com/cmos/


Marc Steuer said:
> Hi list members,
>
> 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?
> 2.  Is there an alternate way to ensure SAtalk messages won't be tagged as
> spam?
>
> Thanks,
> Marc


-------------------------------------------------------
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