On 9/23/2007, "Vlada Macek" <[EMAIL PROTECTED]> wrote: >George Chelidze wrote: >> Hello, >> >> I have successfully install ilohamail 0.8.14-0rc3sid on my debian etch >> box. I have noticed the following problem: there are double To: and >> Subject: headers in every outgoing mail. I have checked the source and >> found that compose2.php contains: >> >> $received_header = "Received: from >> ".$_SERVER["REMOTE_ADDR"]." (auth. user [EMAIL PROTECTED])\r\n"; >> $received_header.= " by >> ".$_SERVER["SERVER_NAME"]." with HTTP; >> ".TZDate($my_prefs["timezone"])."\r\n"; >> $headerx = $received_header."To: >> ".$to."\r\n".(!empty($subject)?"Subject: >> ".$subject."\r\n":"").$headerx; >> >> Appending 12 spaces before To: and Subject: lines here fixes the problem. >> >> Another problem is that IlohaMail version on index page is reported as >> Version 0.8.14-RC2 not RC3. >> >> Best Regards, >> >> George >> >Having no intention in changing the source code (for upgrading >smoothness) yesterday, I worked around the double To/Subject lines >problem by switching to SMTP localhost:25 instead of using PHP's mail() >function.
Thanks, it worked for me ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Ilohamail-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ilohamail-users
