From: Debian BTS Date: Fri, 16 Apr 2010 17:07:39 +0000 (+0000) Subject: merge changes from dla source tree X-Git-Tag: release/2.6.0~418 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=98ad23768495f28b31177c810f3e3d8908330e31;hp=e910f5ba8f8d11a9a23b35f7bea7e667beddec6b;p=debbugs.git merge changes from dla source tree --- diff --git a/Debbugs/Recipients.pm b/Debbugs/Recipients.pm index a06e692..8ab2208 100644 --- a/Debbugs/Recipients.pm +++ b/Debbugs/Recipients.pm @@ -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}, diff --git a/scripts/age-1 b/scripts/age-1 old mode 100755 new mode 100644