Bypass User from Global exim filter
Is it possible to bypass any specific domain or email id from global exim filter:
#cat /usr/local/cpanel/etc/exim/sysfilter/options/cpanel_exim_system_filter
if
($received_protocol is "local"
or $received_protocol is "smtp"
or $received_protocol is "smtps"
or $received_protocol is "esmtp"
or $received_protocol is "esmtpa"
or $received_protocol is "esmtps"
or $received_protocol is "esmtpsa")
and ("$h_subject:" contains "swiss")
or ("$h_subject:" contains "sales")
or ("$h_subject:" contains "marketing")
or ("$h_subject:" contains "promotions")
then
logwrite "$tod_full $message_id from $sender_address contained **SPAM** $h_subject to $h_to keywords"
seen finish
endif-
Hello, You could include a "does not contain" or "does not match" line to the custom filter rule to exclude a specific domain name or email address: How to Keep your Email out of the Spam Folder - cPanel Knowledge Base - cPanel Documentation Thank you. 0 -
Thanks for help me to get me on right track. 0
Please sign in to leave a comment.
Comments
2 comments