From 6fc4fccfbb977c5a19a469b7cc6fdaea3fa95d47 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Wed, 24 Apr 2019 19:22:36 +0200 Subject: [PATCH] mod_spam_filter: Adjust docs regarding file paths The specified file paths don't actually have to be absolute path names. --- mod_spam_filter/README.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mod_spam_filter/README.txt b/mod_spam_filter/README.txt index 6e8f9b3..e3b5972 100644 --- a/mod_spam_filter/README.txt +++ b/mod_spam_filter/README.txt @@ -31,8 +31,8 @@ The configurable mod_spam_filter options are: - spam_dump_file (default: none) - This option specifies the full path to a file that messages classified - as spam will be written to. The @HOST@ keyword will be substituted with + This option specifies the path to a file that messages classified as + spam will be written to. The @HOST@ keyword will be substituted with the name of the virtual host. Note that this module doesn't limit the file size, so if you use this option, make sure to monitor disk file usage and to rotate the file if necessary. After rotation, the command @@ -41,8 +41,8 @@ The configurable mod_spam_filter options are: - spam_jids_file (default: none) - This option specifies the full path to a plain text file containing a - list of known spammer JIDs, one JID per line. Messages and subscription + This option specifies the path to a plain text file containing a list of + known spammer JIDs, one JID per line. Messages and subscription requests sent from one of the listed JIDs will be classified as spam. Messages containing at least one of the listed JIDs will be classified as spam as well. Furthermore, the sender's JID will be cached, so that @@ -51,9 +51,9 @@ The configurable mod_spam_filter options are: - spam_urls_file (default: none) - This option specifies the full path to a plain text file containing a - list of URLs known to be mentioned in spam message bodies. Messages - containing at least one of the listed URLs will be classified as spam. + This option specifies the path to a plain text file containing a list of + URLs known to be mentioned in spam message bodies. Messages containing + at least one of the listed URLs will be classified as spam. Furthermore, the sender's JID will be cached, so that future traffic originating from that JID will be classified as spam as well.