Exim Block Subjects / Message Content Not Working
Hey Guys,
I've followed the steps here and am not winning:
My block_subjects.conf file:
Can confirm its enabled in Exim Configuration: I know $message_body only searches a certain amount of kb of data, but for this example which has gone through, the content of the mail started as so and so should of at least hit that last rule:
if ("$h_subject:" contains "DirectAxis")
then fail
endif
if $header_subject: contains "DirectAxis"
then fail
endif
if ("$h_subject:" contains "Special Loan Offer")
then fail
endif
if ("$h_subject:" contains "Loan At 5%")
then fail
endif
if ($message_body contains "DirectAxis")
then fail
endif
if ($message_body contains "Direct Axis")
then fail
endif
if ($header_from: contains "DirectAxis" or $header_from: contains "Direct Axis")
then fail
endif
if ($message_body contains "DIRECTAXIS FINANCIAL SERVICES")
then fail
endif
Can confirm its enabled in Exim Configuration: I know $message_body only searches a certain amount of kb of data, but for this example which has gone through, the content of the mail started as so and so should of at least hit that last rule:
--=_1edd99cc3e0eaf2d6e0fe1377091cd09
Content-Type: multipart/alternative;
boundary="=_6298f99b9e874ad3e5dd4feb6e2a9bbd"
--=_6298f99b9e874ad3e5dd4feb6e2a9bbd
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=UTF-8;
format=flowed
Welcome To DIRECTAXIS FINANCIAL SERVICES
Please sign in to leave a comment.
Comments
0 comments