Re: [SAtalk] Problem with a rule

2003-09-01 Thread David Dyer-Bennet
Larry Gilson <[EMAIL PROTECTED]> writes: > Hi David, > > > -Original Message- > > From: David Dyer-Bennet > > > # Down-score foreign sources > > header DDB_FOREIGN_FROM From =~ /\.[a-z]{2}[, ]/i > > describe DDB_FOREIGN_FROM From includes two-char TLD > > score DDB_FOREIGN_

Re: [SAtalk] Problem with a rule

2003-09-01 Thread David Dyer-Bennet
Martin Radford <[EMAIL PROTECTED]> writes on 1 September 2003 at 20:36:54 +0100 > At Mon Sep 1 18:14:56 2003, David Dyer-Bennet wrote: > > > # Down-score foreign sources > > header DDB_FOREIGN_FROMFrom =~ /\.[a-z]{2}[, ]/i > > This won't match > > From: <[EMAIL PROTECTED]>

Re: [SAtalk] Problem with a rule

2003-09-01 Thread Martin Radford
At Mon Sep 1 18:14:56 2003, David Dyer-Bennet wrote: > # Down-score foreign sources > header DDB_FOREIGN_FROM From =~ /\.[a-z]{2}[, ]/i This won't match From: <[EMAIL PROTECTED]> or From: [EMAIL PROTECTED] Perhaps you could try: header DDB_FOREIGN_FROM From =~ /\.[a-z

RE: [SAtalk] Problem with a rule

2003-09-01 Thread Larry Gilson
Hi David, > -Original Message- > From: David Dyer-Bennet > # Down-score foreign sources > header DDB_FOREIGN_FROM From =~ /\.[a-z]{2}[, ]/i > describe DDB_FOREIGN_FROM From includes two-char TLD > score DDB_FOREIGN_FROM 0.1 > > # Up-score okay English TLDs > header DDB_

[SAtalk] Problem with a rule

2003-09-01 Thread David Dyer-Bennet
I'm playing with a rule to slightly downscore mail from two-character domains (i.e. country TLDs). Setting aside the question of whether such a rule could possibly help (I certainly don't recommend it generally; I do think it may fit my situation)...I can't get it to work. I've written several ot