Hi,
I have created the following EXIM Custom Filter but is not working, can you help me to find where is my issue?
Here is the code:
Thank you,
Sergio
I have created the following EXIM Custom Filter but is not working, can you help me to find where is my issue?
Here is the code:
I have also tried with escaping dot like "\\." and escaping "\\>" as well, but the same with no luck.# Exim filter
if first_delivery
and ("$h_from:" contains ".(club|ninja|online|party|top|trade|vip|website|xyz)[>]?"))
then
fail text "Rejected by server policy rule"
seen finish
endif
Thank you,
Sergio
Last edited: