Jakob Hirsch wrote:

Marc Perkel wrote:

match{$h_Received:}{$sender_address_domain}{true}{false}}
How do I make this case insensitive?

RTFM, though hidden in doc/pcrepattern.txt:
{(?i)$sender_address_domain}

Or do lc on both strings.

btw, $sender_address_domain is not a regexp, so you should probably
quote it in some way.

Somehow I though match was case insensitive. I guess that's just in filter rules.

--
Marc Perkel - [EMAIL PROTECTED]

Spam Filter: http://www.junkemailfilter.com
   My Blog: http://marc.perkel.com


--
## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to