Lähettäjä: Marc Perkel Päiväys: Vastaanottaja: Magnus Holmgren Kopio: exim-users Aihe: Re: [exim] Re: Extract email address from From header
Magnus Holmgren wrote:
>Andreas Metzler wrote:
>
>
>>Looks like you are running these tests in RCPT acl, before the
>> From:-header is transfered. You'll need to move the second test to
>>the DATA-acl. (And as previously said $address instead will make the
>>whole thing a lot more readable.)
>>
>>
>
>${address:$h_From:}, that is.
>
>
> Yes - thanks - that seems to work.