mod_spam_filter: Clarify "spam_dump_file" docs

Mention that the spam messages will be dumped in raw XML format, and
that a <delay/> tag is added.
This commit is contained in:
Holger Weiss 2019-04-24 19:36:23 +02:00
parent 6fc4fccfbb
commit 4e15dcbd7d
1 changed files with 7 additions and 6 deletions

View File

@ -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 <delay/> 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)