Gitweb:
http://git.exim.org/exim.git/commitdiff/be4a1376bb4fe5ef40ae4c1e8c7743ce855ed30d
Commit: be4a1376bb4fe5ef40ae4c1e8c7743ce855ed30d
Parent: 4eb9d6ef85652741d2852f89365a0af08ddc382e
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Jun 5 16:33:47 2012 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Tue Jun 5 16:33:47 2012 +0100
Docs for "G" modifier on numbers in ${if comparisons.
---
doc/doc-docbook/spec.xfpt | 4 ++--
doc/doc-txt/ChangeLog | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 02aff06..ece47a0 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -10013,8 +10013,8 @@ ${if >{$message_size}{10M} ...
.endd
Note that the general negation operator provides for inequality testing. The
two strings must take the form of optionally signed decimal integers,
-optionally followed by one of the letters &"K"& or &"M"& (in either upper or
-lower case), signifying multiplication by 1024 or 1024*1024, respectively.
+optionally followed by one of the letters &"K"&, &"M"& or &"G"& (in either upper or
+lower case), signifying multiplication by 1024, 1024*1024 or 1024*1024*1024, respectively.
As a special case, the numerical value of an empty string is taken as
zero.
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 02f5267..71d2392 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -35,6 +35,8 @@ TL/01 Bugzilla 1258 - Refactor MAIL FROM optional args processing.
JH/01 Bugzilla 1201 & 304 - New cutthrough-delivery feature, with TLS support.
+JH/02 Support "G" suffix to numbers in ${if comparisons.
+
Exim version 4.80
-----------------