https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7886
Jose Celestino <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Jose Celestino <[email protected]> --- (In reply to RW from comment #2) > > The reason for only having SMTP is given in a comment as being to avoid > matching on "with ESMTP" from sendmail, but (.* )? will match on the E, so > that's never worked anyway. Some qmail installations support RFC 3848, so the comment is no longer valid and you can expect to see "ESMTP[S|A|SA]" on qmail Received headers. Don't see how (.* )? will match on the E though (because of the trailing space, it's there to match the possible "cypher encrypted " prefixing the protocol). -- You are receiving this mail because: You are the assignee for the bug.
