Mercurial > prosody-modules
view mod_firewall/scripts/jabberspam-simple-blocklist.pfw @ 4442:74da3643c62d
mod_smacks: Don't ask for acks while in (csi) inactive mode
The acks count as high priority events in mod_csi_simple and since
they're sent after each stanza, it negated all optimizations.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 16 Feb 2021 19:16:21 +0100 |
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)