On Wed, 3 Dec 2003, Jennifer Wheeler wrote:

> > Idan Lerer said:
> > > I would like to block spammer that sends me emails with mail from
> > > [EMAIL PROTECTED]
> > <snip>
> > > header LOCAL_SAPM_FROM_WALLA   ALL =~ /\abcd.\w{0,[EMAIL PROTECTED]/i
> > 
> > Idan,
> > 
> > quote the dot "\.":
> > header LOCAL_SAPM_FROM_WALLA   ALL =~ /abcd\.\w{0,[EMAIL PROTECTED]/i
> 
> oops..  missed the second dot
> header LOCAL_SAPM_FROM_WALLA   ALL =~ /abcd\.\w{0,[EMAIL PROTECTED]/i

   Too, do be sure that you include that "domain\.com" piece.  Lots
of companies use [EMAIL PROTECTED] as the primary e-mail
addy for their employees (mine is one of them).  If you don't localise
that on the "domain\.com" part you're just about guaranteed to over-
block.

+------------------------------------------------+---------------------+
| Carl Richard Friend (UNIX Sysadmin)            | West Boylston       |
| Minicomputer Collector / Enthusiast            | Massachusetts, USA  |
| mailto:[EMAIL PROTECTED]                        +---------------------+
| http://users.rcn.com/crfriend/museum           | ICBM: 42:22N 71:47W |
+------------------------------------------------+---------------------+



-------------------------------------------------------
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to