comparison mod_firewall/scripts/jabberspam-simple-blocklist.pfw @ 4146:bebc5740fc16

mod_firewall: Add jabberspam-simple-blocklist.pfw and spam-blocklists.pfw
author Matthew Wild <mwild1@gmail.com>
date Sun, 20 Sep 2020 15:57:04 +0100
parents
children
comparison
equal deleted inserted replaced
4145:837c4340653f 4146:bebc5740fc16
1 # This is a simple ruleset to block all traffic from servers
2 # on the JabberSPAM blocklist. Even traffic from existing user
3 # contacts will be blocked.
4 #
5 # Example config (make sure "firewall" is in modules_enabled):
6 #
7 # firewall_scripts = { "module:scripts/jabberspam-simple-blocklist.pfw" }
8 #
9 # For a more advanced ruleset, consider using spam-blocking.pfw
10 # and spam-blocklists.pfw.
11
12 %LIST blocklist: https://cdn.jsdelivr.net/gh/jabberspam/blacklist/blacklist.txt
13
14 ::deliver
15
16 CHECK LIST: blocklist contains $<@from|host>
17 BOUNCE=policy-violation (Your server is blocked due to spam)