From: Dave Houghton ([email protected])
Date: Wed Nov 10 1999 - 14:46:29 CET
Michele if you can't read this then I'm wasting my time
Here's the fix for the bare LF bug in smtp protocol
in /usr/script/smtp.pro
change line
cat ${MSG_FILE} to
cat ${MSG_FILE} | unix2dos
and the next line
send"."
needs CRLF before and after the period. I couldn't think how to do this properlyso I used muhex to embed 0d 0a before and after the period. What's the proper way to do it for the hard of thinking?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:12 CET