Your message dated Sun, 13 May 2007 12:02:04 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#399470: fixed in ilohamail 0.8.14-0rc3sid4 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: ilohamail Version: 0.8.14-0rc3sid3 Severity: normal I have installed Ilohamail on a Debian Etch system, using php4 and apache2. Exim4 is my MTA. I have found that messages sent through Ilohamail seem to have duplicated "Subject" and "To" headers. This is an example of such headers: ============================================ Received: from www-data by mail.gie.it with local (Exim 4.63) (envelope-from <[EMAIL PROTECTED]>) id 1GlsD4-0005s2-E4; Sun, 19 Nov 2006 20:20:10 +0100 To: [EMAIL PROTECTED] Subject: prova Received: from 10.1.45.1 (auth. user [EMAIL PROTECTED]@localhost) by 10.1.45.127 with HTTP; Sun, 19 Nov 2006 20:20:10 +0100 To: [EMAIL PROTECTED] Subject: prova Date: Sun, 19 Nov 2006 20:20:10 +0100 X-Mailer: IlohaMail/0.8.14 (On: 10.1.45.127) Message-ID: <[EMAIL PROTECTED]> From: <[EMAIL PROTECTED]> Bounce-To: <[EMAIL PROTECTED]> Errors-To: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable ============================================ As you can see, there are two sets of "Received", "subject" and "to" headers. If I set Ilohamail to use SMTP to send mail (as opposed to using the mail() function in PHP, which is the default setting) the headers are correct, like in the following example: ============================================= Received: from [127.0.0.1] (port=36670 helo=10.1.45.127) by mail.gie.it with smtp (Exim 4.63) (envelope-from <[EMAIL PROTECTED]>) id 1GlsPl-0005tP-H8 for [EMAIL PROTECTED]; Sun, 19 Nov 2006 20:33:17 +0100 Received: from 10.1.45.1 (auth. user [EMAIL PROTECTED]@localhost) by 10.1.45.127 with HTTP; Sun, 19 Nov 2006 20:33:17 +0100 To: [EMAIL PROTECTED] Subject: test3 Date: Sun, 19 Nov 2006 20:33:17 +0100 X-Mailer: IlohaMail/0.8.14 (On: 10.1.45.127) Message-ID: <[EMAIL PROTECTED]> From: <[EMAIL PROTECTED]> Bounce-To: <[EMAIL PROTECTED]> Errors-To: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable ============================================= I really don't know if this is a bug in Ilohamail, in php4, or some sort of misbehaviour between Ilohamail and Exim4. -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-amd64 Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15) Versions of packages ilohamail depends on: ii apache2-mpm-prefork [httpd] 2.2.3-3.1 Traditional model for Apache HTTPD ii debconf 1.5.8 Debian configuration management sy ii exim4-daemon-heavy [mail-tran 4.63-10 exim MTA (v4) daemon with extended ii libapache2-mod-php4 4:4.4.4-6 server-side, HTML-embedded scripti ii wwwconfig-common 0.0.47 Debian web auto configuration Versions of packages ilohamail recommends: pn aspell <none> (no description available) ii gnupg 1.4.5-2 GNU privacy guard - a free PGP rep pn mysql-client <none> (no description available) pn php4-mysql | php5-mysql <none> (no description available) -- debconf information: * ilohamail/webserver_type: Apache2 ilohamail/weblocation: /IlohaMail
--- End Message ---
--- Begin Message ---Source: ilohamail Source-Version: 0.8.14-0rc3sid4 We believe that the bug you reported is fixed in the latest version of ilohamail, which is due to be installed in the Debian FTP archive: ilohamail_0.8.14-0rc3sid4.diff.gz to pool/main/i/ilohamail/ilohamail_0.8.14-0rc3sid4.diff.gz ilohamail_0.8.14-0rc3sid4.dsc to pool/main/i/ilohamail/ilohamail_0.8.14-0rc3sid4.dsc ilohamail_0.8.14-0rc3sid4_all.deb to pool/main/i/ilohamail/ilohamail_0.8.14-0rc3sid4_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Radu Spineanu <[EMAIL PROTECTED]> (supplier of updated ilohamail package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 07 May 2007 00:08:46 +0300 Source: ilohamail Binary: ilohamail Architecture: source all Version: 0.8.14-0rc3sid4 Distribution: unstable Urgency: low Maintainer: Joerg Jaspert <[EMAIL PROTECTED]> Changed-By: Radu Spineanu <[EMAIL PROTECTED]> Description: ilohamail - Light weight yet full featured multilingual web-based IMAP/POP3 c Closes: 399470 415785 416778 419963 422411 423061 Changes: ilohamail (0.8.14-0rc3sid4) unstable; urgency=low . * Check for debconf presence in postrm. (closes: #416778) * Fixed a mktime error when opening attachments. Thanks to Mark Ford for the patch. (closes: #419963) * Remove carriage-returns from the headers when sending emails. These caused extra newlines. (closes: #415785) * Fixed 08-extra-headers patch so it won't cause duplicate headers. (closes: #399470) * The sarge version of IlohaMail used login.inc instead of login.php and the changes were not preserved during upgrade. Better late than never. (closes: #422411) * Removed DH-COMPAT line from debian/rules. * Added new Dutch Debconf translation. Thanks to Bart Cornelis. (closes: #423061) Files: 4c4aeb94bfef8762ad6e92337e9d8772 669 web optional ilohamail_0.8.14-0rc3sid4.dsc 99c71d7004e1850a54c93e5b0c2a03b4 81242 web optional ilohamail_0.8.14-0rc3sid4.diff.gz 1788b246bf13426ecb40ce1f46df1f7a 380878 web optional ilohamail_0.8.14-0rc3sid4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGRvrTJkMZOMmr+9MRAogFAJ4oXK9J/r6xD6tCmXVT3IIIYFi0vwCdGuda JNZuMlaQmw4KKVOoFw4qLoM= =OK++ -----END PGP SIGNATURE-----
--- End Message ---

