Ticket #1483852 (closed Bugs: duplicate)
E-mails aren´t delivered correctly - BAD E-MAIL HEADER
| Reported by: | cyril.dent | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | Client Scripts | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When I send e-mail from webmail to another webmail account, it is delivered correctly. But after delivering to Microsoft Outlook or Outlook Express, it is bad delivered.
This is an example of delivered e-mail to outlook express:
From: (clear)
object: test
e-mail content:
Date: Mon, 19 Jun 2006 10:24:51 +0200
From: <info@…>
Message-ID: <aac450e19d847d2f8ba4c9145ebb8b8f@…>
X-Sender: info@…
User-Agent: RoundCube Webmail/0.1b
Content-Type: text/plain; charset="ISO-8859-2"
Content-Transfer-Encoding: 7bit
I´ve installed version 0.1-beta from 2006-02-19.
I think it´s problem of main.inc.php, it didn´t work.
For example: $rcmail_configmail_header_delimiter? = NULL; or ="\r\n" or ="|", after delivering = no change! :-(
E-mail header isn´t divided correctly.
E-mail source:
Return-Path: <info@…>
X-Original-To: sadlo@…
Delivered-To: sadlo@…
Received: by smtp.sadlo.cz (Postfix, from userid 33)
id 48D0410643EC; Wed, 21 Jun 2006 19:22:53 +0200(CEST)
To: sadlo@…
Subject: test
MIME-Version:1.0[[BR]]
Date: Wed,21 Jun 2006 19:23:53 +0200 From: sadlo <info@…> Message-ID:<ba65babab6a5b5ababa65bab@…> X-Sender: info@… User-Agent:RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Antivirus: AVG for E-mail 7.1.394 [268.9.2/370]
test
// I think bad CR/LF before "From: sadlo...."
Can you help me?
