*** old/smapd.c	1997/01/26 20:39:56
--- smapd.c	1997/03/10 16:41:04
***************
*** 9,15 ****
  /*
   *	Author: Marcus J. Ranum, Trusted Information Systems, Inc.
   */
! static	char	RcsId[] = "$Header: /usr/home/rick/fwtk2.0/fwtk/smapd/RCS/smapd.c,v 1.22 1997/01/26 20:39:56 rick Exp $";
  
  
  #include	<stdio.h>
--- 9,15 ----
  /*
   *	Author: Marcus J. Ranum, Trusted Information Systems, Inc.
   */
! static	char	RcsId[] = "$Header: /usr/home/rick/fwtk2.0/fwtk/smapd/RCS/smapd.c,v 1.23 1997/03/10 16:40:56 rick Exp $";
  
  
  #include	<stdio.h>
***************
*** 434,441 ****
  			orec = nrec;
  			nrec->nxt = NULL;
  			continue;
! 		}
! 
  	}
  
  	if(strncmp(buf,"BODY",4)) {
--- 434,441 ----
  			orec = nrec;
  			nrec->nxt = NULL;
  			continue;
! 		} else		/* not RCPT */
! 			break;
  	}
  
  	if(strncmp(buf,"BODY",4)) {
