procmail
[Top] [All Lists]

Re: Unidentified subject!

1997-07-09 07:38:00

..... I came up with this as an improvement to my
earlier attempts (see separate message from Eli for a pointer):

I don't understand.  

    # No subject line, or silly "no subject"
    :0
    * ^Subject:
    * ! ^Subject: [[(]?(none|unidentified|unspecified|no)( subject)?[.!]?[])]?

If subject is empty AND it doesn't contain the silly string ?

    { }

Then do nothing?

    :0EHB:    # H == scan header (for no MAILER); B == scan message body
    * ! ^FROM_MAILER
    * B ?? < 1000
    * $ $UNSUBSCRIBE
    scratch/unsubscribe

But if neither condition, then do the filter?

 

<Prev in Thread] Current Thread [Next in Thread>