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

-------------------------------------------------------------------------
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

Reply via email to