https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7886
RW <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from RW <[email protected]> --- Not being familiar with qmail I found this a little confusing. mta.example.net is in the correct position for rDNS in qmail. The issue is that this qmail format wont be used unless the header matches a regex ending in ...with (.* )?(SMTP|QMQP)(?! id ) so it doesn't match ESMTPS. 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. "(?! id )" was added later for: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=4813 -- You are receiving this mail because: You are the assignee for the bug.
