From: Jeremy Harris Date: Wed, 18 Apr 2018 22:28:26 +0000 (+0100) Subject: ACL: reword error message for ratelimit. Bug 2267 X-Git-Tag: exim-4.92-RC1~204 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/bfe6da1991922941c979cc71fbcb5a45b6af2cfc ACL: reword error message for ratelimit. Bug 2267 --- diff --git a/src/src/acl.c b/src/src/acl.c index 35d955da6..edf4fb4d0 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