Help with Procmail?

Bob Gorman bob at rsi.com
Tue Jun 1 09:38:01 EDT 2004


At 12:11 PM 5/31/2004, Scott Ehrlich wrote:
>I have discovered that the headers of legit emails contain a line:
>
>Status: R
>whereas spam contain:
>Status: (no value)
>
>What is the safest way to filter on a variable (Status) which has no
>value?
>
>I thought of:
>* ^Status:

Several way to do this. Here are some ideas.

:0:
* ^Status: $
mail/spam

OR

:0:
* ! ^Status: R
mail/spam

OR

:0:
* ^Status: R
mail/ham





-- 

I provide custom Linux business solutions in the Boston area.
mailto:bob(at)rsi.com, http://www.rsi.com/, 617.965.1700




More information about the Discuss mailing list