From: "Matt Kettler" <[EMAIL PROTECTED]>
Rick Macdougall wrote:
Hi,
As mentioned in the subject I'm getting an FP hit on forged_hotmail_rcvd
with 3.1.0 rc1 and rc2
It looks a bit like FORGED_HOTMAIL_RCVD doesn't like your Received: header
format. It seems to be looking for a more sendmail-like header.
That smells like a bug to me.
Your MTA is generating Received headers in a qmail-ish format like this:
from <rdns> (<ip>) by ...
But the rule seems to be looking for something more like sendmail's
format:
from <helo> (<rdns> [<ip>]) by ..
Unless I'm missing something and SA internally converts qmail Received:
header
formats into sendmail-style ones..
Um, yes, a bug in QMail, I'd say. Intentionally losing information is
not a good thing.
{^_^}