Quantcast
Channel: Active questions tagged email - Stack Overflow
Viewing all articles
Browse latest Browse all 30098

Exim System Filter File, how to block a domain with all numbers in it?

$
0
0

I've this filter in a custom filter rule file. Does anyone know how can I block domains with all numbers in it such as 1234.com, 2143.com etc?

if first_delivery
and ("$h_to:, $h_cc:" contains ".icu")
or ("$h_from:" contains ".icu")
then
seen finish
endif

Viewing all articles
Browse latest Browse all 30098

Trending Articles