Re: [exim] Regex Matching In ACL

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Pete Long
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] Regex Matching In ACL


On 13/07/13 15:42, Lena@??? wrote:
>> From: Pete Long
>
>>         condition = ${if match{$h_subject:}{^tester.*}{yes}{no}}

>
> $h_* variables are available in acl_check_data but not in acl_check_rcpt.


Indeed you are correct Lena and thank you very much for the information
I'd missed. Thanks also to Jasen for help with the regex syntax!

ACL now working ok.


Regards,

Pete.