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