From bde5d94e28e7741ed3ef723e97d9df18570255af Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Mon, 11 Aug 2025 14:08:04 +0100 Subject: Add some extra antispam modules While looking through the list of available prosody-modules, these two seemed useful. --- files/prosody.cfg.lua.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'files/prosody.cfg.lua.j2') diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2 index 320285a..ec66d5d 100644 --- a/files/prosody.cfg.lua.j2 +++ b/files/prosody.cfg.lua.j2 @@ -50,6 +50,7 @@ modules_enabled = { "vcard4"; "vcard_legacy"; "version"; + "watch_spam_reports"; } modules_disabled = { } -- cgit v1.2.3