[Debconf6-data-commit] r184 - mail

Andreas Schuldei andreas at costa.debian.org
Sun Dec 25 21:04:54 UTC 2005


Author: andreas
Date: 2005-12-25 21:04:53 +0000 (Sun, 25 Dec 2005)
New Revision: 184

Modified:
   mail/massmailing.pl
Log:
fixing the hash

Modified: mail/massmailing.pl
===================================================================
--- mail/massmailing.pl	2005-12-25 20:57:11 UTC (rev 183)
+++ mail/massmailing.pl	2005-12-25 21:04:53 UTC (rev 184)
@@ -14,10 +14,10 @@
     my $proposal_ref = shift;
     my $body         = shift;
 
-    $mailer->open( From => "committee\@debconf.org",
-		   To   => $proposal_ref->{email},
-		   Subject => "Your proposal for DebConf6 about \"$proposal_ref->{topic}\""
-		  ) 
+    $mailer->open( { From => "committee\@debconf.org",
+		     To   => $proposal_ref->{email},
+		     Subject => "Your proposal for DebConf6 about \"$proposal_ref->{topic}\""
+		     } ) 
 	or die "Can't open: $!\n";    
     print $mailer $body;
     $mailer->close();
@@ -84,7 +84,7 @@
 Merry Christmas!
 
 Thank you for submitting the proposal for a $p{talk_type} about 
-"$p{topic"}.
+"$p{topic}".
 
 Unfortunately we were unable to accept all proposals and had to chose between
 70 talks for the main track. Your talk is one of the ones we couldn\'t fit in :(




More information about the Debconf6-data-commit mailing list