Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/3/84; site genrad.UUCP
Path: utzoo!decvax!genrad!sources-request
From: sources-request@genrad.UUCP
Newsgroups: mod.sources
Subject: update to smail
Message-ID: <903@genrad.UUCP>
Date: Wed, 26-Jun-85 17:03:25 EDT
Article-I.D.: genrad.903
Posted: Wed Jun 26 17:03:25 1985
Date-Received: Wed, 26-Jun-85 20:42:24 EDT
Sender: john@genrad.UUCP
Reply-To: sml@luke.UUCP (Steven List)
Organization: Uncle Bene's Farm
Lines: 46
Approved: john@genrad.UUCP

Mod.sources:  Volume 2, Issue 2
Submitted by: sml@luke.UUCP (Steven List)


This is an update to the posting of my "smarter" mailer.  The only real
change is to add an `exit (0)' at the end of the main function.  Here it
is, in "diff -c" format, suitable for feeding to "patch".

*** old/smail.c	Wed Jun 26 16:48:41 1985
--- smail.c	Wed Jun 26 16:46:57 1985
***************
*** 19,25
   * modified by Steven M. List 6/85
   *			   Benetics Corporation
   *             Mt. View, CA
!  *             {cdp,idi,oliveb,sun,tolerant}!bene!luke!steven
   *
   */
  

--- 19,25 -----
   * modified by Steven M. List 6/85
   *			   Benetics Corporation
   *             Mt. View, CA
!  *             {cdp,greipa,idi,oliveb,sun,tolerant}!bene!luke!steven
   *
   */
  
***************
*** 223,228
  			exit(1);
  		}
  	}
  }
  crackrecip (buf, recip, host)
  register char *buf;

--- 223,230 -----
  			exit(1);
  		}
  	}
+ 
+ 	exit (0);
  }
  crackrecip (buf, recip, host)
  register char *buf;