|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
sendmail long text
This is regarding sendmail. Code:
cat test.msg | sendmail -t In test msg I have the following. Code:
To: test@mymail.com Subject: Test Long text beings ... Now when I receive the email in Outlook I get an "!" inserted usually at position 990 and repeated mostly after every 990 chars or 65 chars. Using Linux on Redhat; on Solaris using mailx this was fine. Using sendmail in order to send html content emails. "!" occurs irrespective of html or text content. Any ideas, Thanks
Last edited by Franklin52; 10-31-2011 at 05:31 AM.. Reason: Please use code tags for data and code samples, thank you |
| Sponsored Links | ||
|
|
#2
|
|||||
|
|||||
|
Quote:
Code:
# sendmail -t<test.msg |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Found that sendmail has a limit for allowed text length; it will insert an exclamation mark if no linebreak has been encountered. To fix need to insert a linebreak.
google search: sendmail exclamation mark |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sendmail - Disable text wrap | subramanian2008 | UNIX for Dummies Questions & Answers | 1 | 10-10-2011 07:52 AM |
| Attaching file and sending text in body using sendmail command!! | sparan_peddu | Shell Programming and Scripting | 1 | 03-24-2008 04:01 PM |
| How do I strip and add tabbed fields to a long text file? | saint65 | Shell Programming and Scripting | 3 | 02-21-2007 01:18 AM |
| Find/Change long text | aungomarin | Shell Programming and Scripting | 1 | 07-10-2006 05:45 AM |
|
|