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 e
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 =~ /\[SAtal
-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 me
-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
- --
Matt Beland
[EM
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_SATALKSubject =~ /\[SAtalk\]\b/
describe MY_SATAL
Title: Negative score for SAtalk messages
I don't even
run them thru SA. I have procmail 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
PMTo: [EMAIL PROTECTED]Subje
Oh. Silly me, I didn't respond to the original rule question. I made the
same wrong assumption in my obfu rules generator. The problem with the
original rule is the trailing word boundary marker:
\b matches the space between "\w\W" or "\W\w"
the "]" character is \W, so for that rule to match, t
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 th