On Mon, 14 Jul 2003, Richard Mayhew wrote: > Hey There, > > Ta, Hmm I must have done something wrong, cos my little test script which > converts the message to the <LF> format made no impression on the message. > > #!/bin/sh > /bin/echo "FILE $1" >> /tmp/mail.log > /usr/bin/dos2unix -k -q $1 > exit 7 > > The script does run but the file doesn't seemed to be changed when it > arrives in the users mailbox. Any ideas?
Yes, I looked at the code. Headers are rewritten as CRLF while the body keeps LF. - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
