Eddie Shipman wrote:
> I have a domain that is using Exim. We have been getting tons of 
> spam directed to dictionary generated addresses but usually one 
> or more of the addresses are valid domain addresses.
> 
> Is it possible to discard ANY message that has ANY address that 
> is not a valid address in my domain?

In the DATA acl, add:

deny condition = ${if >{$rcpt_fail_count}{0}}

- Marc

-- 
## 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/

Reply via email to