diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-11-11 13:52:02 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-11-11 13:52:02 +0000 |
commit | 5da8cf87d7c40dc6a73d79f0a526f603852c9c6d (patch) | |
tree | 46e3be9eb2f36c5cc03cae1849692f8a658831ed /conf/scores.d/mua_group.conf | |
parent | 723215e676ec5c16d98609ff3f8c9fc6d41638a3 (diff) | |
download | rspamd-5da8cf87d7c40dc6a73d79f0a526f603852c9c6d.tar.gz rspamd-5da8cf87d7c40dc6a73d79f0a526f603852c9c6d.zip |
[Conf] Massive config rework for new structure of symbols and scores
Diffstat (limited to 'conf/scores.d/mua_group.conf')
-rw-r--r-- | conf/scores.d/mua_group.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/scores.d/mua_group.conf b/conf/scores.d/mua_group.conf new file mode 100644 index 000000000..b912a854a --- /dev/null +++ b/conf/scores.d/mua_group.conf @@ -0,0 +1,24 @@ +# MUA rules scores +# +# 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 + + +symbols = { + "FORGED_MUA_MAILLIST" { + weight = 0.0; + description = "Avoid false positives for FORGED_MUA_* in maillist"; + } +}
\ No newline at end of file |