Docs for "G" modifier on numbers in ${if comparisons.
authorJeremy Harris <jgh146exb@wizmail.org>
Tue, 5 Jun 2012 15:33:47 +0000 (16:33 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Tue, 5 Jun 2012 15:33:47 +0000 (16:33 +0100)
doc/doc-docbook/spec.xfpt
doc/doc-txt/ChangeLog

index 02aff0662ea0798ea31c5858dd4b9a45e412b373..ece47a084e877dcce49b1afb8596854da0a932fa 100644 (file)
@@ -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,
 .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.
 
 As a special case, the numerical value of an empty string is taken as
 zero.
 
index 02f526756498f7a465b36d5b589a348ea9a5280e..71d239288b808422aa6bb71805a10602d9a29e57 100644 (file)
@@ -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/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
 -----------------
 
 Exim version 4.80
 -----------------