home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume2 / smail1 < prev    next >
Internet Message Format  |  1986-11-30  |  1KB

  1. From: ihnp4!amdcad!idi!bene!luke!sml
  2. Subject: update to smail
  3. Reply-To: sml@luke.UUCP (Steven List)
  4. Newsgroups: mod.sources
  5. Approved: john@genrad.UUCP
  6.  
  7. Mod.sources:  Volume 2, Issue 2
  8. Submitted by: sml@luke.UUCP (Steven List)
  9.  
  10.  
  11. This is an update to the posting of my "smarter" mailer.  The only real
  12. change is to add an `exit (0)' at the end of the main function.  Here it
  13. is, in "diff -c" format, suitable for feeding to "patch".
  14.  
  15. *** old/smail.c    Wed Jun 26 16:48:41 1985
  16. --- smail.c    Wed Jun 26 16:46:57 1985
  17. ***************
  18. *** 19,25
  19.    * modified by Steven M. List 6/85
  20.    *               Benetics Corporation
  21.    *             Mt. View, CA
  22. !  *             {cdp,idi,oliveb,sun,tolerant}!bene!luke!steven
  23.    *
  24.    */
  25.   
  26.  
  27. --- 19,25 -----
  28.    * modified by Steven M. List 6/85
  29.    *               Benetics Corporation
  30.    *             Mt. View, CA
  31. !  *             {cdp,greipa,idi,oliveb,sun,tolerant}!bene!luke!steven
  32.    *
  33.    */
  34.   
  35. ***************
  36. *** 223,228
  37.               exit(1);
  38.           }
  39.       }
  40.   }
  41.   crackrecip (buf, recip, host)
  42.   register char *buf;
  43.  
  44. --- 223,230 -----
  45.               exit(1);
  46.           }
  47.       }
  48. +     exit (0);
  49.   }
  50.   crackrecip (buf, recip, host)
  51.   register char *buf;
  52.