View Single Post

   
  #3 (permalink)  
Old 01-17-2008, 05:33 AM
Mr. Uh Clem
 
Posts: n/a
Default Re: mailx truncate line exceed tot characters

Kappa^ wrote:
> I can't send send mail with line with length of 3000 characters, this
> line are truncated...
> I use the command:
>
> cat file|mailx -s "subject" name@domain.com
>
> Why? It's possibile change some parameters in mailx.rc or sendmail.cf
> for increasing max characters for line?
>
> Thanks!
>

SMTP max is 1000 or so. You will need to encode the data
to quoted-printable or base64 if you wish to preserve the
long lines.


--
Clem
"If you push something hard enough, it will fall over."
- Fudd's first law of opposition
Reply With Quote