view mod_firewall/scripts/jabberspam-simple-blocklist.pfw @ 4612:fe24bda72838

mod_spam_reporting: Add support for XEP-0377 0.3 Support 'urn:xmpp:reporting:1', see https://xmpp.org/extensions/xep-0377.html#revision-history-v0.3
author Martin Dosch <martin@mdosch.de>
date Thu, 01 Jul 2021 21:07:38 +0200
parents bebc5740fc16
children
line wrap: on
line source

# This is a simple ruleset to block all traffic from servers
# on the JabberSPAM blocklist. Even traffic from existing user
# contacts will be blocked.
#
# Example config (make sure "firewall" is in modules_enabled):
#
#   firewall_scripts = { "module:scripts/jabberspam-simple-blocklist.pfw" }
#
# For a more advanced ruleset, consider using spam-blocking.pfw
# and spam-blocklists.pfw.

%LIST blocklist: https://cdn.jsdelivr.net/gh/jabberspam/blacklist/blacklist.txt

::deliver

CHECK LIST: blocklist contains $<@from|host>
BOUNCE=policy-violation (Your server is blocked due to spam)