[exim] acl_check_data discard, deny condition not working
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Diese Nachricht ist Teil des folgenden Threads:
Der komplette Thread sortiert nach Datum
Jeremy Harris am
2018-03-29 09:24
Autor:
Mueller
Datum:
2018-03-29 09:05
UTC
To:
exim-users
Betreff:
[exim] acl_check_data discard, deny condition not working
Dear All,
I tried a deny condition in the section, acl_check_data :
acl_smtp_data = acl_check_data
acl_check_data
deny condition = ${if match{$h_x-spam-status:}{\NUNPARSEABLE_RELAY\N}}
log_message=....
The deny or discard condition does not work, but warn condition does:
warn condition = ${if match{$h_x-spam-status:}{\NUNPARSEABLE_RELAY\N}}
log_message=..
How can i get the deny drop message ,if special header is set, working?
Greetings
Daniel