I'm using this conditional in an ACL:

warn message = X-Verify-failure: Sender domain does not match received hosts! $sender_address_domain log_message = Fraud - Sender domain does not match received hosts! $sender_address_domain
   senders = [EMAIL PROTECTED];/etc/exim/run/verifylist.db
!condition = ${if match{$h_Received:}{$sender_address_domain}{true}{false}}

But - if the sender is using mixed case domains "Wellsfargo.com" instead of "wellsfargo.com" it doesn't work.

How do I make this case insensitive?

--
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