diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-09-18 01:29:20 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-09-18 01:29:20 +0100 |
commit | 9d68c6ccf36fdcb4c02d20300a4770d5c47d9538 (patch) | |
tree | c9a375f066a107b305c5b254bfdae9b7fa4ce15d /doc | |
parent | 733274892a3757dd0cc22724d2f2319804036171 (diff) | |
download | rspamd-9d68c6ccf36fdcb4c02d20300a4770d5c47d9538.tar.gz rspamd-9d68c6ccf36fdcb4c02d20300a4770d5c47d9538.zip |
Update `add header` action in the settings.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/markdown/configuration/settings.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/markdown/configuration/settings.md b/doc/markdown/configuration/settings.md index 6074c6fb0..fa0e07933 100644 --- a/doc/markdown/configuration/settings.md +++ b/doc/markdown/configuration/settings.md @@ -43,8 +43,9 @@ settings { symbol1 = 10.0; symbol2 = 0.0; actions { - reject = 100.0 - greylist = 10.0 + reject = 100.0; + greylist = 10.0; + "add header" = 5.0; # Please mention a space instead of underscore } } } |