On Tue, 17 May 2005, Mark Smith wrote:

>  
> I have the following routers defined:
> 
> postmaster_alias:
>   driver = redirect
>   domains = +local_domains
>   condition  = ${if eq{$local_part}{postmaster}{1}{0}}
>   data = root
> 
> bounce_copies:
>   driver = redirect
>   domains = +local_domains
>   senders = :
>   data = root
>   unseen
> 
> Root is aliased to a real address. Both of the routers work, but the second
> one writes a line to the panic log that says "User 0 set for local_delivery
> transport is on the never_users list". 
> 
> I can understand the reasons for the error message, and I could get round it
> by specifying a real address, but why doesn't the first router produce the
> same error?

The router does not specify that error; it is the transport that does. 
So it depends on what happens after routing.

-- 
Philip Hazel            University of Cambridge Computing Service,
[EMAIL PROTECTED]      Cambridge, England. Phone: +44 1223 334714.
Get the Exim 4 book:    http://www.uit.co.uk/exim-book

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