From 2ce4419d2e0af086e22695102e059893f2a22dd0 Mon Sep 17 00:00:00 2001 From: nicoulas Date: Thu, 4 Aug 2011 13:44:34 +0000 Subject: [PATCH] =?UTF-8?q?=85=C0=89=C6u=05=E8B7=FF=FF=8DF=10=89n=04=89F?= =?UTF-8?q?=0C=EB=AB=8D=B4&?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=20921 --- cgi-bin/contact.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi-bin/contact.pl b/cgi-bin/contact.pl index fc24ac32ac..8d5e67dc09 100755 --- a/cgi-bin/contact.pl +++ b/cgi-bin/contact.pl @@ -40,7 +40,7 @@ my $time = strftime "%s", localtime; open(MAIL, "|/usr/lib/sendmail -t -f ato\@fsfe.org"); print MAIL "Reply-To: " . $query->param("email") . "\n"; print MAIL "From: office\@fsfeurope.org\n"; -print MAIL "To: office\@fsfeurope.org\n"; +print MAIL "To: office\@fsfeurope.org,nicoulas\@fsfe.org\n"; print MAIL "Cc: ato\@fsfe.org\n"; my $subject = $query->param("subject");