X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FRecipients.pm;h=47c648541044c8cf3f3a4ee2b7923ba2f37225ac;hb=6edbdb47edfa0db4c2cd290a7f6cf8b2c9b2b121;hp=2327450615d6fd0c3e1ccdec28c27932a2761fd3;hpb=51ad28535bcc0bddf55b8d763bd2a07f146c961f;p=debbugs.git diff --git a/Debbugs/Recipients.pm b/Debbugs/Recipients.pm index 2327450..47c6485 100644 --- a/Debbugs/Recipients.pm +++ b/Debbugs/Recipients.pm @@ -176,7 +176,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},