Re: [Mailman-Users] Trapping a post with a blank Subject:

2009-03-05 Thread Mark Sapiro
Hank van Cleef wrote: > >I've tried several strings in the spam filter, but I don't get >reliable results. Have you tried ^Subject:\s*$ That should get the ones with an empty subject, but in order to get the ones with no subject header at all, you need a series of three rules. The first with re

[Mailman-Users] Trapping a post with a blank Subject:

2009-03-05 Thread Hank van Cleef
How can I catch a post sent to the list that has nothing in the Subject: field? It is the first post in a thread that I need to catch. Mailman adds (no subject) before distributing the post, and I can trap all the responses. But evidently that is added after the incoming post headers are scanned