Re: [Exim] user filters

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Peter Bowyer
Dátum:  
Címzett: Ron McKeating
CC: Exim-Users \(E-mail\)
Tárgy: Re: [Exim] user filters
Ron McKeating wrote:
>> Not sure if $sender_address is available in a user filter - we use
>> $h_from:
>> for exactly this task which does the job.
>
> Thanks do you use the whole email address to match, ie
> userbod@??? or can you match on just "userbod"?


The whole address. But you can probably use a 'begins' test if you just want
to match on the localpart.

Peter