Author: Giuliano Gavazzi Date: To: Jakob Hirsch CC: exim-users Subject: Re: [exim] how to detect if address aliased?
On Sun, 11 Dec 2005, Jakob Hirsch wrote:
> Giuliano Gavazzi wrote:
>
> >> Could you post your routers section?
> > sorry, it's a bit of a mess, but I post it anyway (this is not on a
> > production server!)
>
> Um, I'm not sure what you are trying to do with all this routers.
> Your system_aliases_unspec and system_aliases routers do just the same.
you are perfectly right, and I do not know how I managed to paste in the
incorrect system_aliases router... here is the one that does what it says:
> And what's your address_data good for? $sender_address stays the same
> for the whole message, so you can use it in the transport. And you never
> modify return_path, so you don't even have to explicitely specify it.
I'll reply about that tomorrow, it has to do with the filter (although, as
I say, it is for the moment unused).