sources-request@genrad.UUCP (11/02/84)
From: amd!turtlevax!ken (Ken Turkowski) There is a bug in uuque, which I posted a week or so back in mod.sources. It manifests itself only on incoming uucp work (rarer than outgoing) where sometimes one gets a lot of incomprehensible numbers. Under the section: # Check for incoming work The following changes should be made: F) if test -f D./$arg1 then dfile=D./$arg1 > elif test -f D.$LUUNAME/$arg1 > then > dfile=D.$LUUNAME/$arg1 elif test -f XTMP/$arg2 then dfile=XTMP/$arg2 comment="[EXECUTING]" else continue 2 fi ;;