Advertisement

09.15.2005 at 03:57PM PDT, ID: 21563329
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.4

Echo wipes Linedelimiters on Standard Output

Asked by Sivakatirswami in Apple Operating Systems, Server Side Includes (SSI)

Tags: , , ,

I am trying to pipe a plain-text chunk (a  multi-part html email)  from a variable through to sendmail. This works on Linux or any other Nix. But on  Mac OSX,  if I do this: (where "$DailyHPIAnnouncement" contains the multi-line text chunk)

echo $DailyHPIAnnouncement | sendmail -f someLIst@foo.org

Send mail is receiving a block of text with no line delimiters at all. In my wrapper program that is driving the shell I tried changing Char(13) to Char(10), which normally works if you use "cat" to read a file (the file then has unix end lines), but if I just echo the data straight out to stdOut (without writing to disk) it doesn't seem to matter whether end-of-line delimiters is ASCII 13 or ASCII 10... either way "echo" wipes them out completely. Sendmail gets one long string with no line endings anywhere.

Any solutions? I would use

 "cat someFooFile.txt | | sendmail -f someLIst@foo.org"

 which *does* work, (almost) if I change char(13) to char(10) but we are facing some issue where PostFix is inserting a CRLF every 1024 chars, which is the *real* problem I am trying to solve.

The hope is: if we pipe the text straight into stnOut instead of reading from disk then we may avoid the insertion of CRLF every 1024 chars... but now I get no end-of-lines at all. I *really* want to try and avoid the retrograde function of inserting a linefeed after some arbitrary number of words in the original text chunk. But using echo... even that would not help.. they would all get wiped.

SivakatirswamiStart Free Trial
[+][-]09.20.2005 at 05:19AM PDT, ID: 14919339

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Apple Operating Systems, Server Side Includes (SSI)
Tags: output, standard, unix, wipes
Sign Up Now!
Solution Provided By: zmo
Participating Experts: 1
Solution Grade: B
 
 
[+][-]09.20.2005 at 03:33PM PDT, ID: 14924537

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-44