Author: Miquel van Smoorenburg Date: To: exim-users Subject: Re: [Exim] how to insert aliases into the 'Received' header?
In article <399D9622.9390D2A9@???>,
jeff <jlb-exim@???> wrote: >I guess I should say a little more about my real goal: When I get spam
>on one of my aliases, I want to know which one it is so that I can
>figure out where the spammer got my address and also so I can turn the
>alias off or redirect it to another mailbox.
Set envelope_to_add = true in the transport for local delivery,
and Exim will add a "Envelope-To: " header to all mail you receive.
That header contains what you're looking for.