Re: Debbugs sending mails to bugs=<bugno>@$gListDomain
Mike Gabriel <[email protected]>
| Newsgroups | gmane.linux.debian.devel.debbugs |
|---|---|
| Message-ID | <[email protected]> |
Hi again, I took a closer look at the code... On Mi 12 Sep 2012 10:18:09 CEST Mike Gabriel wrote: > Hi Don, hi all, > > around line 720 in /scripts/process I find the below line: > > """ > # Send mail to the per bug list subscription too > push @bccs, "bugs=$ref\@$gListDomain"; > """ > > My gListDomain (for X2Go Bug Tracker) is ,,lists.berlios.de''. And > the list server there does not know about mailboxes (or lists) of > the name: > > bugs=###@lists.berlios.de > > Questions: > > - what is the use of that line? Answering myself. It is for sending bug mails to a list server that has one mailing list per bug. > - can it be conditionalized (if ... then ...)? > - if it can be contitionalized... What may be the best approach for this? Furthermore I found that there is some inconsistency around gBugSubscriptionDomain and gListDomain in the code. I added $gBugSubscriptionDomain="" to my /etc/debbugs/config file and I guess the process code should check for length($gBugSubscriptionDomain)>0 and only then process the mailing to bugs=XXXX@$gBugSubscriptionDomain. This does not seem to be the case at all places, is that correct (before diving into the code and trying to change that). Greets, Mike -- DAS-NETZWERKTEAM mike gabriel, rothenstein 5, 24214 neudorf-bornstein fon: +49 (1520) 1976 148 GnuPG Key ID 0x25771B31 mail: [email protected], http://das-netzwerkteam.de freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
signature.asc
(application/pgp-signature, 836 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAABAgAGBQJQUFTHAAoJEJr0azAldxsxbjAP/RsXMqr74jt+UFSKHwInQGIP kHiyI2GhtFqYmAfdZbqbsM480Z9iwo+tp2qc5gbXs7X7VXRX2vJb3qcPVQssPsa4 8r/r0vvMHatynfyQlb4GfGDeWT8Cv8S+jnwQAO5xfikk6k9vroIZcJGbZXJuRl3o zhS/U7h73Pv+ZQ0bceYzAEcrafwkri5dU92y1qty1K3ZgKDFwANiyTZSLbDyzFUa 5iPV/VDD51zCyK4jdtAc/qEeP+ja8ThSiziVfDYL/Xd46u0AQor8aWpKQjG/zP5g TQvVk+QPVRQSCqtR6g4utuDfjJFshJKiGNA3XSDpxGADGJ5LqKQmqcYeE3upW5uu miKfhUWzs7Duwe+HT8mbUkqK5QrdJ6SY3J+WZjyTmW6gSNsXUucexyBSLLtNstIG tctXYnqCU4xE5B3+tvK30/nzZEsv6Fi8F3390gU+EISqyHipBFOCzs4LuYrqWsvW 0lvAQ6iOrYv7S+s1Mr30JYpxLmpS0F3PTPRkcRuS9YYOKMpsZbldFGUcJVUWNA0e po68wWWtXN2OjVRQ59n6XDXocpI8/HbezXz4Y51PLCXHQEYiR3KzU3AtOke7Yu4P HRlfNmBModC660meCnW4ep86JTCMq/B4v2SgrSi0bcVcSP8Yw7gKigdoE6/WX5my oC2U546jOVuUPeaybACD =R5L7 -----END PGP SIGNATURE-----