diff options
author | Phil Pennock <pdp@exim.org> | 2011-10-20 19:30:20 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-10-20 19:30:20 -0400 |
commit | ccee17956fb0d611dd5f45adb6ba31afc4eafd01 (patch) | |
tree | 2fcf2d4b07958ac120a695ef3e0bc00c56234491 /doc/doc-docbook | |
parent | b5fd6a2b95ee5fb8106409eeada846b638bd083b (diff) |
ASCII NUL in desc of $body_zerocount (keyword grepability)
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index f8e73839a..0641ad124 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -10663,7 +10663,7 @@ number of lines in the message's body. See also &$message_linecount$&. .cindex "binary zero" "in message body" .vindex "&$body_zerocount$&" When a message is being received or delivered, this variable contains the -number of binary zero bytes in the message's body. +number of binary zero bytes (ASCII NULs) in the message's body. .vitem &$bounce_recipient$& .vindex "&$bounce_recipient$&" |