]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Recipients.pm
its bugs= not bug=
[debbugs.git] / 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},