Re: [Exim] exiscan_regex_data and complex regexps

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Tom Kistner
Ημερομηνία:  
Προς: sharun
Υ/ο: exim-users
Αντικείμενο: Re: [Exim] exiscan_regex_data and complex regexps
sharun@??? wrote:

> First look at exiscan_regex_data = ^X-Mailer.*Mail\\sSender have no look.
> Message with ^X-Mailer: Mail Sender$ in body pass these regexp.
>
> What exiscan_regex_data shall look like?


I tested this and it works:

exiscan_regex_data = ^X\-Mailer\:: Mail Sender

When doubling the backslash you end up with a literal backslash, which
is not what you want.

regards,

/tom