bugmldonkey, a multi-networks file-sharing client - Bugs: bug #9996, Missing Date Header in Emails

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #9996: Missing Date Header in Emails

Submitter:  None
Submitted:  Thu 12 Aug 2004 10:21:11 PM UTC
   
 
Category:  Core Severity:  3 - Normal
Item Group:  Compilation problem Status:  Fixed
Assigned to:  None Open/Closed:  Closed
Release:  2-5-27 Release: 
Operating System:  Linux Binaries Origin:  Debian package
CPU type:  Intel x86

Jump to the original submission

Sat 05 Mar 2005 06:59:37 PM UTC, comment #6: 

Fixed in 2-5-30

spiralvoice <spiralvoice>
Group administrator
Sun 20 Feb 2005 12:05:32 AM UTC, comment #5: 

Removed buggy patch because the time which was sent was the time the core was started.

spiralvoice <spiralvoice>
Group administrator
Sat 14 Aug 2004 06:35:09 PM UTC, comment #4: 

Patched patch is on Savannah:
http://savannah.nongnu.org/patch/index.php?func=detailitem&item_id=3291
Thanks for the help!

spiralvoice <spiralvoice>
Group administrator
Fri 13 Aug 2004 06:48:38 PM UTC, comment #3: 

the following "patch" for the patch fixes the problem:

srt@endorsed:~$ diff -c mail_bug9996.patch mail_bug9996_v2.patch
* mail_bug9996.patch  2004-08-13 15:06:42.000000000 +0000
--- mail_bug9996_v2.patch       2004-08-13 18:41:09.000000000 +0000
*************
* 98,105 **
  +     mail.mail_from
  +     mail.mail_to
  +     mail.mail_subject
- +     mail.mail_body
  +     mail_date
       else
  -  Printf.sprintf
  -     "From: mldonkey %s\r\nTo: %s\r\nSubject: %s\r\nMIME-Version: 1.0\r\nContent-Type: text/plain\r\n\r\n%s"
--- 98,105 ----
  +     mail.mail_from
  +     mail.mail_to
  +     mail.mail_subject
  +     mail_date
+ +     mail.mail_body
       else
  -  Printf.sprintf
  -     "From: mldonkey %s\r\nTo: %s\r\nSubject: %s\r\nMIME-Version: 1.0\r\nContent-Type: text/plain\r\n\r\n%s"
*************
* 112,119 **
  +     mail.mail_from
  +     mail.mail_to
  +     mail.mail_subject
- +     mail.mail_body
  +     mail_date

   let canon_addr s =
     let len = String.length s in
--- 112,119 ----
  +     mail.mail_from
  +     mail.mail_to
  +     mail.mail_subject
  +     mail_date
+ +     mail.mail_body

   let canon_addr s =
     let len = String.length s in

Anonymous
Fri 13 Aug 2004 06:29:54 PM UTC, comment #2: 

thanks for your quick response, but the patch seems mess up with the lines.
see the following tcpdump of the smtp conversion:

220 deprecated.cologne.reucon.net ESMTP Exim 4.34 Fri, 13 Aug 2004 18:25:14 +0000^M
HELO endorsed.cologne.reucon.net^M
250 deprecated.cologne.reucon.net Hello mldonkey at endorsed.cologne.reucon.net [10.13.0.55]^M
MAIL FROM:<me@mymail.de>^M
250 OK^M
RCPT TO:<me@mymail.de>^M
250 Accepted^M
DATA^M
354 Enter message, ending with "." on a line by itself^M
From: mldonkey <me@mymail.de>^M
To: me@mymail.de^M
Subject: [mldonkey] file received - Readme.txt^M
MIME-Version: 1.0^M
Content-Type: text/plain^M
Date: mldonkey has completed the download of:^M
^M
File: Readme.txt^M
Size: 3081 bytes^M
^M
Fri, 13 Aug 2004 18:15:53^M
.^M
250 OK id=1Bvgjr-0004ks-5G^M
QUIT^M
221 deprecated.cologne.reucon.net closing connection^M

Anonymous
Fri 13 Aug 2004 03:09:11 PM UTC, comment #1: 
spiralvoice <spiralvoice>
Group administrator
Thu 12 Aug 2004 10:21:11 PM UTC, original submission:  

mldonkey does not include a Date: header in the emails it generates when a download is complete.
This leads to some confusion for users with MUAs that sort the mail folders by date (i.e. those mails appear as last and are not noticed)
P.S. I am using exim 4.34 as MTA.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 6 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-03-05 spiralvoice StatusNone Fixed
    Open/ClosedOpen Closed
2005-02-20 spiralvoice StatusFixed None
    Open/ClosedClosed Open
2004-08-14 spiralvoice StatusNone Fixed
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code