Skip to content

myrsk/rspamd_rules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

rspamd_rules

When making edits to lists (maps), please follow the current syntax used, and avoid 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.

About

Inbound spam filters for MXroute

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%