]> git.donarmstrong.com Git - debbugs.git/commitdiff
its bugs= not bug=
authorDebian BTS <debbugs@busoni>
Mon, 29 Mar 2010 21:22:21 +0000 (21:22 +0000)
committerDebian BTS <debbugs@busoni>
Mon, 29 Mar 2010 21:22:21 +0000 (21:22 +0000)
Debbugs/Recipients.pm

index a06e69249f4f41877ea92613b4aabf40cf6cb192..8ab2208d388fdfe3793e311cac1d8932e2a23f96 100644 (file)
@@ -170,7 +170,7 @@ sub add_recipients {
      if (defined $config{bug_subscription_domain} and
         length $config{bug_subscription_domain}) {
          _add_address(recipients => $param{recipients},
-                      address    => 'bug='.$param{data}{bug_num}.'@'.
+                      address    => 'bugs='.$param{data}{bug_num}.'@'.
                                     $config{bug_subscription_domain},
                       reason     => "bug $param{data}{bug_num}",
                       bug_num    => $param{data}{bug_num},