+2008-06-15 Joerg Jaspert <joerg@debian.org>
+
+ * debianqueued: Fix a brown-paper-bag bug (we just dont know who
+ to assign the bag too). strftime %b is better than %B for
+ the month name.
+
2008-06-14 Joerg Jaspert <joerg@debian.org>
* debianqueued (process_commands): Add a little note that one
$Email::Send::Sendmail::SENDMAIL = $conf::mail;
}
- my $date = sprintf "%s", strftime("%a, %d %B %Y %T %z", (localtime(time)));
+ my $date = sprintf "%s", strftime("%a, %d %b %Y %T %z", (localtime(time)));
my $message = <<__MESSAGE__;
To: $addr
From: Archive Administrator <dak\@ftp-master.debian.org>