On Wed, 9 Mar 2005, Martin wrote: > The following patch (provided by Claus Assman) fixes it: > > --- deliver.c.orig Fri Mar 4 09:13:53 2005 > +++ sendmail-8.13.3/sendmail/deliver.c Mon Mar 7 10:53:42 2005 > @@ -5674,6 +5674,9 @@ > !(m->m_argv[0] != NULL && strcmp(m->m_argv[0], "TCP") == 0)) > return "localhost"; > > + if (*host == '\0') > + return "localhost"; > + > /* > ** Check to see if this uses IPC -- if not, it can't have MX > records. > */
Interesting... The bug was filed against an older sendmail in woody - are you moved upto testing/unstable ? I'm really asking if you'd mind me closing the bug by adding that patch to 8.13.3. Thanks for following up, and sorry I was of no assistance in this. -- Rick Nelson <knghtbrd> eek, not another one... <knghtbrd> Seems ever developer and their mother now has a random signature using irc quotes ... <knghtbrd> WHAT HAVE I STARTED HERE?? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]