[comp.bugs.4bsd] Bug in sendmail.5.57

sow@cad.luth.se (Sven-Ove Westberg) (10/06/87)

*** /tmp/geta13103	Mon Oct  5 19:00:23 1987
--- /tmp/deliver.c	Mon Oct  5 19:00:24 1987
***************
*** 419,425 ****
  			rcode = EX_OK;
  #else MXDOMAIN
  		Nmx = 1;
! 		MxHosts[0] = to->q_host;
  		rcode = EX_OK;
  #endif
  		/* send the initial SMTP protocol */
--- 419,428 ----
  			rcode = EX_OK;
  #else MXDOMAIN
  		Nmx = 1;
! 		if(!to)
! 			MxHosts[0] = 0;
! 		else
! 			MxHosts[0] = to->q_host;
  		rcode = EX_OK;
  #endif
  		/* send the initial SMTP protocol */

tucker@ccvaxa.UUCP (10/09/87)

How is it possible to get sendmail 5.57?  The latest version off of
'ucbarpa.berkeley.edu' is version 5.54.

Tim Tucker
..!ihnp4!uiucdcs!ccvaxa!tucker
tucker@gswd-vms.ARPA