Facing an issue while adding a exim filter that the working is case sensitive
Facing an issue in that I have created an Exim filter that contains the word in the body of the email. When I add the TEST word in capital it also blocks the small test word.
logfile /var/log/filter.log 0644
if
$message_body: contains "TEST"
or $message_body: contains "mail"
then
logwrite "$tod_log $message_id from $sender_address contained spam keywords $header_subject ($message_body) $h_to"
seen finish
endif
-
Hey there! I'm not finding any mention of the message_body variable being case sensitive, so it seems that just may not be the case. The only mention of case sensitivity I found in all of the Exim docs as the regular expressions page here: https://www.exim.org/exim-html-current/doc/html/spec_html/ch-regular_expressions.html
0
Please sign in to leave a comment.
Comments
1 comment