[5512] in Athena Bugs

home help back first fref pref prev next nref lref last post

sendmail 5.64 patch (in advance :-) from comp.bugs.4bsd

daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Wed Jul 11 19:20:58 1990

Date: Wed, 11 Jul 90 19:20:44 -0400
From: Jonathan I. Kamens <jik@pit-manager.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
Cc: jik@pit-manager.MIT.EDU

  If/when we switch to sendmail 5.64, we should look into this.

In article <KESSLER.90Jul11135235@hacketorium.Eng.Sun.COM>,
kessler@hacketorium.Eng.Sun.COM (Tom Kessler) writes:
|> 
|> In sendmail 5.64 a new field name q_ruser was added to the address structure
|> (found in sendmail.h).  The initialization of the variable NullAddress
|> (in main.c) was not updated to reflect this.  This can cause some problems
|> when you go to look at the q_host field or expect the q_ruser field to be
|> NULL.
|> Here's the diff:
|> 
|> diff -c4 main.c main.c.ORIG | more
|> *** main.c      Wed Jul 11 13:32:06 1990
|> --- main.c.ORIG Thu Jul  5 17:55:51 1990
|> ***************
|> *** 77,85 ****
|>   char          *FullName;      /* sender's full name */
|>   ENVELOPE      BlankEnvelope;  /* a "blank" envelope */
|>   ENVELOPE      MainEnvelope;   /* the envelope around the basic letter */
|>   ADDRESS               NullAddress =   /* a null address */
|> !               { "", "", NULL, "" };
|>   
|>   /*
|>   **  Pointers for setproctitle.
|>   **    This allows "ps" listings to give more useful information.
|> --- 77,85 ----
|>   char          *FullName;      /* sender's full name */
|>   ENVELOPE      BlankEnvelope;  /* a "blank" envelope */
|>   ENVELOPE      MainEnvelope;   /* the envelope around the basic letter */
|>   ADDRESS               NullAddress =   /* a null address */
|> !               { "", "", "" };
|>   
|>   /*
|>   **  Pointers for setproctitle.
|>   **    This allows "ps" listings to give more useful information.
|> 
|> --Tom Kessler (kessler@Eng.sun.com)
|>   Sun Microsystems Inc.

Jonathan Kamens			              USnail:
MIT Project Athena				11 Ashford Terrace
jik@Athena.MIT.EDU				Allston, MA  02134
Office: 617-253-8495			      Home: 617-782-0710

home help back first fref pref prev next nref lref last post