> -----Original Message----- > From: Matt Kettler [mailto:[EMAIL PROTECTED] > Sent: woensdag 18 oktober 2006 8:54 > To: Jo Rhett > Cc: users@spamassassin.apache.org > Subject: Re: ALL_TRUSTED creating a problem > > > True.. and writing a milter should be an expert task. I'm sorry the > milter your are using is causing you such fits, but I really > don't think it's normal for the average end-user to have to hack up > their milters to make them feed SA properly. Most milters that handle > SA already do this for you, right out of the box.
We cannot really say SA's autodetection is broken, because SA is designed to be called post-SMTP. Nor that a milter is broken per se for not adding a Received: header, as that is the responsibility of the MTA itself. But a milter using SA *can* be said to be broken if it's not proving SA with the required post-SMTP view of things. Instead of patching SA, or trying to "fix" it even, any milter using SA should simply DTRT (Do The Right Thing): which is: add a pseudo Received: header before handing it over to SA. - Mark