ACL: reword error message for ratelimit. Bug 2267
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 18 Apr 2018 22:28:26 +0000 (23:28 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Wed, 18 Apr 2018 22:28:26 +0000 (23:28 +0100)
src/src/acl.c

index 35d955da6a2c584f52cbac5ca66de755c59a8fa5..edf4fb4d099ecb004b167473ab6f3aa13191a5bd 100644 (file)
@@ -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