El 30 Mar 2004 a las 13:28, Justin Mason escribi�: > > > > I got the following mail header: > > > > Received: from mta5.fibertel.com.ar ([24.232.0.159]:43916 "EHLO > > mail.fibertel.com.ar" whoson: "-unregistered-") by dedos.pert.com.ar > > with ESMTP id <S216278AbUC2V0q>; Mon, 29 Mar 2004 18:26:46 -0300 > > ick! We don't have support for this Received-header format in our code, > that's the problem. Could you open a bug with this? I'll try... never done it, but should't be hard :-)
> > Also, any idea what MTA is adding data in that format? (and what "whoson" > means?) Yup... it's ZMailer ( http://zmailer.org ), and whoson is a small protocol that allows you to do POP before SMTP (or whatever_you_like before SMTP) that is incorporated in ZMailer, but easily doable in any MTA/ ( http://whoson.sourceforge.net/ ) But... after further investigation, I see that, by the time MailScanner is invoking SpamAssassin (that is, via perl library, not via system exec) this Received: header hasn't been added yet (because of the way MailScanner integrates within ZMailer)... so the problem is that the other Received: header is the only one and SA is checking it because of that... I'll check the ZMailer+MailScanner integration :-( -- Mariano Absatz El Baby ---------------------------------------------------------- I never drank anything stronger than beer, before I was twelve. -- W.C. Fields
