<html><body bgcolor="#FFFFFF">
<p><font size="2" face="sans-serif">Hi Jules,</font><br>
<br>
<font size="2" face="sans-serif">$LANG is on my VM is "en_US.UTF-8".</font><br>
<br>
<font size="2" face="sans-serif">I comment out </font><br>
<br>
<font size="2" face="sans-serif"> #$headers .= "MIME-Version: 1.0\r\n";</font><br>
<font size="2" face="sans-serif"> #$headers .= "Content-Type: text/plain; charset=UTF-8\r\n";</font><br>
<font size="2" face="sans-serif"> #$headers .= "Content-Transfer-Encoding: 8bit\r\n";</font><br>
<br>
<font size="2" face="sans-serif">and the line breaks were solved...</font><br>
<br>
<font size="2" face="sans-serif">Mit freundlichen Grüßen / Best regards<br>
<br>
Patrick Gaikowski<br>
Tel: +49 7132 94 3568<br>
Fax: +49 7132 94 73568<br>
E-Mail: patrick.gaikowski@kaufland.com<br>
KI 967800 IT International / Infrastruktur<br>
Office:<br>
Lindichstrasse 11<br>
D-74189 Weinsberg</font><br>
<br>
<br>
<br>
<font size="2" face="sans-serif"><a href="http://www.kaufland.de">http://www.kaufland.de</a> </font><br>
<font size="2" face="sans-serif"><a href="http://www.spannende-it.de">http://www.spannende-it.de</a></font><br>
<font size="2" face="sans-serif">Wir sind die Nr. 1:</font><br>
<font size="2" face="sans-serif">Kaufland ist "Bester Lebensmittelmarkt 2011"!</font><br>
<br>
<font size="2" face="sans-serif">Kaufland Informationssysteme GmbH & Co. KG</font><br>
<font size="2" face="sans-serif">Postfach 12 53 - 74149 Neckarsulm<br>
Kommanditgesellschaft<br>
Sitz: Neckarsulm<br>
Registergericht: Amtsgericht Stuttgart HRA 104163</font><br>
<br>
<br>
<br>
<br>
<br>
<ul style="padding-left: 18pt"><img width="16" height="16" src="cid:1__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" border="0" alt="Inactive hide details for Jules <Jules@zend.to>"><font size="2" face="sans-serif">Jules <Jules@zend.to></font></ul>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="40%">
<ul style="padding-left: 9pt"><font size="1" face="sans-serif"><b>Jules <Jules@zend.to></b></font><font size="1" face="sans-serif"> </font><br>
<font size="1" face="sans-serif">Gesendet von: zendto-bounces@zend.to</font>
<p><font size="1" face="sans-serif">02.06.2011 10:48</font>
<table border="1">
<tr valign="top"><td width="168" bgcolor="#FFFFFF">
<ul style="padding-left: 0pt"><font size="1" face="sans-serif">Bitte antworten an<br>
ZendTo Users <zendto@zend.to></font></ul>
</td></tr>
</table>
</ul>
</td><td width="60%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%" valign="middle"><img width="66" height="1" src="cid:2__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" border="0" alt=""><br>
</td><td width="100%"><img width="1" height="1" src="cid:2__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" border="0" alt=""><br>
<font size="1" face="sans-serif">ZendTo Users <zendto@zend.to></font></td></tr>
<tr valign="top"><td width="1%" valign="middle"><img width="66" height="1" src="cid:2__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" border="0" alt=""><br>
</td><td width="100%"><img width="1" height="1" src="cid:2__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" border="0" alt=""><br>
</td></tr>
<tr valign="top"><td width="1%" valign="middle"><img width="66" height="1" src="cid:2__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" border="0" alt=""><br>
<div align="right"><font size="1" face="sans-serif">Thema </font></div></td><td width="100%"><img width="1" height="1" src="cid:2__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" border="0" alt=""><br>
<font size="1" face="sans-serif">[ZendTo] Re: Antwort: Re: Antwort: Re: 4.02 - notification email ->        line breaks</font></td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="58"><img width="1" height="1" src="cid:2__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" border="0" alt=""></td><td width="336"><img width="1" height="1" src="cid:2__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" border="0" alt=""></td></tr>
</table>
</td></tr>
</table>
<br>
<font size="3" face="serif">The change were to<br>
1) Add MIME headers to select UTF-8 character encoding,<br>
and<br>
2) If necessary, encode the Subject: in a way that allows international characters.<br>
<br>
I would imagine it's the MIME headers that are causing your problem.<br>
Your mail system should cope quite happily with these, and should leave the message untouched.<br>
However something, possibly on your ZendTo server, is re-encoding the mail as a result of these headers. This may well be caused by incorrect "LANG" or "locale" settings. For example my output from "echo $LANG" is "en_GB.UTF-8" which will handle the 8-bit character set.<br>
<br>
You will probably find the setting buried in /etc/sysconfig/i18n. Make sure the LANG setting includes ".UTF-8" on the end of it, and then reboot your server.<br>
<br>
Let me know if that helps.<br>
<br>
My systems, running with UTF-8, are not adding any extra encoding to the message, as the whole path is 8-bit clean.<br>
<br>
If you still can't get it to work, then a workaround for now is to comment out the extra MIME headers added in "deliverEmail" in /opt/zendto/lib/NSSDropbox.php, while we try to find a solution that will work for you.<br>
<br>
Jules.<br>
<br>
On 01/06/2011 20:51, </font><a href="mailto:patrick.gaikowski@kaufland.com"><font size="3" color="#0000FF" face="serif"><u>patrick.gaikowski@kaufland.com</u></font></a><font size="3" face="serif"> wrote: </font>
<ul style="padding-left: 36pt"><br>
<font size="2" face="sans-serif">Hi,</font><font size="3" face="serif"><br>
</font><font size="2" face="sans-serif"><br>
emails were delivered successfully but the format (line breaks) changed from 4.00 to 4.01/4.02.</font><font size="3" face="serif"><br>
</font><font size="2" face="sans-serif"><br>
I'm using the CentOS VM build V4.00 and installed V4.02 as RPM-Package...</font><font size="3" face="serif"><br>
</font><font size="2" face="sans-serif"><br>
Mit freundlichen Grüßen / Best regards<br>
<br>
Patrick Gaikowski<br>
Tel: +49 7132 94 3568<br>
Fax: +49 7132 94 73568<br>
E-Mail: </font><a href="mailto:patrick.gaikowski@kaufland.com"><font size="2" color="#0000FF" face="sans-serif"><u>patrick.gaikowski@kaufland.com</u></font></a><font size="2" face="sans-serif"><br>
KI 967800 IT International / Infrastruktur<br>
Office:<br>
Lindichstrasse 11<br>
D-74189 Weinsberg</font><font size="3" face="serif"><br>
<br>
<br>
</font><font size="2" color="#0000FF" face="sans-serif"><u><br>
</u></font><a href="http://www.kaufland.de/"><font size="2" color="#0000FF" face="sans-serif"><u>http://www.kaufland.de</u></font></a><font size="2" face="sans-serif"> </font><font size="2" color="#0000FF" face="sans-serif"><u><br>
</u></font><a href="http://www.spannende-it.de/"><font size="2" color="#0000FF" face="sans-serif"><u>http://www.spannende-it.de</u></font></a><font size="2" face="sans-serif"><br>
Wir sind die Nr. 1:<br>
Kaufland ist "Bester Lebensmittelmarkt 2011"!</font><font size="3" face="serif"><br>
</font><font size="2" face="sans-serif"><br>
Kaufland Informationssysteme GmbH & Co. KG<br>
Postfach 12 53 - 74149 Neckarsulm<br>
Kommanditgesellschaft<br>
Sitz: Neckarsulm<br>
Registergericht: Amtsgericht Stuttgart HRA 104163</font><font size="3" face="serif"><br>
<br>
<br>
<br>
<br>
</font>
<ul style="padding-left: 36pt"><br>
<img src="cid:1__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" width="16" height="16" alt="Inactive
hide details for John Cooper <johnpcooper@yahoo.com>"><font size="2" face="sans-serif">John Cooper </font><a href="mailto:johnpcooper@yahoo.com"><font size="2" color="#0000FF" face="sans-serif"><u><johnpcooper@yahoo.com></u></font></a><font size="3" face="serif"> </font></ul>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="42%">
<ul style="padding-left: 36pt"><font size="1" face="sans-serif"><b>John Cooper </b></font><a href="mailto:johnpcooper@yahoo.com"><font size="1" color="#0000FF" face="sans-serif"><b><u><johnpcooper@yahoo.com></u></b></font></a><font size="1" face="sans-serif"> <br>
Gesendet von: </font><a href="mailto:zendto-bounces@zend.to"><font size="1" color="#0000FF" face="sans-serif"><u>zendto-bounces@zend.to</u></font></a><font size="3" face="serif"> </font>
<p><font size="1" face="sans-serif">01.06.2011 21:45</font><font size="3" face="serif"> </font></ul>
<table width="100%" border="1">
<tr valign="top"><td width="100%" bgcolor="#FFFFFF">
<ul style="padding-left: 40pt"><font size="1" face="sans-serif">Bitte antworten an<br>
ZendTo Users </font><a href="mailto:zendto@zend.to"><font size="1" color="#0000FF" face="sans-serif"><u><zendto@zend.to></u></font></a><font size="3" face="serif"> </font></ul>
</td></tr>
</table>
</td><td width="58%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="18%" valign="middle"><img src="cid:2__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" width="66" height="1"></td><td width="82%"><img src="cid:2__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" width="1" height="1"><font size="1" face="sans-serif"><br>
ZendTo Users </font><a href="mailto:zendto@zend.to"><font size="1" color="#0000FF" face="sans-serif"><u><zendto@zend.to></u></font></a></td></tr>
<tr valign="top"><td width="18%" valign="middle"><img src="cid:2__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" width="66" height="1"></td><td width="82%"><img src="cid:2__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" width="1" height="1"></td></tr>
<tr valign="top"><td width="18%" valign="middle"><img src="cid:2__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" width="66" height="1"><div align="right"><font size="1" face="sans-serif">Thema </font></div></td><td width="82%"><img src="cid:2__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" width="1" height="1"><font size="1" face="sans-serif"><br>
[ZendTo] Re: Antwort: Re: 4.02 - notification email -> line breaks</font></td></tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="15%"><img src="cid:2__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" width="1" height="1"></td><td width="85%"><img src="cid:2__=4EBBF230DFAEA4008f9e8a93@de.int.kaufland" width="1" height="1"></td></tr>
</table>
</td></tr>
</table>
<tt><font size="2"><br>
On 01/06/11 19:30, </font></tt><a href="mailto:patrick.gaikowski@kaufland.com"><tt><font size="2" color="#0000FF"><u>patrick.gaikowski@kaufland.com</u></font></tt></a><tt><font size="2"> wrote:<br>
><br>
> Hi,<br>
><br>
> the question is, what is the difference between 4.00 and 4.01/4.02. In <br>
> version 4.00 notification was working fine. Was there any change in <br>
> sending /creating notification?<br>
><br>
Your original email ended up in my spam folder so probably did for <br>
everyone else.<br>
<br>
I installed Zento today for a friend on a Ubuntu server using apt-get. <br>
Everything worked perfectly and notifications are fine. Perhaps your <br>
notifications are being blocked by email servers. Have you checked your <br>
emails are being delivered?<br>
<br>
John.<br>
_______________________________________________<br>
ZendTo mailing list</font></tt><tt><font size="2" color="#0000FF"><u><br>
</u></font></tt><a href="mailto:ZendTo@zend.to"><tt><font size="2" color="#0000FF"><u>ZendTo@zend.to</u></font></tt></a><tt><font size="2" color="#0000FF"><u><br>
</u></font></tt><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto"><tt><font size="2" color="#0000FF"><u>http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</u></font></tt></a><font size="3" face="serif"><br>
</font><br>
<tt><font size="3"><br>
<br>
_______________________________________________<br>
ZendTo mailing list<br>
</font></tt><a href="mailto:ZendTo@zend.to"><tt><font size="3" color="#0000FF"><u>ZendTo@zend.to</u></font></tt></a><tt><font size="3"><br>
</font></tt><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto"><tt><font size="3" color="#0000FF"><u>http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</u></font></tt></a></ul>
<br>
<tt><font size="3">Jules<br>
<br>
-- <br>
Julian Field MEng CITP CEng<br>
</font></tt><a href="http://www.zend.to/"><tt><font size="3" color="#0000FF"><u>www.Zend.To</u></font></tt></a><tt><font size="3"><br>
<br>
Follow me at twitter.com/JulesFM<br>
PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654<br>
<br>
'All programs have a desire to be useful' - Tron, 1982<br>
</font></tt><tt><font size="2">_______________________________________________<br>
ZendTo mailing list<br>
ZendTo@zend.to<br>
</font></tt><tt><font size="2"><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a></font></tt><br>
</body></html>