Mercurial > prosody-modules
view mod_firewall/scripts/spam-blocklists.pfw @ 5115:4a5837591380
mod_audit: remove event hook
Let's keep it simple for now---also we expose the audit
functionality on the moduleapi level anyway.
| author | Jonas Schäfer <jonas@wielicki.name> |
|---|---|
| date | Thu, 28 Apr 2022 20:22:03 +0200 |
| parents | bebc5740fc16 |
| children | d84757f9adcb |
line wrap: on
line source
# This script depends on spam-blocking.pfw also being loaded # Any traffic that is not explicitly blocked or allowed by other # rules will be checked against the JabberSPAM server blocklist %LIST blocklist: https://cdn.jsdelivr.net/gh/jabberspam/blacklist/blacklist.txt ::user/spam_handle_unknown_custom CHECK LIST: blocklist contains $<@from|host> BOUNCE=policy-violation (Your server is blocked due to spam)
