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).*[email protected].* } } {no} {yes} }
First of all, syntax is incorrect: match can not be surrounded via
{ braces }. Run "exim -be ..." first.
--
Eugene Berdnikov
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/