5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: perlfilter an...
FromSent OnAttachments
Jim CooleyDec 13, 2001 12:19 pm 
Jim CooleyDec 13, 2001 2:21 pm 
Jim CooleyDec 13, 2001 2:22 pm 
Sam VarshavchikDec 13, 2001 2:59 pm.patch
Roland SchneiderDec 13, 2001 11:19 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: [courier-users] Re: perlfilter and control filesActions...
From:Roland Schneider (list@serv.ch)
Date:Dec 13, 2001 11:19:41 pm
List:net.sourceforge.lists.courier-users

--Jim Cooley wrote on 13.12.2001 14:22 -0800:

I was barely following your recommendations involving dupfilter and the message control id.

What specifically would I have to do that would make a filter equivalent to parsing a control file for senders and recievers (r.* are s.* lines) and, then, filtering based on the contents of those lines for any given e-mail?

First consider filtering at the localfilter-stage. There you have the receipients already in the arguments, just put the script you want to run into etc/maildropfilter.

Some time ago I made modifications to get_msgid_for_filtering to return all the relevant data instead of only the message-id:

http://courier.serv.ch/patches/old/filter-extend/0.32/submit2.C.patch

Roland