https://bugs.exim.org/show_bug.cgi?id=1155
Git Commit <git@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |git@???
--- Comment #1 from Git Commit <git@???> ---
Git commit:
http://git.exim.org/exim.git/commitdiff/8f972521a1fdb4c845eb5fa6d6d5519744df7f7a
commit 8f972521a1fdb4c845eb5fa6d6d5519744df7f7a
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Jun 16 19:56:28 2015 +0100
Commit: Jeremy Harris <jgh146exb@???>
CommitDate: Tue Jun 16 19:56:28 2015 +0100
Docs: clarify notes on .ifdef Bug 1155
---
doc/doc-docbook/spec.xfpt | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 50dfaf1..09ce793 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -5010,7 +5010,8 @@ message_size_limit = 50M
message_size_limit = 100M
.endif
.endd
-sets a message size limit of 50M if the macro &`AAA`& is defined, and 100M
+sets a message size limit of 50M if the macro &`AAA`& is defined
+(or &`A`& or &`AA`&), and 100M
otherwise. If there is more than one macro named on the line, the condition
is true if any of them are defined. That is, it is an &"or"& condition. To
obtain an &"and"& condition, you need to use nested &`.ifdef`&s.
@@ -29709,7 +29710,7 @@ The &%per_rcpt%& option causes Exim to limit the rate
at which recipients are
accepted. It can be used in the &%acl_smtp_rcpt%&, &%acl_smtp_predata%&,
&%acl_smtp_mime%&, &%acl_smtp_data%&, or &%acl_smtp_rcpt%& ACLs. In
&%acl_smtp_rcpt%& the rate is updated one recipient at a time; in the other
-ACLs the rate is updated with the total recipient count in one go. Note that
+ACLs the rate is updated with the total (accepted) recipient count in one go.
Note that
in either case the rate limiting engine will see a message with many
recipients as a large high-speed burst.
--
You are receiving this mail because:
You are on the CC list for the bug.