--- inn-1.7.2.orig/samples/send-uucp
+++ inn-1.7.2/samples/send-uucp
@@ -89,11 +89,12 @@
     ##  Get the compression flags.
     echo "${PROGNAME}: [$$] begin ${SITE}"
     case "${SITE}" in
-    esca)
-	COMPRESS="compress -b12"
-	;;
+#    esca)
+#	COMPRESS="compress -b12"
+#	;;
     *)
-	COMPRESS="compress"
+	# The default is set in innshelvars
+	# COMPRESS="compress"
 	;;
     esac
 
