Your message dated Tue, 29 May 2007 04:32:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#426047: fixed in email-reminder 0.5.7-1 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: email-reminder Version: 0.5.6-1 Severity: important Tags: patch email-reminder does not create Date: headers in reminders. As it is the responsibility of mail-senders to include this header and not the job of the MTA to add it, this leads to reminders that appear to have been sent in the year 1969 in cases where the MTA in use does not correct the message. Under such circumstances, users viewing messages sorted by date may never see the reminders as they will appear to be the oldest mail in the mailbox. The following patch corrects this: # Begin patch --- /usr/bin/send-reminders.orig 2005-12-11 22:44:05.000000000 -0500 +++ /usr/bin/send-reminders 2006-07-04 04:40:51.000000000 -0400 @@ -89,6 +89,7 @@ use EmailReminder::EventList; use EmailReminder::Utils; +use Date::Manip qw(ParseDate UnixDate); # Default preferences my $PREFERENCE_FILE = '/etc/email-reminder.conf'; @@ -163,6 +164,13 @@ $smtp->data(); $smtp->datasend("From: Email-Reminder <" . $preferences{"mail_from"} . ">\n"); + + # Create an RFC822 compliant date (current time) + my $rfc822_format = "%a, %d %b %Y %H:%M %Z"; + my $today = ParseDate("Now"); + my $rfc822_date = UnixDate($today,$rfc822_format); + $smtp->datasend("Date: $rfc822_date\n"); + $smtp->datasend("To: $to\n"); $smtp->datasend("$message"); $smtp->dataend(); # End patch -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (990, 'testing') Architecture: i386 (i686) Kernel: Linux 2.4.27-2-686 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Shell: /bin/sh linked to /bin/bash Versions of packages email-reminder depends on: ii cron 3.0pl1-100 management of regular background p ii libdate-manip-perl 5.44-5 a perl library for manipulating da ii libemail-valid-perl 0.179-1 Check validity of Internet email a ii libgtk2-perl 1:1.140-1 Perl interface to the 2.x series o ii libxml-dom-perl 1.43-4 Perl module for building DOM Level ii perl 5.8.8-7 Larry Wall's Practical Extraction Versions of packages email-reminder recommends: pn anacron <none> (no description available) -- debconf-show failed
--- End Message ---
--- Begin Message ---Source: email-reminder Source-Version: 0.5.7-1 We believe that the bug you reported is fixed in the latest version of email-reminder, which is due to be installed in the Debian FTP archive: email-reminder_0.5.7-1.diff.gz to pool/main/e/email-reminder/email-reminder_0.5.7-1.diff.gz email-reminder_0.5.7-1.dsc to pool/main/e/email-reminder/email-reminder_0.5.7-1.dsc email-reminder_0.5.7-1_all.deb to pool/main/e/email-reminder/email-reminder_0.5.7-1_all.deb email-reminder_0.5.7.orig.tar.gz to pool/main/e/email-reminder/email-reminder_0.5.7.orig.tar.gz 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. Francois Marier <[EMAIL PROTECTED]> (supplier of updated email-reminder 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: Tue, 29 May 2007 16:05:24 +1200 Source: email-reminder Binary: email-reminder Architecture: source all Version: 0.5.7-1 Distribution: unstable Urgency: low Maintainer: Francois Marier <[EMAIL PROTECTED]> Changed-By: Francois Marier <[EMAIL PROTECTED]> Description: email-reminder - Send event reminders by email Closes: 426047 Changes: email-reminder (0.5.7-1) unstable; urgency=low . * New upstream version: - include the date field in emails which are sent out (closes: #426047) Thanks to Ron Guerin for the patch! * Bump Standards-Version up to 3.7.2 (no changes) * Add a watch file Files: fb204cd6b311623422ab890e863a6015 612 mail optional email-reminder_0.5.7-1.dsc 5cfd1ce01b3fec7b46bf23f980c1fad6 23669 mail optional email-reminder_0.5.7.orig.tar.gz 43ae77bddba0c97c9280a1c18ec8e210 3254 mail optional email-reminder_0.5.7-1.diff.gz 58a0c13d3875b9488c44e5e15c645e29 26728 mail optional email-reminder_0.5.7-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGW6muScUZKBnQNIYRAlMwAJ9HkRT1mKNmxAJoD4zmOVX4OpRy3wCgsc4v Ir8CE5uF3zvwn9DWK6a4P64= =HsYB -----END PGP SIGNATURE-----
--- End Message ---

