Autor: Kirill Miazine Data: Para: Marc Perkel CC: exim-users Asunto: Re: [Exim] This should be simple but ....
I'm not sure, $local_part@$domain shouldn't work in system filter
according to the filter spec since a message can have multiple
recipients.
* Marc Perkel <marc@???> [20011212 15:21]: > so - how do i figure out the email address that it's to?
>
> > > 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.