Author: Kirill Miazine Date: To: Marc Perkel CC: exim-users Subject: Re: [Exim] This should be simple but ....
* Marc Perkel <marc@???> [20011212 15:13]: > In the main system filter - how do I get the email address that caused
> the current message to be created (as opposed to the to: and cc: and
> other fields). Is that envelope-to: ???
>
> I tried $h_envelope-to: and it didn't work.
That headers isn't available at the time filter is run. It's added
later.