Συντάκτης: Nathan Ollerenshaw Ημερομηνία: Προς: Peter Bowyer Υ/ο: exim-users Αντικείμενο: Re: [Exim] checking for the existence of a string in a string
On Jul 13, 2004, at 11:12 PM, Peter Bowyer wrote:
> Regexp maybe?
>
> $if {match {$address_data} {forwardonly} {1} {0}}
>
> or something similar.
>
> Peter