From e209b7fc3338ed19600ae8371c233b58e287cd83 Mon Sep 17 00:00:00 2001 From: Marc Haber Date: Sun, 23 Jul 2006 12:41:31 +0000 Subject: ACL order doesn't matter for whitelists that do not call each other, fix number svn path=/exim/trunk/; revision=1510 --- debian/debconf/conf.d/acl/25_exim4-config_check_mail | 16 ---------------- debian/debconf/conf.d/acl/30_exim4-config_check_mail | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 debian/debconf/conf.d/acl/25_exim4-config_check_mail create mode 100644 debian/debconf/conf.d/acl/30_exim4-config_check_mail diff --git a/debian/debconf/conf.d/acl/25_exim4-config_check_mail b/debian/debconf/conf.d/acl/25_exim4-config_check_mail deleted file mode 100644 index a2c3978..0000000 --- a/debian/debconf/conf.d/acl/25_exim4-config_check_mail +++ /dev/null @@ -1,16 +0,0 @@ - -### acl/25_exim4-config_check_mail -################################# - -# This access control list is used for every MAIL command in an incoming -# SMTP message. The tests are run in order until the address is either -# accepted or denied. -# -acl_check_mail: - .ifdef CHECK_MAIL_HELO_ISSUED - deny - message = no HELO given before MAIL command - condition = ${if def:sender_helo_name {no}{yes}} - .endif - - accept diff --git a/debian/debconf/conf.d/acl/30_exim4-config_check_mail b/debian/debconf/conf.d/acl/30_exim4-config_check_mail new file mode 100644 index 0000000..a2c3978 --- /dev/null +++ b/debian/debconf/conf.d/acl/30_exim4-config_check_mail @@ -0,0 +1,16 @@ + +### acl/25_exim4-config_check_mail +################################# + +# This access control list is used for every MAIL command in an incoming +# SMTP message. The tests are run in order until the address is either +# accepted or denied. +# +acl_check_mail: + .ifdef CHECK_MAIL_HELO_ISSUED + deny + message = no HELO given before MAIL command + condition = ${if def:sender_helo_name {no}{yes}} + .endif + + accept -- cgit v1.2.3