Hi, can someone tell me a part of my custom exim filter isn't working? Specifically the message_body? Everything else seems to work fine.
Code:
if
$h_subject: is "accounts mugfesp" or
$h_subject: is "The decision to suspend your account. Waiting for payment." or
$h_subject: is "account problem detected" or
$h_subject: is "Send Unlimited Emails Instantly, without any restriction" or
$h_subject: is "two suspec... kolcloopt"
$h_subject: contains "Jason Bateman thanks wife and" or
$message_body: contains "from YOUR hacked account"
then
fail text "Your message was detected as spam. If this was by mistake, please call and inform us of the issue. DF Sales Ltd."
seen finish
endif