diff options
author | heraklit256 <heraklit256@users.noreply.github.com> | 2019-03-05 17:21:23 +0100 |
---|---|---|
committer | heraklit256 <heraklit256@users.noreply.github.com> | 2019-03-05 17:21:23 +0100 |
commit | c8e64a5f20201457d117e3500977d3d5b5e78424 (patch) | |
tree | 24bced11c74ed0a42d8a26e870cec93e5329fb73 /rules | |
parent | dbba482e59ad20aaa8b4fa416f06b5ed7f5b7f74 (diff) | |
download | rspamd-c8e64a5f20201457d117e3500977d3d5b5e78424.tar.gz rspamd-c8e64a5f20201457d117e3500977d3d5b5e78424.zip |
improve description for FWD_SRS
Diffstat (limited to 'rules')
-rw-r--r-- | rules/forwarding.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/forwarding.lua b/rules/forwarding.lua index dfd197b50..f44cfb779 100644 --- a/rules/forwarding.lua +++ b/rules/forwarding.lua @@ -103,7 +103,7 @@ rspamd_config.FWD_SRS = { return false end, score = 0.0, - description = "Message was forwarded using SRS", + description = "Message was forwarded using Sender Rewriting Scheme (SRS)", group = "forwarding" } |