[Mimedefang] Tweaking Sendmail's HELO

2006-03-06 Thread Philip Prindeville
I was wondering about how the milter code works in Sendmail, and the fact that if the filter_helo() rejects the message, then HELO still responds with 250 and moves to the next stage, but when a EXPN or MAIL FROM: is seen, then Sendmail gives the error status from the previous HELO rejection.

RE: [Mimedefang] Tweaking Sendmail's HELO

2006-03-06 Thread Matthew.van.Eerde
Philip Prindeville wrote: Given that a filter_helo() rejection typically isn't going to be given to a legitimate mailer to begin with, but to a ratware client, strict conformance with the standard wouldn't seem to be that important. Well, unless there's a false positive. -- Matthew.van.Eerde

Re: [Mimedefang] Tweaking Sendmail's HELO

2006-03-06 Thread Philip Prindeville
[EMAIL PROTECTED] wrote: Philip Prindeville wrote: Given that a filter_helo() rejection typically isn't going to be given to a legitimate mailer to begin with, but to a ratware client, strict conformance with the standard wouldn't seem to be that important. Well, unless there's a false