https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6900
Bug ID: 6900
Summary: Detect Qmail + Vpopmail SMTP Auth in Received headers
Product: Spamassassin
Version: 3.3.2
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Rules
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Looking at Receiver.pm it will only detect Qmail when not used with vpopmail
for SMTP AUTH.
With vpopmail the auth will look as follow:
Received: from <hostname|unknown> (EHLO:HELO <something>)
(<user>@<domain>@<ip>)
by <mx.domain.xyz> with SMTP; 28 Jan 2013 21:50:51 +0100
The actual receiver string support only:
Received: from <hostname|unknown> (EHLO:HELO <something>) (<user>@<ip>)
by <mx.domain.xyz> with SMTP; 28 Jan 2013 21:50:51 +0100
May it can get fixed?
Thank you,
Regards
--
You are receiving this mail because:
You are the assignee for the bug.