Re: [exim] Match $h_To

Top Page
Delete this message
Reply to this message
Author: Evgeniy Berdnikov
Date:  
To: exim-users
Subject: Re: [exim] Match $h_To
On Wed, Jul 09, 2014 at 10:16:01AM -0700, Brian Spraker wrote:
> Attempting to do a match for $h_To for the vacation / out of office reply item that was sent to the group a while ago.
>
> Here is my line:
>
> ${if { match {$h_To:} {(?i).*emailaccount@???.* } } {no} {yes} }


First of all, syntax is incorrect: match can not be surrounded via
{ braces }. Run "exim -be ..." first.
--
Eugene Berdnikov