You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Lars Chr. Hausmann 40a1f949f8 Update 'lists/known_spam.txt' 4 weeks ago
lists Update 'lists/known_spam.txt' 4 weeks ago
local.d Added known domains and added domain 4 years ago
override.d INitial commit 4 years ago
README.md INitial commit 4 years ago

README.md

rspamd_rules

Inspired by: https://github.com/mxroute/rspamd_rules.git

When making edits to lists (maps), please follow the current syntax used, and avoid additional regex. The current method of capturing strings for each map is being taken and converted to SpamAssassin rules for our older servers automatically. This relies on continued consistency, for now. Adding new maps, however, may be appropriate if regex or more complex strings are needed.

/lists/
body-spam.map = Text identified in email body that is known to be spam
subject-spam.map = Text identified in email subject that is known to be spam
tlds.txt = TLDs with high probability of being spam
blacklisted-sender-strings.map = Strings in "From" header that should have zero false positives
mxcheck_exclude.inc = Whitelisted domains that do not require MX records to pass our spam filter (their business domain and sending domain likely do not match)

/local.d/
force_actions.conf = Override actions
multimap.conf = Definitions for maps we use (See maps: https://rspamd.com/doc/modules/multimap.html )
mx_check.conf = Checking if sender has valid MX records
neural.conf = Enabling rspamd neural learning
redis.conf = Defining location of redis server

/override.d/
actions.conf = Default actions
metrics.conf = Defining or overriding scores. If we make our own rules we define their scores here. If we find a rule needs to have it's score increased or decreased, we re-define it here.

These rspamd rules have no license because we do not consider it to in any way be intellectual property. Everything in this project is publicly available to anyone, it is merely lists of domains and phrases, none of which we can claim any ownership of.