]> git.donarmstrong.com Git - debbugs.git/commitdiff
Remove obsolute @maintcc and $packagepr bits
authorDon Armstrong <don@donarmstrong.com>
Fri, 13 Jul 2012 23:21:21 +0000 (16:21 -0700)
committerDon Armstrong <don@donarmstrong.com>
Fri, 13 Jul 2012 23:21:21 +0000 (16:21 -0700)
scripts/service

index 20a0219d2a9c76f35b6199ceaecf05ceaac97be6..35cb4a0d385583c3e68d3487a3f5468753601d47 100755 (executable)
@@ -499,19 +499,6 @@ my @maintccs = determine_recipients(recipients => \%recipients,
                                    address_only => 1,
                                    cc => 1,
                                   );
-my $maintccs = 'Cc: '.join(",\n    ",
-                   determine_recipients(recipients => \%recipients,
-                                        cc => 1,
-                                       )
-                  )."\n";
-
-my $packagepr = '';
-$packagepr = "X-${gProject}-PR-Package: " . join(keys %affected_packages) . "\n" if keys %affected_packages;
-
-# Add Bcc's to subscribed bugs
-# now handled by Debbugs::Recipients
-#push @bcc, map {"bugs=$_\@$gListDomain"} keys %bug_affected;
-
 if (!defined $header{'subject'} || $header{'subject'} eq "") {
   $header{'subject'} = "your mail";
 }