Colin A. Bartlett wrote:

[...]

Can anyone help me out with a Procmail recipe that would pass
along anything deemed to be spam but that has the habeas headers? I still
want to be able to report that.


I'm using this to store everything flagged with habeas that isn't from the SA list:

# Store habeas-tagged messages for special handling
:0 c:
* ^X-Spam-Status: .*HABEAS_SWE
* !^List-Id: Talk about SpamAssassin
habeasfolder

I'm doing it this way because, sadly, the only non-spam I get with habeas headers seems to be from this list, but I'm watching to see if that changes. To catch only spam messages with the headers, that could easily be modified to:

# Store habeas-tagged spam messages for special handling
:0:
* ^X-Spam-Status: Yes,.*HABEAS_SWE
habeasfolder

- Bob

Reply via email to