Your message dated Sun, 26 Nov 2006 19:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#379915: fixed in listadmin 2.32-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: listadmin
Version: 2.30-1
Severity: important
Some times, the messages in the mailman queue are incorrectly
classified as spam. Here is an example where the first message was
discarded as spam with spamscore 14, despite the fact that there is
nothing in the message indicating such spamscore.
I set severity to important, as this misfeature make it very easy to
miss some non-spam messages which should be approved.
fetching data for [email protected] ...
[1/5] ========== [email protected] =========
From: [EMAIL PROTECTED]
Subject: Bug#378092: marked as done (sysv-rc: Fix for startpar in
/etc/init.d/rc)
Reason: Message has implicit destination Spam? 14
Automatically discarded as spam.
[...]
[5/5] ========== [email protected] =========
From: [EMAIL PROTECTED]
Subject: Bug#374476: marked as done (sysv-rc: s/should 100/should be
100/ update-rc.d)
Reason: Message has implicit destination Spam? 14
Automatically discarded as spam.
Submit changes? [yes] 1
[1/5] ========== [email protected] =========
From: [EMAIL PROTECTED]
Subject: Bug#378092: marked as done (sysv-rc: Fix for startpar in
/etc/init.d/rc)
Reason: Message has implicit destination Spam? 14
Approve/Reject/Discard/Skip/view Body/view Full/jump #/Help/Quit [D] ? f
Received: from spohr.debian.org ([140.211.166.43]:56296 ident=Debian-exim)
by haydn.debian.org with esmtp (Exim 4.50)
id 1G5fpu-0007SP-6J
for [email protected]; Wed, 26 Jul 2006
09:38:07 +0000
Received: from debbugs by spohr.debian.org with local (Exim 4.50)
id 1G5fly-00055i-0C; Wed, 26 Jul 2006 02:33:46 -0700
MIME-Version: 1.0
X-Mailer: MIME-tools 5.417 (Entity 5.417)
X-Loop: [EMAIL PROTECTED]
From: [EMAIL PROTECTED] (Debian Bug Tracking System)
To: Petter Reinholdtsen <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
X-Debian-PR-Message: closed 378092
X-Debian-PR-Package: sysv-rc
X-Debian-PR-Keywords: patch
X-Debian-PR-Source: sysvinit
Content-Type: multipart/mixed; boundary="----------=_1153906425-19563-0"
Sender: Debian BTS <[EMAIL PROTECTED]>
Date: Wed, 26 Jul 2006 02:33:46 -0700
X-SA-Exim-Connect-IP: 140.211.166.43
X-SA-Exim-Mail-From: [EMAIL PROTECTED]
Subject: Bug#378092: marked as done (sysv-rc: Fix for startpar in
/etc/init.d/rc)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on haydn.debian.org
X-Spam-Level:
X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham
version=3.0.4
X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100)
X-SA-Exim-Scanned: Yes (on haydn.debian.org)
Your message dated Wed, 26 Jul 2006 02:02:16 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#378092: fixed in sysvinit 2.86.ds1-15
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
Package: sysv-rc
Version: 2.86.ds1-14.1
Severity: normal
Tags: patch
Hello
When using CONCURRENCY=startpar, /etc/init.d/rc starts and stops every
initscript twice. The attached patch corrects this problem.
What do you think about moving the CONCURRENCY= line to /etc/default/rcS
or another conffile? /etc/init.d/rc will be overwritten on package
upgrade.
Sören
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
-- no debconf information
--- /etc/init.d/rc.org 2006-05-06 21:14:00.000000000 +0200
+++ /etc/init.d/rc 2006-06-02 11:54:57.000000000 +0200
@@ -124,7 +124,6 @@
# startpar is not working as it should yet [pere 2005-09-10]
[ -n "$scripts" ] && $debug startpar -a $action $scripts
- $debug startpar -a $action $scripts
}
;;
esac
Source: sysvinit
Source-Version: 2.86.ds1-15
We believe that the bug you reported is fixed in the latest version of
sysvinit, which is due to be installed in the Debian FTP archive:
initscripts_2.86.ds1-15_i386.deb
to pool/main/s/sysvinit/initscripts_2.86.ds1-15_i386.deb
sysv-rc_2.86.ds1-15_all.deb
to pool/main/s/sysvinit/sysv-rc_2.86.ds1-15_all.deb
sysvinit_2.86.ds1-15.diff.gz
to pool/main/s/sysvinit/sysvinit_2.86.ds1-15.diff.gz
sysvinit_2.86.ds1-15.dsc
to pool/main/s/sysvinit/sysvinit_2.86.ds1-15.dsc
sysvinit_2.86.ds1-15_i386.deb
to pool/main/s/sysvinit/sysvinit_2.86.ds1-15_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated sysvinit package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 25 Jul 2006 19:42:27 +0200
Source: sysvinit
Binary: sysv-rc sysvinit initscripts
Architecture: source i386 all
Version: 2.86.ds1-15
Distribution: unstable
Urgency: low
Maintainer: Debian sysvinit maintainers
<[email protected]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description:
initscripts - Scripts for initializing and shutting down the system
sysv-rc - System-V-like runlevel change mechanism
sysvinit - System-V-like init utilities
Closes: 359176 362888 367867 374476 378092
Changes:
sysvinit (2.86.ds1-15) unstable; urgency=low
.
[ Petter Reinholdtsen ]
* Modify LSB header for init.d/rmnologin, to make sure it is
executed with the 'stop' argument for runlevel 0 and 6, and make
it depend on '$all' to put it last in the startup sequence.
* Update the LSB descripton header for init.d/hostname.sh.
* Make sure hostname.sh return error code when it fail.
* Fix 'startpar' concurrency option to only run start and stop
scripts only once. Patch from Sören Köpping. (Closes: #378092)
* Fix init.d/rc to make it possible to specify the CONCURRENCY
setting in /etc/default/rcS.
Approve/Reject/Discard/Skip/view Body/view Full/jump #/Help/Quit [D] ?
--- End Message ---
--- Begin Message ---
Source: listadmin
Source-Version: 2.32-1
We believe that the bug you reported is fixed in the latest version of
listadmin, which is due to be installed in the Debian FTP archive:
listadmin_2.32-1.diff.gz
to pool/main/l/listadmin/listadmin_2.32-1.diff.gz
listadmin_2.32-1.dsc
to pool/main/l/listadmin/listadmin_2.32-1.dsc
listadmin_2.32-1_all.deb
to pool/main/l/listadmin/listadmin_2.32-1_all.deb
listadmin_2.32.orig.tar.gz
to pool/main/l/listadmin/listadmin_2.32.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Noèl Köthe <[EMAIL PROTECTED]> (supplier of updated listadmin package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 26 Nov 2006 20:05:26 +0100
Source: listadmin
Binary: listadmin
Architecture: source all
Version: 2.32-1
Distribution: unstable
Urgency: medium
Maintainer: Noèl Köthe <[EMAIL PROTECTED]>
Changed-By: Noèl Köthe <[EMAIL PROTECTED]>
Description:
listadmin - command line mailman moderator queue manipulation
Closes: 379915 399730
Changes:
listadmin (2.32-1) unstable; urgency=medium
.
* new upstream release
(Closes: Bug#399730)
* this package should fix wrong spam flagging
(Closes: Bug#379915)
* updated Standard-Version
Files:
532e065a22d8c0063b3973ab7d95155c 562 net optional listadmin_2.32-1.dsc
d6fc07a37aec9a230593843af2349c9e 14795 net optional listadmin_2.32.orig.tar.gz
188c8ae21203bc43cb432b20c3a2d431 2278 net optional listadmin_2.32-1.diff.gz
2e55bcdb6752c965f6e2691a78e86ce8 16414 net optional listadmin_2.32-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFaeZ79/DnDzB9Vu0RAt2IAJ0fI3ryfn1EPKgXhN1vbbEU+G5TkwCcDkwD
5mbL72XI2ir0BBrugcIC+cI=
=HlDY
-----END PGP SIGNATURE-----
--- End Message ---