Hello,
First information, I just fixed my situation by changing
senders = : => condition = ${if eq{$sender_address_domain}{} {yes}{no}}
which seems to work ok for my case.
Because there was about 50 screens of debugging info, I though that debug output below would show you that "address match: subject=1@a pattern=" which would probably mean that "senders" -variable contains "1@a" and pattern is empty.
And all this input data was done by Exim bounce writing stuff. I had errors_to -stings in normal router, but it didn't work because exim was checking routing of errors_to stuff which didn't resolve.
About testing again this I cannot do that, because I don't have version history of configuration files and I've changed config a lot according to my specs after getting around of this "senders = :" -issue. Like rewriting envelope_to, envelope_from and headers to values I need.
Best regards, Jori
> -----Original Message-----
> From: exim-users-bounces@???
> [mailto:exim-users-bounces@exim.org] On Behalf Of Philip Hazel
> Sent: 30. syyskuuta 2004 16:20
> To: Hämäläinen, Jori /TeliaSonera Finland Oyj
> Cc: exim-users@???
> Subject: Re: [exim] router for bounce messages
>
> On Thu, 30 Sep 2004 jori.hamalainen@??? wrote:
>
> > --------> bounce_route router <--------
> > local_part=deny domain=b
> > checking senders
> > ---0 Get 134994592 40 string.c 346
> > address match: subject=1@a pattern=
> > ---0 Get 134994632 32 string.c 384
> > ---0 Get 134994664 32 string.c 346
> > a in ""? no (end of list)
> > 1@a in ":"? no (end of list)
> > ---0 Get 134994696 48 string.c 346
> > bounce_route router skipped: senders mismatch
> > --------
> >
> > Does this prove that "senders" string is not empty as I've expected?
> > It is "1@a".
>
> You haven't really shown enough of the debugging output for
> accurate diagnosis. We need to see the whole thing, though
> you can cut out the memory management stuff, which is rarely
> helpful and just clogs it up. A simple -d is normally sufficient.
>
> --
> Philip Hazel University of Cambridge Computing Service,
> ph10@??? 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/ ##
>
>