[exim-cvs] ACL: reword error message for ratelimit. Bug 226…

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] ACL: reword error message for ratelimit. Bug 2267
Gitweb: https://git.exim.org/exim.git/commitdiff/bfe6da1991922941c979cc71fbcb5a45b6af2cfc
Commit:     bfe6da1991922941c979cc71fbcb5a45b6af2cfc
Parent:     25ca84e25a47ccf8e1e0560ebd88794dabeb8db5
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Apr 18 23:28:26 2018 +0100
Committer:  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