X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Fdebianqueued-0.9%2Fdebianqueued;h=410e5716bab366c54d35d563ffcf6aade053e428;hb=6ad61ef85be7237455f7fe8216289fcef31ae1f0;hp=fce611e9df1643a76741a6c409de0e56f76f3149;hpb=99e73119fc4698d8149ddf4b4397ba93e98efc2b;p=dak.git diff --git a/tools/debianqueued-0.9/debianqueued b/tools/debianqueued-0.9/debianqueued index fce611e9..410e5716 100755 --- a/tools/debianqueued-0.9/debianqueued +++ b/tools/debianqueued-0.9/debianqueued @@ -1169,6 +1169,8 @@ sub process_commands($) { if ($pgplines < 3) { msg( "log,mail", "$commands isn't signed with PGP/GnuPG\n" ); + msg( "mail", "or the uploaded file is broken. Make sure to transfer in binary mode\n" ); + msg( "mail", "or better yet - use dcut for commands files\n"); goto remove; } @@ -2132,7 +2134,7 @@ sub send_mail($$$) { $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