Link to home
Start Free TrialLog in
Avatar of Thomas
ThomasFlag for Malaysia

asked on

exclamation point in emails

Hi,
I have a strange issue. I have several applications that are sending notifications back to the application admin. These are mainly written in PHP and use sendmail to send the message. I have a text box where these email templates can be created and then on the right action this template is send to the admin. The issue is that actually most of these add a ! in the message evan do this is not in the actual message that is written. So it must add this somewhere in the sending process. I also have mailscanner installed and think it maybe has something to do with this. Generally I wanted to find out if anyone had a similar issue and if there is a solution I could try so I get rid if this issue.
Here is a cut out of the instances it happens "necessarily that of the owners or! officers of this company." see it is after the "or" but it is not in the template that is saved in MySQL. Then the next one came like this "necessarily that of th! e owners or officers of this company." now it is not after the "or" but splits up the word "the". I am totally puzzled on why this happening.

Its on a Apache 2.x with RH ES3, Sendmail 8.12.11, MailScanner 4.41.2-1, ClamAV, SpamAssassin 3.0.3-1.1.el3.rf environment.

Any pointer to solve or at least troubleshote this issue would be very helpfull.

Best wishes,
Thom
ASKER CERTIFIED SOLUTION
Avatar of anfi
anfi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of kenfcamp
kenfcamp
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Thomas

ASKER

Hi Guys,

I made some research about this issue and I am happy that I am not the only one that has it. There are some solutions in the links below but these are all workarrounds. If there are any other ideas please let me know.
If this is not a bug then we would like to receive some explanation why this happens.

http://www.benan.net/forum/showthread.php?t=2
http://www.phpbuilder.com/board/printthread.php?t=10103067
http://www.phpbuilder.com/board/showthread.php?s=&threadid=10130312
http://www.tek-tips.com/viewthread.cfm?qid=913854

This bug was in PHP 4.3 and still exists in PHP 5.0.5

Thom
Avatar of Thomas

ASKER

Hi,

I also found out that it seems to not be any PHP related issue but Sendmail.
The PHP bug report was dismissed as sendmail issue.
http://bugs.php.net/bug.php?id=5559

I had Sendmail installed for me on a kick-start install and I am not sure how to reconfigure the RFC2821 as outlined on the first answer.
Any tips are welcome.

Best wishes,
Thom
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial