diff options
author | Phil Pennock <pdp@exim.org> | 2011-02-20 23:44:50 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-02-20 23:45:22 -0500 |
commit | 332f5cf3ddb43e1a85d70039211e73aa1a753ebd (patch) | |
tree | dcff58d76b286cdd4c4b54addcb116d712f1d889 /doc/doc-docbook | |
parent | cd59ab18b06626887aecef760c416ae7936924da (diff) |
Update $message_linecount for maildir_tag.
Patch from Mark Zealey.
Fixes bug 1055.
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index bc9dd2e14..15f104d2b 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -11137,8 +11137,15 @@ number of lines received. Before delivery happens (that is, before filters, routers, and transports run) the count is increased to include the &'Received:'& header line that Exim standardly adds, and also any other header lines that are added by ACLs. The blank line that separates the message header -from the body is not counted. Here is an example of the use of this variable in -a DATA ACL: +from the body is not counted. + +As with the special case of &$message_size$&, during the expansion of the +appendfile transport's maildir_tag option in maildir format, the value of +&$message_linecount$& is the precise size of the number of newlines in the +file that has been written (minus one for the blank line between the +header and the body). + +Here is an example of the use of this variable in a DATA ACL: .code deny message = Too many lines in message header condition = \ |