Re: [exim] exim condition isn't matching or result don't ass…

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Dean Brooks
Date:  
À: exim-users
Sujet: Re: [exim] exim condition isn't matching or result don't assign
On Mon, May 13, 2013 at 06:08:30PM +0400, deisler wrote:
> 13.05.2013 16:34, Jeremy Harris ?????:
> >I think you don't want the "\" before the "(" and ")".
> Characters exceptions required otherwise () is perceived as a group.


You have to have grouping parentheses or the value won't get returned
into $1.

This may be closer to what you are looking for:

set acl_c_spf_for_dkim = ${if match{$spf_received}{\N\((.*)\)\N}{$1}}

--
Dean Brooks
dean@???