3 messages in net.sourceforge.lists.courier-maildrop[maildropl] filtering on received header
FromSent OnAttachments
PollywogDec 14, 2004 9:09 am 
Devin RubiaDec 14, 2004 10:36 am 
PollywogDec 14, 2004 11:21 am 
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:[maildropl] filtering on received headerActions...
From:Pollywog (lin@shadypond.com)
Date:Dec 14, 2004 9:09:41 am
List:net.sourceforge.lists.courier-maildrop

I have this filter in a file and the filter is called by maildrop for each email received:

FILTERS=$HOME/.filters

if ( /^Received:.*/ && lookup( $MATCH2, "$HOME/.filters/dat.badrcvd" )) { to "$HOME/Maildir/.Spam-rcvd/" }

The dat.badrcvd file looks like this:

click huagai \.optonline \.rima-tde\.net$

To name a few incessant spam sources that my MTA might miss. Any received header that contains these headers should match (that is what I want) only it doesn't work.

Can anyone tell me how to get this to work? BTW I am using the courier-maildrop not the plain maildrop in Debian. I am using similar filtering for the subject and from addresses and those do work.

thanks