Re: [SAtalk] Negative score for SAtalk messages

2003-11-20 Thread Terry Milnes
Ditto, kinda, mine is specific to this list: whitelist_to [EMAIL PROTECTED] whitelist_from_rcvd [EMAIL PROTECTED] lists.sourceforge.net Works for me and is harder for spammers to abuse. Note that for this to work your mail system must be set up in such a way that spamassassin can see the

[SAtalk] Negative score for SAtalk messages

2003-11-19 Thread Marc Steuer
Title: Negative score for SAtalk messages 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

Re: [SAtalk] Negative score for SAtalk messages

2003-11-19 Thread Chris Thielen
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

RE: [SAtalk] Negative score for SAtalk messages

2003-11-19 Thread Chris Thielen
skip them out of the loop. You rule looks fine to me! -Original Message- From: Marc Steuer [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 2:49 PM To: [EMAIL PROTECTED] Subject: [SAtalk] Negative score for SAtalk messages Hi list members, I want to score messages

Re: [SAtalk] Negative score for SAtalk messages

2003-11-19 Thread Matt Beland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 19 November 2003 12:08 pm, Chris Thielen wrote: To check if it was sent to the list I look for this header: X-BeenThere: [EMAIL PROTECTED] This is the best header to check for: List-Id: Talk about SpamAssassin

Re: [SAtalk] Negative score for SAtalk messages

2003-11-19 Thread Robert Menschel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Marc, Wednesday, November 19, 2003, 11:49:08 AM, you wrote: MS I want to score messages from [SAtalk] with a negative score so MS examples posted to the list won't be tagged as spam. ... MS 2. Is there an alternate way to ensure SAtalk

Re: [SAtalk] Negative score for SAtalk messages

2003-11-19 Thread David B Funk
On Wed, 19 Nov 2003, Marc Steuer wrote: 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