From 3720063daf614e0c252040bc6fd71a418f826aac Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Thu, 7 Sep 2017 13:29:01 +0200 Subject: [PATCH] [Minor] Clarify RCVD_VIA_SMTP_AUTH description - Issue: #1825 --- rules/misc.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' } -- 2.39.5