3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: provide excep...
FromSent OnAttachments
Ricardo KleemannSep 24, 2003 9:12 am 
Sam VarshavchikSep 24, 2003 2:36 pm 
Eduardo RoldanSep 24, 2003 3:28 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: provide exception in blacklist?Actions...
From:Eduardo Roldan (tra@multitel.com.uy)
Date:Sep 24, 2003 3:28:48 pm
List:net.sourceforge.lists.courier-users

On Wed, 2003-09-24 at 18:36, Sam Varshavchik wrote:

Ricardo Kleemann writes:

Hi,

If courier rejects a message due to a hit on blacklist, is it possible to configure an exception based on the sender's email address?

For example, I have this rejection:

Sep 11 11:27:28 server2 courieresmtpd: error,relay=::ffff:200.168.1.236,from=<dani@cntbrasil.com.br> ,to=<marc@caixapostal.com.br>: 511 Dynamic/Residential IP range listed by easynet.nl DynaBlock - http://dynablock.easynet.nl/errors.html

Is it possible to configure that particular sender, dani@cntbrasil.com.br, as a whitelist or an exception?

No, you can only whitelist based on sending IP addresses, by setting the BLOCK environment variable to an empty string in the smtpaccess file.

Maybe you can make a courierfilter(8) that checks the blacklist and whitelist with his own methods (eg: a dbm file and a command line blacklist query).