Jump to content

Problem with 2.2 RC3 and mails


Guest Aqua-Passion

Recommended Posts

I have a strange problem with mails send by ipb 2.2 rc3
when they are received by foxmail or dreammail (others not tested )
the received message does not have field "From" and the message begining is

From: "Forum Aqua-Passion.com" <xxxxx@aqua-passion.com>


X-Priority: 3



X-Mailer: IPB PHP Mailer



Content-type: text/plain; charset="iso-8859-15"



X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on srv31.haisoft.net


X-Spam-Level:


X-Spam-Status: No, score=-5.9 required=6.0 tests=ALL_TRUSTED,BAYES_00


autolearn=ham version=3.0.4




Aqua-Passion,





-------------------------------------


Forum Aqua-Passion.com Statistics:


-------------------------------------


Registered Users: 2097


Total Posts: 87618


Busiest Time: 418 users were online on 09/09/06 19:10:43



-------------------------------------


Handy Links


-------------------------------------


etc...



the source code is

Return-Path: <xxxx@aqua-passion.com>
Delivered-To: 123-xxxxx@aqua-passion.com
Received: (qmail 12002 invoked by uid 48); 11 Nov 2006 17:35:00 +0100
Date: 11 Nov 2006 17:35:00 +0100
Message-ID: <20061111163500.12001.xxxx@srv31.haisoft.net>
To: xxxxx@aqua-passion.com
Subject: test origine ( Forum Aqua-Passion.com )
MIME-Version: 1.0

From: "Forum Aqua-Passion.com" <xxxxx@aqua-passion.com>
X-Priority: 3

X-Mailer: IPB PHP Mailer

Content-type: text/plain; charset="iso-8859-15"

X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on srv31.haisoft.net
X-Spam-Level: 
X-Spam-Status: No, score=-5.9 required=6.0 tests=ALL_TRUSTED,BAYES_00 
	autolearn=ham version=3.0.4


Aqua-Passion,



-------------------------------------
Forum Aqua-Passion.com Statistics:
-------------------------------------
Registered Users: 2097
Total Posts: 87618
Busiest Time: 418 users were online on 09/09/06 19:10:43

-------------------------------------
Handy Links
-------------------------------------




A someone else this problem? it is a bug?
pbmail.jpg

Link to comment
Share on other sites

if I replace

	var $header_eol	  = "\r\n";	//RFC specifies \r\n as eol

in sources/classes/class_email.php by

	var $header_eol	  = "\n";	//RFC specifies \r\n as eol



that's work fine ??
why ?
in my pb the mmail header is cut after MIME-Version: 1.0

this point is the first occurence of $header_eol ( \r\n ) in the mail header

pbmail2.jpg

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...