Does procmail work from top down?

Is the idea that 
X-Spam-Level: \*\*\*\*\*\*\*
catches 7 and higher.  Then I can put:
X-Spam-Level: \*\*\*
to catch 3 and higher into a might be spam folder?

Thanks,
Rob

On 20040215.0919, Cooper Stevenson said ...

> Rob,
> 
> Here's a working procmail code snippet for you to work with:
> 
> ----------------------Begin Recipee---------------------
> :0fw
> * < 256000
> | spamc
>                                                                                 
> # Mails with a score of 9 or higher are almost certainly spam (with
> 0.05%
> # false positives according to rules/STATISTICS.txt). Let's put them in
> a
> # different mbox. (This one is optional.)
> :0
> * ^X-Spam-Level: \*\*\*\*\*\*\*\*\*
>     /var/spool/mail/almost-certainly-spam
> ----------------------End Recipee---------------------
> 
> Hope this helps!
_______________________________________________
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug

Reply via email to