git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
25ca84e
)
ACL: reword error message for ratelimit. Bug 2267
author
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 18 Apr 2018 22:28:26 +0000
(23:28 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 18 Apr 2018 22:28:26 +0000
(23:28 +0100)
src/src/acl.c
patch
|
blob
|
history
diff --git
a/src/src/acl.c
b/src/src/acl.c
index 35d955da6a2c584f52cbac5ca66de755c59a8fa5..edf4fb4d099ecb004b167473ab6f3aa13191a5bd 100644
(file)
--- 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,
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
ratelimit_option_string[mode], acl_wherenames[where]);
/* Set the default values of any unset options. In readonly mode we