diff -ur ifcico-3.0.cm.alpha-2.1/CONFIG ifcico-3.0.cm.alpha-2.2/CONFIG
--- ifcico-3.0.cm.alpha-2.1/CONFIG	Sat Jun 14 13:44:34 1997
+++ ifcico-3.0.cm.alpha-2.2/CONFIG	Sat Jun 21 11:32:44 1997
@@ -1,6 +1,6 @@
 # Compile-time configuration for ifmail FidoNet mailer and gateway
 COPYRIGHT   = "Eugene G. Crosser, 1993-1997"
-VERSION     = "3.0.cm.alpha-2.1"
+VERSION     = "3.0.cm.alpha-2.2"
 
 # Where to put binaries
 BINDIR = "/usr/lib/ifmail"
diff -ur ifcico-3.0.cm.alpha-2.1/ifcico/hydra.c ifcico-3.0.cm.alpha-2.2/ifcico/hydra.c
--- ifcico-3.0.cm.alpha-2.1/ifcico/hydra.c	Tue May 20 01:26:42 1997
+++ ifcico-3.0.cm.alpha-2.2/ifcico/hydra.c	Sun Jun 15 13:15:23 1997
@@ -3,7 +3,7 @@
  * Copyright (C) 1996, 97  Christof Meerwald.
  *
  * $RCSfile: hydra.c,v $ - $Author: mirus $
- * $Revision: 1.8 $ - $Date: 1997/05/19 23:26:42 $
+ * $Revision: 1.9 $ - $Date: 1997/06/15 11:15:23 $
  */
 
 /*
@@ -575,6 +575,7 @@
     txwaitpkt = ((txstate == HTX_SWAIT) || (txstate == HTX_INITACK)
 		 || ((txstate == HTX_RINIT) && (rxstate == HRX_INIT))
 		 || (txstate == HTX_FINFOACK) || (txstate == HTX_DATA)
+		 || (txstate == HTX_DATAACK)
 		 || ((txstate == HTX_XWAIT) && (rxstate != HRX_DONE))
 		 || (txstate == HTX_EOFACK) || (txstate == HTX_ENDACK)
 		 || (txstate == HTX_REND));
