summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-06-07 20:11:40 +0100
committerPeter Powell <petpow@saberuk.com>2019-06-07 20:22:43 +0100
commit8bbd67b1f7b87df9b36a950b3b699c5b76a1748f (patch)
tree87ee05f2fc6781a5fbf2ec2f51e4905a62dd48da /docs
parentf6b33a8facd6ca200292786c1061782c41cdd278 (diff)
Add an option to the filter module to ignore self messages.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/modules.conf.example8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example
index ed5638932..9c5c157ba 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -857,7 +857,13 @@
# #
# If notifyuser is set to no, the user will not be notified when #
# their message is blocked. #
-#<filteropts engine="glob" notifyuser="yes">
+# #
+# If warnonselfmsg is set to yes when a user sends a message to #
+# themself that matches a filter the filter will be ignored and a #
+# warning will be sent to opers instead. This stops spambots which #
+# send their spam message to themselves first to check if it is being #
+# filtered by the server. #
+#<filteropts engine="glob" notifyuser="yes" warnonselfmsg="no">
# #
# Your choice of regex engine must match on all servers network-wide. #
# #