On Sun, Aug 28, 2005 at 10:31:00AM -0700, Marc Perkel said: > ... for some reason it's not working. Just trying to make a simple black > lists of senders domains and block them. The senders domains are in a > text file. > > domainlist sender_domains_blocked = /etc/exim/acllists/domainsblocked.txt > > drop message = REJECTED - Sender Domain ($sender_address_domain) in > DOMAIN BLOCK LIST > condition = ${if > match_domain{$sender_address}{+sender_domains_blocked}{true}{false}}
Not using $sender_address_domain ? -- -------------------------------------------------------------------------- | Stephen Gran | "Confound these ancestors.... They've | | [EMAIL PROTECTED] | stolen our best ideas!" - Ben Jonson | | http://www.lobefin.net/~steve | | -------------------------------------------------------------------------- -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/