From 1ee61a49709895396d16e07af82743793a0e526b Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 26 Apr 2010 10:17:48 -0500 Subject: [PATCH] Import version as of 2010-04-26 for upload-ftp-v1.1.pl --- upload-ftp-v1.1.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload-ftp-v1.1.pl b/upload-ftp-v1.1.pl index d573ec5..01a1fff 100755 --- a/upload-ftp-v1.1.pl +++ b/upload-ftp-v1.1.pl @@ -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'"); -- 2.25.1