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/subject_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/subject_group.conf')
-rw-r--r-- | conf/scores.d/subject_group.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/conf/scores.d/subject_group.conf b/conf/scores.d/subject_group.conf new file mode 100644 index 000000000..d151e0401 --- /dev/null +++ b/conf/scores.d/subject_group.conf @@ -0,0 +1,21 @@ +# Subject 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 = { +} + +max_score = 6.0;
\ No newline at end of file |