Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 1996 22:12:05 +0100
From:      "Gary Palmer" <gpalmer@FreeBSD.ORG>
To:        Garrett Wollman <wollman@lcs.mit.edu>
Cc:        jmb@FreeBSD.ORG, FreeBSD-questions@FreeBSD.ORG, root@FreeBSD.ORG
Subject:   Re: Spamming of FreBSD-questions 
Message-ID:  <16756.832021925@palmer.demon.co.uk>
In-Reply-To: Your message of "Mon, 13 May 1996 15:58:55 EDT." <9605131958.AA05780@halloran-eldar.lcs.mit.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
Garrett Wollman wrote in message ID
<9605131958.AA05780@halloran-eldar.lcs.mit.edu>:
> freefall doesn't put `Original-Received' in.  freefall generates the
> following invalid Received line:

> Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150])
>           by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA10549
>           Mon, 13 May 1996 11:20:54 -0700 (PDT)

> ...which the gateway spits up on (while preparing it for possible
> X.400 conversion) and turns into `Original-Received' which doesn't
> hit the X.400 translation.  The problem is a missing semicolon before
> the date.

D'oh. I always saw the mail after it had gone through the gateway and
(foolishly) thought that MTA's aren't meant to re-write headers like
that.

Thanks. Pass the hat.

(P.S. can someone with root on freefall fix this? I would, but I'm
      currently experiencing 50% packet loss to the end of my ISP's
      T1, let alone to freefall :-( ARGH. The patch at the end of this
      mail should do the trick I think (to be applied to the freefall.mc
      file and then the .cf file rebuilt ...) )

For those who want an explanation of what my patch does, either read
the Sendmail book from O'Reilly, or ask me nicely.

Gary

Index: freefall.mc
===================================================================
RCS file: /mnt/usr/home/ncvs/src/usr.sbin/sendmail/cf/cf/freefall.mc,v
retrieving revision 1.1.6.1
diff -r1.1.6.1 freefall.mc
61c61
<           by $j ($v/$Z)$?r with $r$. id $i
---
>           by $j ($v/$Z)$?r with $r$. id $i$?u$|;$.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16756.832021925>