https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7379
Bug ID: 7379
Summary: inconsistent behavior of "envelope_sender_header" and
"_SENDERDOMAIN_"
Product: Spamassassin
Version: 3.4.1
Hardware: PC
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: spamc/spamd
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
i hd once a again a message with a SPF pass but postfix didn't add for whatever
reason the custom envelope-from-header and so SPF_PASS was there but
whitelist_auth did not hit
__________________________
envelope_sender_header Return-Path
always_trust_envelope_sender 1
since the return path is always the envelope-sender from the "MAIL FROM"
command this is trustable, unique ald always present - pipe the same message
through SA and whileist_auth / shortcircuit works as expected
but why in the world is __SENDERDOMAIN__ now not replaced while that previously
only happened in cases where the header configured with
"envelope_sender_header" was missing?
not that the missing relacement is that critical but i wonder what other parts
of SA behave wrong and hence i classify that as major bug
__________________________
add_header all Status _YESNO_, score=_SCORE_, tag-level=_REQD_,
block-level=8.0, envelope=_SENDERDOMAIN_, from=_AUTHORDOMAIN_, _TOKENSUMMARY_
--
You are receiving this mail because:
You are the assignee for the bug.