[exim-dev] [Bug 2267] Contradictory error/no error logged to…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2267] Contradictory error/no error logged to paniclog for ratelimit options in QUIT/NOTQUIT ACLs
https://bugs.exim.org/show_bug.cgi?id=2267

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #3 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/bfe6da1991922941c979cc71fbcb5a45b6af2cfc

commit bfe6da1991922941c979cc71fbcb5a45b6af2cfc
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Apr 18 23:28:26 2018 +0100
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Wed Apr 18 23:28:26 2018 +0100


    ACL: reword error message for ratelimit.  Bug 2267
---
 src/src/acl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/src/acl.c b/src/src/acl.c
index 35d955d..edf4fb4 100644
--- a/src/src/acl.c
+++ b/src/src/acl.c
@@ -2340,7 +2340,7 @@ if (leaky + strict + readonly > 1)
   return ratelimit_error(log_msgptr, "conflicting update modes");
 if (badacl && (leaky || strict) && !noupdate)
   return ratelimit_error(log_msgptr,
-    "\"%s\" must not have /leaky or /strict option in %s ACL",
+    "\"%s\" must not have /leaky or /strict option, or cannot be used in %s
ACL",
     ratelimit_option_string[mode], acl_wherenames[where]);


/* Set the default values of any unset options. In readonly mode we

--
You are receiving this mail because:
You are on the CC list for the bug.