Hey Guys,
i am trying to work with cpanel_exim_system_filter. Need to block incoming emails with subject that contains Your accounts was hacked.i have enabled it in Exim Configuration Manager
i have entered the code to the cpanel_exim_system_filter but the emails are still getting in
i have checked the manual
How to Customize the Exim System Filter File - cPanel Knowledge Base - cPanel Documentation
is there any extended reference for the variables that i can use like , $h_subject etc
any advices are welcome
thx
i am trying to work with cpanel_exim_system_filter. Need to block incoming emails with subject that contains Your accounts was hacked.i have enabled it in Exim Configuration Manager
i have entered the code to the cpanel_exim_system_filter but the emails are still getting in
Code:
if ("$h_subject:"contains "Your accounts was hacked")
or ("$h_subject:"Your accounts was compromised")
then fail
endif
How to Customize the Exim System Filter File - cPanel Knowledge Base - cPanel Documentation
is there any extended reference for the variables that i can use like , $h_subject etc
any advices are welcome
thx