Author: Flemming Christensen Date: To: exim-users Subject: SV: [Exim] how to insert manual logging in a redirect router ?
>> I've created a mysql lookup forwarder (the virtual_forward router) >> I works but when I view the main_log it shows
>> <= sender mailaddress
>> => forwarder mailaddress
>
>For most normal cases of aliasing is shows
>
> => forwarded address (original address) ... Okay .. what's different with my redirect router ?
>> I would like to insert a log entry where I can se the original TO: mailaddress
>>
>> like
>>
>> <= sender mailaddress
>> == forwarding from orginal mailaddress to
>> => forwarder mailaddress
>>
>> Can this be done ?
>Not in that format, because == means "deferred delivery". [=>] would be okay to :)
>Does log_selector = +all_parents help? (Exim 4) Like a charm !!
I though it was something I should toggle per router. Got me looking in the wrong place.
Thanks for the help Philip.
But IF I would like a seperat line only with THIS router ... could it be done ?