<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*** 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	&lt;stdio.h&gt;
--- 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	&lt;stdio.h&gt;
***************
*** 434,441 ****
  			orec = nrec;
  			nrec-&gt;nxt = NULL;
  			continue;
! 		}
! 
  	}
  
  	if(strncmp(buf,"BODY",4)) {
--- 434,441 ----
  			orec = nrec;
  			nrec-&gt;nxt = NULL;
  			continue;
! 		} else		/* not RCPT */
! 			break;
  	}
  
  	if(strncmp(buf,"BODY",4)) {
</pre></body></html>