# Bcc: control tags 448874 +patch thanks On 07/12/04 09:58 +0100, Steffen Joeris said ... > For the time being, it would be best to cc the > [EMAIL PROTECTED] ML everytime, the security tag is > used in the mail. This is, because the testing-security team mainly maintains > the tracker and even if it is just a stable issue, we can add information. > (That includes issues for unstable-only stuff as well).
Patch attached to implement this. Giridhar -- Y Giridhar Appaji Nag | http://www.appaji.net/
diff -Nur original/reportbug-3.39/reportbug modified/reportbug-3.39/reportbug
--- original/reportbug-3.39/reportbug 2007-08-17 04:10:37.000000000 +0530
+++ modified/reportbug-3.39/reportbug 2007-12-20 11:52:48.148543000 +0530
@@ -1638,8 +1638,9 @@
incfiles = addinfo
if bts == 'debian' and 'security' in taglist:
- ewrite('Will send a CC of this report to the Debian Security Team.\n')
+ ewrite('Will send a CC of this report to the Debian Security and Testing Security Team.\n')
listcc += ['Debian Security Team <[EMAIL PROTECTED]>']
+ listcc += ['Debian Testing Security Team <[EMAIL PROTECTED]>']
if listcc:
headers.append('X-Debbugs-CC: '+', '.join(listcc))
signature.asc
Description: Digital signature

