Import version as of 2010-04-26 for upload-ftp-v1.1.pl
authorunknown <sysadmin@gnu.org>
Mon, 26 Apr 2010 15:17:48 +0000 (10:17 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Wed, 29 Jul 2020 03:06:53 +0000 (22:06 -0500)
upload-ftp-v1.1.pl

index d573ec5750ed6d3e31c440fcb8fb2b6ae93d2a82..01a1fff1b6c1e6975b56ed1d492f00280ffdd78a 100755 (executable)
@@ -1161,7 +1161,7 @@ sub mail {
       $smtp->datasend ("Reply-To: ftp-upload\@gnu.org\r\n");
       my $mid = Email::MessageID->new;
       $smtp->datasend("Message-ID: <$mid>\r\n");
-      $smtp->datasend("Date: " . strftime("%a, %b %e %Y %H:%M:%S %z", localtime) . "\r\n");
+      $smtp->datasend("Date: " . strftime("%a, %e %b %Y %H:%M:%S %z", localtime) . "\r\n");
       if ($subject ne '') {
           $smtp->datasend ("Subject: [gnu-ftp-upload] $subject");
           ftp_syslog('info', "($log_style) Subject: '$subject'");