SA Bugzilla – Bug 5646
/Message/Metadata/Received.pm and Postfix with set mail_name option; doesn't recognize authentication
Last modified: 2019-11-27 10:06:37 UTC
When using Postfix as mail server with set smtpd_sasl_authentication_header=yes and having set the banner name of postfix by using the option mail_name to anything other than "Postfix", SpamAssassin doesn't recognize sucessful authenticated deliveries as in /Message/Metadata/Received.pm in line 385 it's probed against \(Authenticated sender: \S+\) by \S+ \(Postfix\) with /) instead of using \(Authenticated sender: \S+\) by \S+ \(\.+\) with /)
Fixing just in case, but it seems earlier code already handles most of these authentication stuff. Dunno if this point is normally reached. Sending spamassassin-3.4/lib/Mail/SpamAssassin/Message/Metadata/Received.pm Sending trunk/lib/Mail/SpamAssassin/Message/Metadata/Received.pm Transmitting file data ..done Committing transaction... Committed revision 1870497.