]> git.donarmstrong.com Git - debbugs.git/blobdiff - scripts/process
submitter is U, not S
[debbugs.git] / scripts / process
index 4236f6b4ccbdece729d1f8488c8cc0bf4afc204e..e5bec482b79368826e6ca16af2608b9b01088775 100755 (executable)
@@ -84,7 +84,7 @@ my %baddress = (B => 'submit',
                Q => 'quiet',
                F => 'forwarded',
                D => 'done',
-               S => 'submitter',
+               U => 'submitter',
                L => 'list',
               );
 my $valid_codeletters = join('',keys %baddress);
@@ -990,7 +990,6 @@ if (@control_bits) {
        print {$transcript} fill_template('mail/excluded_from_control');
        print {$transcript} "Stopping processing here.\n\n";
     } else {
-       my %clonebugs = ();
        for my $control_bit (@control_bits) {
            $control_bit =~ s/\xef\xbb\xbf//g;
            next unless $control_bit =~ m/\S/;