diff options
-rw-r--r-- | rules/misc.lua | 3 |
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' } |