I can confirm that this addition also fixes things using a Windows-native (non-Cygwin) toolset (ActiveTcl and Putty/Plink).
-- Mark Roedel Web Programmer / Analyst LeTourneau University -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David F. Skoll Sent: Tuesday, August 24, 2004 4:37 PM To: [EMAIL PROTECTED] Subject: Re: [Mimedefang] watch-defang -- mimedefang-2.45-BETA-3 Hi, Tony. > "error: Unknown command" It's a Windows thing... Look for the line that reads: set CtrlFD [open "|$MD_MX_CTRL -s $MD_Socket -i" "r+"] (around line 441 of the script). Immediately after that line, put: fconfigure $CtrlFD -translation binary and give that a shot... [EMAIL PROTECTED](&#$&*(#$ Windoze........ Regards, David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

