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]{2}\b/i

Martin
-- 
Martin Radford              |   "Only wimps use tape backup: _real_ 
[EMAIL PROTECTED] | men just upload their important stuff  -o)
Registered Linux user #9257 |  on ftp and let the rest of the world  /\\
- see http://counter.li.org |       mirror it ;)"  - Linus Torvalds _\_V


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to