11 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] filtering using body ...
FromSent OnAttachments
PollywogDec 19, 2004 8:20 am 
PollywogDec 19, 2004 1:50 pm 
Thorsten HaudeDec 19, 2004 2:30 pm 
Thorsten HaudeDec 19, 2004 2:35 pm 
PollywogDec 19, 2004 2:47 pm 
Tony EarnshawDec 20, 2004 4:11 am 
PollywogDec 20, 2004 9:51 am 
Paul L. AllenDec 20, 2004 12:24 pm 
PollywogDec 20, 2004 12:31 pm 
Thorsten HaudeDec 21, 2004 4:33 pm 
PollywogDec 21, 2004 4:50 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] filtering using body checksActions...
From:Thorsten Haude (list@thorstenhau.de)
Date:Dec 19, 2004 2:35:41 pm
List:net.sourceforge.lists.courier-maildrop

Hi,

* Pollywog wrote (2004-12-19 22:50):

It would also help if there were a way to filter messages that have an empty "Subject:" or no "Subject:" I am filtering out messages with words like "cheap" in the subject but now they are coming in with a blank subject. I was able to deal with that in Procmail but have no idea how to do it with Maildrop and the spammers are getting their way.

Again, SA should be able to help. I don't get more than one or two spams a day, usually not even this. Check your configuration.

Maildrop should find empty subjects with this pattern: /^subject:[:space:]+$/

Mails without subject lines should be found like this: !/^subject:/

Thorsten