Last active
March 12, 2020 08:59
-
-
Save Koopzington/5397a347321ff03fc085672e91fc3716 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SpamAssassin - Querying the rspamd uribl | |
########################################################################### | |
# Requires the Mail::SpamAssassin::Plugin::URIDNSBL plugin be loaded. | |
ifplugin Mail::SpamAssassin::Plugin::URIDNSBL | |
urirhssub URIBL_RSPAMD uribl.rspamd.com. A 127.0.0.2 | |
body URIBL_RSPAMD eval:check_uridnsbl('URIBL_RSPAMD') | |
describe URIBL_RSPAMD Contains an URL listed in the rspamd URI blocklist | |
tflags URIBL_RSPAMD net domains_only | |
endif # Mail::SpamAssassin::Plugin::URIDNSBL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment