X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fprocess;fp=scripts%2Fprocess;h=4db91807b3237574738698a293dc878e838cd98c;hb=6527bb1d3153c053fc511bd70c19a42ffa779c8a;hp=b40360323cd77f8e805013ec9180ff59406811c7;hpb=677df926c103cb0ceaeba0fa8252c80779e4d573;p=debbugs.git diff --git a/scripts/process b/scripts/process index b403603..4db9180 100755 --- a/scripts/process +++ b/scripts/process @@ -699,7 +699,8 @@ if ($ref<0) { # new bug report $data->{msgid} = $header{'message-id'}; writebug($ref, $data); # Deal with usertags - my $current_user = $replyto; + my $current_user; + unshift @usertag_bits, ['user', $replyto]; for my $field (@usertag_bits) { my ($name, $value) = @$field; if ($name eq 'user') {