diff -rc 7.2.6-b1/mail.c 7.2.6-b2/mail.c
*** 7.2.6-b1/mail.c	Wed Jul 19 22:27:10 1995
--- 7.2.6-b2/mail.c	Thu Feb 29 12:24:38 1996
***************
*** 1305,1311 ****
  	if (!(files[0] = open_file(buf, TRUE, FALSE))) {
  	    rm_edfile(-1); /* force saving of undeliverable mail */
  	    if (isoff(flags, VERBOSE) && debug < 3)
! 		exit(-1);
  	    else
  		return 0;
  	}
--- 1305,1311 ----
  	if (!(files[0] = open_file(buf, TRUE, FALSE))) {
  	    rm_edfile(-1); /* force saving of undeliverable mail */
  	    if (isoff(flags, VERBOSE) && debug < 3)
! 		_exit(-1);
  	    else
  		return 0;
  	}
***************
*** 1476,1482 ****
  	    (void) signal(SIGTERM, oldterm);
  	}
      } else
! 	exit(0); /* not a user exit -- a child exit */
      return 0;
  }
  
--- 1476,1482 ----
  	    (void) signal(SIGTERM, oldterm);
  	}
      } else
! 	_exit(0); /* not a user exit -- a child exit */
      return 0;
  }
  
***************
*** 1831,1837 ****
      if (isoff(glob_flags, DO_SHELL)) {  /* If we're not in a shell, exit */
  	puts("exiting");
  	echo_on();
! 	exit(1);
      }
      longjmp(jmpbuf, 1);
  }
--- 1831,1837 ----
      if (isoff(glob_flags, DO_SHELL)) {  /* If we're not in a shell, exit */
  	puts("exiting");
  	echo_on();
! 	_exit(1);
      }
      longjmp(jmpbuf, 1);
  }
diff -rc 7.2.6-b1/mush.h 7.2.6-b2/mush.h
*** 7.2.6-b1/version.h	Wed Feb 28 16:36:50 1996
--- 7.2.6-b2/version.h	Thu Feb 29 12:24:38 1996
***************
*** 1,7 ****
  /* @(#)version.h	(c) Copyright 1989, 1990, 1991 (Dan Heller) */
  
  #define MUSHNAME	"Mail User's Shell"
! #define RELEASE_DATE	"beta(1) 2/28/96"
  #define RELEASE		7
  #define REVISION	"2"
  #define PATCHLEVEL	6
--- 1,7 ----
  /* @(#)version.h	(c) Copyright 1989, 1990, 1991 (Dan Heller) */
  
  #define MUSHNAME	"Mail User's Shell"
! #define RELEASE_DATE	"beta(2) 2/29/96"
  #define RELEASE		7
  #define REVISION	"2"
  #define PATCHLEVEL	6