Compress Mail via sendmail.cf + rmail script
guy at gorodish.UUCP
guy at gorodish.UUCP
Thu Jan 29 17:31:46 AEST 1987
>In general when using mail, it's is best to use some binary -> ascii
>converter between compress and the mailer.
To quote from RFC 821, "Simple Mail Transfer Protocol":
DATA (DATA)
The receiver treates the lines following the command as
mail data from the sender. This command causes the mail
data from the command to be appended to the mail data
buffer. The mail data may contain any of the 128 ASCII
character codes.
The mail data is terminated by a line containing only a
period, that is the character sequence "<CRLF>.<CRLF>".
and
text line
The maximum total length of a text line including the
<CRLF> is 1000 characters....
In short, there are plenty of mail *transport* systems out there that
don't support 8-bit transparent data paths, in addition to the mail
user agents that don't. Michael is completely correct here - with
current mail software, mail messages are ASCII text files; think of
them as such.
More information about the Comp.unix.questions
mailing list