Re: [exim] Not rejecting mail to postmaster in DATA acl?

Top Page
Delete this message
Reply to this message
Author: David Woodhouse
Date:  
To: Marc Sherman
CC: exim-users
Subject: Re: [exim] Not rejecting mail to postmaster in DATA acl?
On Thu, 2005-03-24 at 13:42 -0500, Marc Sherman wrote:
> I'd like to avoid quarentining mail addressed to postmaster.  The naive 
> solution I tried was to add:
>    domains = +local_domains
>    local_parts = !postmaster

>
> But that doesn't work, because the aliases file maps
> postmaster->root->msherman, and when the quarentine router is re-run for
> the root address, the message gets quarentined.
>
> Any suggestion there?


condition = ${if eq{$original_local_part}{postmaster} {0}{1}}

Btw, 'quarantine'.

--
dwmw2