Gitweb:
https://git.exim.org/exim.git/commitdiff/8cd386d03cb8688c08e6feaab5ab6fbaf7a6d25f
Commit: 8cd386d03cb8688c08e6feaab5ab6fbaf7a6d25f
Parent: 5c161fa615ab4a2d40170fedd71d1b9a7f079ff6
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Nov 23 12:17:14 2020 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Mon Nov 23 12:17:14 2020 +0000
Docs: list $spam_ variables in expansions chapter
---
doc/doc-docbook/spec.xfpt | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 34b36ca..7e5b23e 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>>&.