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 = *@dbm;/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 - marc@???
Spam Filter: http://www.junkemailfilter.com
My Blog: http://marc.perkel.com