[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#688345: Add gStrongList to configuration file



Package: debbugs
Version: 2.4.2~exp2
Severity: minor
Tags: patch

please add the $gStrongList variable to the config file of debbugs so the site admin gets a chance to leave it defined as "".

Otherwise, the process script blasts severity mails to the gListDomain host which is not what (external) mailing list providers like so much.

Patch attached.

Greets,
Mike

--

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
>From 6197039add963aa3878a36fe6e4d4a6644055f35 Mon Sep 17 00:00:00 2001
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Fri, 21 Sep 2012 21:14:05 +0200
Subject: [PATCH 1/2] Provide gStrongList configuration option in config file
 to make a site admin aware of its existence.

---
 debian/changelog |    2 ++
 scripts/config   |    1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b83bd9e..786f92b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,8 @@ debbugs (2.4.2~exp2) UNRELEASED; urgency=low
     line to avoid duplication (and more) of the bug number when replying to
     bug postings.
   * Update postfix section in Readme.mail. Closes: #688109.
+  * Provide gStrongList configuration option in config file to make
+    a site admin aware of its existence.
 
  -- Don Armstrong <don@debian.org>  Wed, 25 Aug 2010 01:57:38 -0700
 
diff --git a/scripts/config b/scripts/config
index 32253db..e64498e 100644
--- a/scripts/config
+++ b/scripts/config
@@ -36,6 +36,7 @@ $gForwardList = "bug-forward-list";		# e.g. debian-bugs-forwarded
 $gDoneList = "bug-done-list";			# e.g. debian-bugs-closed
 $gRequestList = "bug-request-list";		# e.g. debian-bugs-dist
 $gSubmitterList = "bug-submitter-list";		# e.g. debian-bugs-dist
+$gStrongList = "bug-strong-list";		# e.g. debian-bugs-dist
 $gControlList = "bug-control-list";		# e.g. debian-bugs-dist
 $gSummaryList = "bug-summary-list";		# e.g. debian-bugs-reports
 $gMirrorList = "bug-mirrors-list";		# sends to all mirrors
-- 
1.7.10

Attachment: pgp8TAq3y12ko.pgp
Description: Digitale PGP-Unterschrift


Reply to: