summaryrefslogtreecommitdiffstats
path: root/rules/misc.lua
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2017-09-07 13:29:01 +0200
committerAndrew Lewis <nerf@judo.za.org>2017-09-07 13:29:01 +0200
commit3720063daf614e0c252040bc6fd71a418f826aac (patch)
tree818b48a4c0a02df219c5bf356299d97859cbdf47 /rules/misc.lua
parent26d08cd65af6bd013d5a48b7d27f577d917cdbdc (diff)
downloadrspamd-3720063daf614e0c252040bc6fd71a418f826aac.tar.gz
rspamd-3720063daf614e0c252040bc6fd71a418f826aac.zip
[Minor] Clarify RCVD_VIA_SMTP_AUTH description
- Issue: #1825
Diffstat (limited to 'rules/misc.lua')
-rw-r--r--rules/misc.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/misc.lua b/rules/misc.lua
index 91d52e479..c85ce4708 100644
--- a/rules/misc.lua
+++ b/rules/misc.lua
@@ -257,7 +257,8 @@ rspamd_config:register_symbol{
type = 'virtual',
parent = check_rcvd,
name = 'RCVD_VIA_SMTP_AUTH',
- description = 'Message injected via SMTP AUTH',
+ -- NB This does not mean sender was authenticated; see task:get_user()
+ description = 'Authenticated hand-off was seen in Received headers',
score = 0.0,
group = 'authentication'
}