oops...my bad

:0 BD
 should be
:0 HD

(case-sensitive egrep of headers not body)

-------- Original Message --------

FWIW
SpamAssassin seems to have dropped the Razor1 auto_report_threshold
option so...In case its of any value for those using Razor2, here's a
procmail recipe that can create a spam2razor file from email with high
SpamAssassin scores but that have NOT been reported by Razor already.
No sense reporting stuff that's already in the catalogue:

:0
#  match on at least X *'s marks (15+ in below example)
* ^X-Spam-Level: (\*\*\*\*\*\*\*\*\*\*\*\*\*\*)\**
* ^X-Spam-Flag: YES
{
   #:0 BD
   :0 HD
     * ^.*(Listed in Razor2|RAZOR2_CHECK).*$
     normal-spam-folder
   # else
   :0 E
     spam2razor
}

this spam2razor file can then be examined and handled with
'razor-report'. I suppose you could also pipe msg through razor-report...




-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to