Generalized subject for report mails rsync
authorMatthias Förste foerste@schlittermann.de
Wed, 31 Aug 2011 11:15:31 +0200
branchrsync
changeset 20 eb8cfb9bb6a1
parent 19 4e50f848f55b
child 21 25db3987d8d7
Generalized subject for report mails
bin/rpi
--- a/bin/rpi	Wed Aug 31 11:01:40 2011 +0200
+++ b/bin/rpi	Wed Aug 31 11:15:31 2011 +0200
@@ -348,7 +348,7 @@
       ($msg, $to) = ("[This is just a test mail to you. If this wasn't a test mail, then it should have been sent to [$u]]\n\n" . $messages->{$u}, $fallback) if $dont_send_to_real_uploader;
 
       sendmail(From => $from,
-	Subject => "[apt] Possible Problem importing your changes",
+	Subject => "[apt] Import Report",
 	To => $to,
 	Message => $msg);
       print "[$0]: ", $Mail::Sendmail::log, "\n";