On Fri, Dec 27, 2002 at 12:04:07PM -0600, [EMAIL PROTECTED] wrote:

| > The amount of spam I get in a day just tripled. The particular offender
| > responsible left the date string out of his headers.
| > 
| > Anywho, how would I filter any message without a date string in it?
|  
|      You should look at SpamAssassin for a comprehensive approach to spam
|  filtering. It lives up to its name. SA checks for many different indications
|  of spam, and scores each signal. I have procmail recipes for it also if you
|  need em.

Spamassassin rocks.  And it's easy to use.  I strongly suggest it's
use over what you're trying to do ...

Filtering on mails without a Date: header isn't likely to be very
effective (and it'll probably catch some legitimate emails too) but
here's how you'd do it --

   ::
   * !^Date:
   mail-without-date-header

-- 
Doug McLaren, [EMAIL PROTECTED]
Dad, I dont think I'm gonna do it Hamster Style anymore.
_______________________________________________
Siglinux mailing list
[EMAIL PROTECTED]
http://www.utacm.org/mailman/listinfo/siglinux

Reply via email to