diff options
Diffstat (limited to 'rspamd.conf.sample')
-rw-r--r-- | rspamd.conf.sample | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/rspamd.conf.sample b/rspamd.conf.sample index 5184aef09..2b70cbd7c 100644 --- a/rspamd.conf.sample +++ b/rspamd.conf.sample @@ -146,6 +146,12 @@ $subject_blah = "Subject=/blah/H"; threshold = "0.1"; }; +.module 'emails' { + metric = "default"; + symbold = "R_BAD_EMAIL"; + blacklist = "file:///some/path/emails.lst"; +}; + # If enables threat each regexp as raw regex and do not try to convert # each text part to utf8 encoding. Save a lot of resources but less # portable. @@ -154,4 +160,4 @@ raw_mode = yes; url_filters = "surbl"; header_filters = "regexp"; -mime_filters = "chartable"; +mime_filters = "chartable,emails"; |