diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-11-23 12:17:14 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-11-23 12:17:14 +0000 |
commit | 8cd386d03cb8688c08e6feaab5ab6fbaf7a6d25f (patch) | |
tree | 2c30fa1937a0d45d2caff82d9ed6bf68f5f300de /doc | |
parent | 5c161fa615ab4a2d40170fedd71d1b9a7f079ff6 (diff) |
Docs: list $spam_ variables in expansions chapter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 34b36ca9f..7e5b23eaf 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -13703,7 +13703,11 @@ filter file to set values that can be tested in users' filter files. For example, a system filter could set a value indicating how likely it is that a message is junk mail. -.vitem &$spam_$&&'xxx'& +.vitem &$spam_score$& &&& + &$spam_score_int$& &&& + &$spam_bar$& &&& + &$spam_report$& &&& + &$spam_action$& A number of variables whose names start with &$spam$& are available when Exim is compiled with the content-scanning extension. For details, see section &<<SECTscanspamass>>&. |