From: unknown Date: Mon, 26 Apr 2010 15:17:48 +0000 (-0500) Subject: Import version as of 2010-04-26 for upload-ftp-v1.1.pl X-Git-Tag: 20200730__import~28 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1ee61a49709895396d16e07af82743793a0e526b;p=gatekeeper.git Import version as of 2010-04-26 for upload-ftp-v1.1.pl --- 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'");