diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-07-23 12:08:02 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-07-23 12:08:02 +0100 |
commit | 03fc05ca1d6e5d7a5baf40000c3963a5ed1b0fa7 (patch) | |
tree | d997a37a992cbbf41c98b755e911fef9248fb952 | |
parent | 27d03dca10d1d7247b7e006afc27bcb1e2c0e516 (diff) |
Docs: tidy variables listsexim-4.95-RC1
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 33 |
1 files changed, 20 insertions, 13 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 393085832..cea21a18f 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -13115,7 +13115,22 @@ While running a per message ACL (mail/rcpt/predata), &$message_size$& contains the size supplied on the MAIL command, or -1 if no size was given. The value may not, of course, be truthful. -.vitem &$mime_$&&'xxx'& +.vitem &$mime_anomaly_level$& &&& + &$mime_anomaly_text$& &&& + &$mime_boundary$& &&& + &$mime_charset$& &&& + &$mime_content_description$& &&& + &$mime_content_disposition$& &&& + &$mime_content_id$& &&& + &$mime_content_size$& &&& + &$mime_content_transfer_encoding$& &&& + &$mime_content_type$& &&& + &$mime_decoded_filename$& &&& + &$mime_filename$& &&& + &$mime_is_coverletter$& &&& + &$mime_is_multipart$& &&& + &$mime_is_rfc822$& &&& + &$mime_part_count$& A number of variables whose names start with &$mime$& are available when Exim is compiled with the content-scanning extension. For details, see section &<<SECTscanmimepart>>&. @@ -13228,18 +13243,10 @@ For details see chapter &<<SECTproxyInbound>>&. This variable is set to &"yes"& if PRDR was requested by the client for the current message, otherwise &"no"&. -.vitem &$prvscheck_address$& -This variable is used in conjunction with the &%prvscheck%& expansion item, -which is described in sections &<<SECTexpansionitems>>& and -&<<SECTverifyPRVS>>&. - -.vitem &$prvscheck_keynum$& -This variable is used in conjunction with the &%prvscheck%& expansion item, -which is described in sections &<<SECTexpansionitems>>& and -&<<SECTverifyPRVS>>&. - -.vitem &$prvscheck_result$& -This variable is used in conjunction with the &%prvscheck%& expansion item, +.vitem &$prvscheck_address$& &&& + &$prvscheck_keynum$& &&& + &$prvscheck_result$& +These variables are used in conjunction with the &%prvscheck%& expansion item, which is described in sections &<<SECTexpansionitems>>& and &<<SECTverifyPRVS>>&. |