# Please don't modify this file as your changes might be overwritten with # the next update. # # You can modify '$LOCAL_CONFDIR/rspamd.conf.local.override' to redefine # parameters defined on the top level # # You can modify '$LOCAL_CONFDIR/rspamd.conf.local' to add # parameters defined on the top level # # For specific modules or configuration you can also modify # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # # See https://rspamd.com/doc/tutorials/writing_rules.html for details surbl { whitelist = [ "${CONFDIR}/surbl-whitelist.inc", "${DBDIR}/surbl-whitelist.inc.local" ]; exceptions = [ "${CONFDIR}/2tld.inc", "${DBDIR}/2tld.inc.local" ]; rules { "SURBL_MULTI" { suffix = "multi.surbl.org"; bits { CRACKED_SURBL = 128; # From February 2016 ABUSE_SURBL = 64; MW_SURBL_MULTI = 16; PH_SURBL_MULTI = 8; SURBL_BLOCKED = 1; } } "URIBL_MULTI" { suffix = "multi.uribl.com"; bits { URIBL_BLOCKED = 1; URIBL_BLACK = 2; URIBL_GREY = 4; URIBL_RED = 8; } } "RSPAMD_URIBL" { suffix = "uribl.rspamd.com"; process_script =<