> -----Original Message----- > From: Daryl C. W. O'Shea [mailto:[EMAIL PROTECTED] > Sent: dinsdag 17 oktober 2006 5:37 > To: Matt Kettler > Cc: Jo Rhett; Magnus Holmgren; users@spamassassin.apache.org > Subject: Re: ALL_TRUSTED creating a problem > > > As discovered today, Jo's milter isn't adding the required > received header for his MX before passing the mail > to SA which is what is causing his problem.
Jo's milter ain't broken: incoming email is passed to a milter prior to sendmail adding its local Received: header. That's the way milters work: they are hooks into the SMTP dialogue. When that communication ends, and the milter has not deciced to reject or discard the message, only then will sendmail actually prepend it's own Received: header. - Mark