├── README.md ├── enable_rspamd.sh ├── lists ├── blacklisted-sender-strings.map ├── body-spam.map ├── exploring.map ├── mxcheck_exclude.inc ├── subject-spam.map └── tlds.txt ├── local.d ├── force_actions.conf ├── multimap.conf ├── mx_check.conf ├── neural.conf └── redis.conf └── override.d ├── actions.conf └── metrics.conf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxroute/rspamd_rules/HEAD/README.md -------------------------------------------------------------------------------- /enable_rspamd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxroute/rspamd_rules/HEAD/enable_rspamd.sh -------------------------------------------------------------------------------- /lists/blacklisted-sender-strings.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxroute/rspamd_rules/HEAD/lists/blacklisted-sender-strings.map -------------------------------------------------------------------------------- /lists/body-spam.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxroute/rspamd_rules/HEAD/lists/body-spam.map -------------------------------------------------------------------------------- /lists/exploring.map: -------------------------------------------------------------------------------- 1 | /geoterminatingpod\-ismobservationtpd/i 2 | -------------------------------------------------------------------------------- /lists/mxcheck_exclude.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxroute/rspamd_rules/HEAD/lists/mxcheck_exclude.inc -------------------------------------------------------------------------------- /lists/subject-spam.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxroute/rspamd_rules/HEAD/lists/subject-spam.map -------------------------------------------------------------------------------- /lists/tlds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxroute/rspamd_rules/HEAD/lists/tlds.txt -------------------------------------------------------------------------------- /local.d/force_actions.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxroute/rspamd_rules/HEAD/local.d/force_actions.conf -------------------------------------------------------------------------------- /local.d/multimap.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxroute/rspamd_rules/HEAD/local.d/multimap.conf -------------------------------------------------------------------------------- /local.d/mx_check.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxroute/rspamd_rules/HEAD/local.d/mx_check.conf -------------------------------------------------------------------------------- /local.d/neural.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxroute/rspamd_rules/HEAD/local.d/neural.conf -------------------------------------------------------------------------------- /local.d/redis.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxroute/rspamd_rules/HEAD/local.d/redis.conf -------------------------------------------------------------------------------- /override.d/actions.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxroute/rspamd_rules/HEAD/override.d/actions.conf -------------------------------------------------------------------------------- /override.d/metrics.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxroute/rspamd_rules/HEAD/override.d/metrics.conf --------------------------------------------------------------------------------