eec is now named council.

svn path=/trunk/; revision=11382
This commit is contained in:
2008-11-11 10:11:28 +00:00
parent 41d3405fee
commit c189a6064f

View File

@@ -30,7 +30,7 @@ my %names = (
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
my %responsible = ( my %responsible = (
"EULEG" => "eec", "EULEG" => "council",
"FELLOWSHIP" => "kirschner", "FELLOWSHIP" => "kirschner",
"FTF" => "coughlan", "FTF" => "coughlan",
"POLICY" => "greve", "POLICY" => "greve",
@@ -41,10 +41,10 @@ my %responsible = (
"ES" => "machon", "ES" => "machon",
"IT" => "ohnewein", "IT" => "ohnewein",
"SE" => "oberg", "SE" => "oberg",
"EVENTS" => "eec", "EVENTS" => "council",
"GA" => "eec", "GA" => "council",
"INFRASTRUCT" => "eec", "INFRASTRUCT" => "council",
"MERCHANDISE" => "eec", "MERCHANDISE" => "council",
"OFFICE" => "mueller", "OFFICE" => "mueller",
); );
@@ -68,7 +68,7 @@ my $reference = "$who.$date." . substr $time, -3;
my $to = $responsible{$budget}; my $to = $responsible{$budget};
# if ($to eq $who) { # if ($to eq $who) {
# $to = "eec"; # $to = "council";
# } # }
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@@ -78,8 +78,8 @@ my $to = $responsible{$budget};
my $boundary = "NextPart$reference"; my $boundary = "NextPart$reference";
my $replyto = "dus\@office.fsfeurope.org, $who\@fsfeurope.org, $to\@fsfeurope.org"; my $replyto = "dus\@office.fsfeurope.org, $who\@fsfeurope.org, $to\@fsfeurope.org";
if ($to ne "eec") { if ($to ne "council") {
$replyto .= ", eec\@fsfeurope.org"; $replyto .= ", council\@fsfeurope.org";
} }
open(MAIL, "|/usr/lib/sendmail -t -f $to\@fsfeurope.org"); open(MAIL, "|/usr/lib/sendmail -t -f $to\@fsfeurope.org");