> 1) If the log I'm trying to send is large, I get a "ssmtp: Header too large > Max is 4000 characters" error. Obviously, I need to do some pre-processing > on the log files to define a header at the top of the file and put the log > info in a defined "body" of the message. Since I'm new to linux, I don't > know how to do this.
The message headers are seperated from the message body by a single blank line. Headers take the form of "header: value"...as an example, some of the headers from your e-mail to the list: From: "Munday, Merrick" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1AF22.AD71F4C0" Subject: [Leaf-user] Mail logs on Oxygen Date: Wed, 6 Feb 2002 10:26:41 -0500 You may want to add a few simple headers of your own (like a subject) to the e-mail. NOTE: You probably don't want to mess with multipart messages or mime, so I'd just set Content-Type to text/plain. See RFC-822 for message format details. Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
