uB7FnF 뫍&

svn path=/trunk/; revision=20921
This commit is contained in:
nicoulas 2011-08-04 13:44:34 +00:00
parent 48be2efeb3
commit 2ce4419d2e

View File

@ -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");