From: Andrew Lewis Date: Thu, 7 Sep 2017 11:29:01 +0000 (+0200) Subject: [Minor] Clarify RCVD_VIA_SMTP_AUTH description X-Git-Tag: 1.7.0~666 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3720063daf614e0c252040bc6fd71a418f826aac;p=thirdparty%2Frspamd.git [Minor] Clarify RCVD_VIA_SMTP_AUTH description - Issue: #1825 --- diff --git a/rules/misc.lua b/rules/misc.lua index 91d52e4790..c85ce47080 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' }