Добрый день!
У меня есть такая проверка:
drop message = Header From exist, but not have a valid address = $h_from
log_message = Header From exist, but not have a valid address = $h_from
!hosts = x : y : z
condition = ${if def:h_from: {yes}{no}}
condition = ${if or { \
{ eq{${address:$h_from:}}{} } \
{ eq{${domain:$h_from:}}{} } \
{ eq{${local_part:$h_from:}}{} } \
} {yes}{no}}
delay = 45s
log_message = Header From exist, but not have a valid address = $h_from
!hosts = x : y : z
condition = ${if def:h_from: {yes}{no}}
condition = ${if or { \
{ eq{${address:$h_from:}}{} } \
{ eq{${domain:$h_from:}}{} } \
{ eq{${local_part:$h_from:}}{} } \
} {yes}{no}}
delay = 45s
Иногда она срабатывает на адресах типа [email protected] <[email protected]>.
Из-за этого для важных клиентов я ввёл !hosts.
Данную проблему можно побороть, не увеличиваю список hosts?
_______________________________________________ Exim-users mailing list [email protected] http://mailground.net/mailman/listinfo/exim-users
