Matthias Wimmer wrote:
> 
> Gordon Messmer schrieb:
>> What filter framework are you using?
> 
> Not sure what you mean: I am using amavisd-new for spam and virus 
> checking as well as a greylisting filter implemented in C++, that does 
> not use any framework but directly implements the courier filter interface.

Well, the current version of courier runs filters in alphabetical order, 
and will stop filtering if given a response code that begins with the 
digit 0.  With that in mind, if you want to whitelist users, you can 
create a new filter that evaluates the sender's information and uses a 
'0XX' code when you want to skip processing.

I asked about frameworks because I expected that you'd be using either 
pythonfilter or Courier::Filter. ;)  As far as I know, both will let you 
process filters in order and provide simple ways to whitelist senders.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to