https://bugs.exim.org/show_bug.cgi?id=2267

Git Commit <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Git Commit <[email protected]> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/bfe6da1991922941c979cc71fbcb5a45b6af2cfc

commit bfe6da1991922941c979cc71fbcb5a45b6af2cfc
Author:     Jeremy Harris <[email protected]>
AuthorDate: Wed Apr 18 23:28:26 2018 +0100
Commit:     Jeremy Harris <[email protected]>
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.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to