From 4e15dcbd7db2f467ee2a960b40c96c8b29952035 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Wed, 24 Apr 2019 19:36:23 +0200 Subject: [PATCH] mod_spam_filter: Clarify "spam_dump_file" docs Mention that the spam messages will be dumped in raw XML format, and that a tag is added. --- mod_spam_filter/README.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/mod_spam_filter/README.txt b/mod_spam_filter/README.txt index e3b5972..c159ba9 100644 --- a/mod_spam_filter/README.txt +++ b/mod_spam_filter/README.txt @@ -32,12 +32,13 @@ The configurable mod_spam_filter options are: - spam_dump_file (default: none) 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 - "ejabberdctl reopen-log" can be called to let the module reopen the spam - dump file. + spam will be written to. The messages are dumped in raw XML format, and + a tag with the current timestamp is added. 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 "ejabberdctl reopen-log" can be called to let the + module reopen the spam dump file. - spam_jids_file (default: none)