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

Bug#144641: marked as done (debbugs: PATCH - Debbugs doesn't work with qmail)



Your message dated Tue, 18 Oct 2005 20:57:37 -0700
with message-id <20051019035737.GF19991@archimedes.ucr.edu>
and subject line qmail with debbugs (closing since no response)
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 26 Apr 2002 17:12:26 +0000
>From ruoso@oktiva.com.br Fri Apr 26 12:12:26 2002
Return-path: <ruoso@oktiva.com.br>
Received: from (vidro.matriz.oktiva.com.br) [200.164.135.189] 
	by master.debian.org with smtp (Exim 3.12 1 (Debian))
	id 1719Gk-0001af-00; Fri, 26 Apr 2002 12:12:26 -0500
Received: (qmail 4672 invoked by uid 1002); 26 Apr 2002 17:13:16 -0000
Date: 26 Apr 2002 17:13:16 -0000
Message-ID: <20020426171316.4671.qmail@vidro.matriz.oktiva.com.br>
From: <ruoso@oktiva.com.br>
Subject: debbugs: PATCH - Debbugs doesn't work with qmail
To: submit@bugs.debian.org
X-Mailer: bug 3.3.10.1
X-BadReturnPath: ruoso@vidro.matriz.oktiva.com.br rewritten as ruoso@oktiva.com.br
  using "From" header
Delivered-To: submit@bugs.debian.org

Package: debbugs
Version: 2.3-4
Severity: important

The README.mail file, in the qmail section, doesn't refer to the users/assign file, which is supposed to have something like:

+debbugs:debbugs:107:106:/var/lib/debbugs:-:remove:

in the last line before the final '.'
So, then I patched my receive script with the following:

[PATCH START]============================================
--- /usr/lib/debbugs/receive.orig   Fri Apr 26 17:07:11 2002
+++ /usr/lib/debbugs/receive        Fri Apr 26 17:07:26 2002
@@ -14,7 +14,9 @@
 {      $gBadEmailPrefix = '';
        $_ = $ENV{'LOCAL_PART'};
 } elsif ( $gMailer eq 'qmail' )
-{       $gBadEmailPrefix = '//';
+{       $ENV{'DEFAULT'} =~ s/^remove\-//;
+        $ENV{'RECIPIENT'} =~ s/^remove\-//;
+        $gBadEmailPrefix = '//';
        $_ = $ENV{'DEFAULT'};
 #      $_ = $ENV{'RECIPIENT'};
 #      s/^\w+-bugs--?//;
[PATCH END]============================================

and then BTS finally started to work properly

-- System Information
Debian Release: 3.0
Kernel Version: Linux vidro 2.4.17 #8 Thu Feb 14 09:18:25 GMT+2 2002 i686 unknown


---------------------------------------
Received: (at 144641-done) by bugs.debian.org; 19 Oct 2005 03:57:40 +0000
>From don@rzlab.ucr.edu Tue Oct 18 20:57:40 2005
Return-path: <don@rzlab.ucr.edu>
Received: from rzlab.ucr.edu (epsilon.donarmstrong.com) [138.23.92.77] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1ES559-0006FN-00; Tue, 18 Oct 2005 20:57:39 -0700
Received: from archimedes.ucr.edu (archimedes.ucr.edu [138.23.92.79])
	by epsilon.donarmstrong.com (8.13.4/8.13.4/Debian-3) with SMTP id j9J3vbpS021036
	for <144641-done@bugs.debian.org>; Tue, 18 Oct 2005 20:57:38 -0700
Received: (nullmailer pid 17528 invoked by uid 1000);
	Wed, 19 Oct 2005 03:57:37 -0000
Date: Tue, 18 Oct 2005 20:57:37 -0700
From: Don Armstrong <don@debian.org>
To: 144641-done@bugs.debian.org
Subject: qmail with debbugs (closing since no response)
Message-ID: <20051019035737.GF19991@archimedes.ucr.edu>
Mail-Followup-To: 144641-done@bugs.debian.org
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="nzri8VXeXB/g5ayr"
Content-Disposition: inline
User-Agent: Mutt/1.5.11
Delivered-To: 144641-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02


--nzri8VXeXB/g5ayr
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

I'm closing this bug as there has been no response as to whether
debbugs was still broken with qmail or not.

If the instructions are still not correct, please reopen the bug and
provide a patch that describes a working install with qmail.


Don Armstrong

--=20
Where I sleep at night, is this important compared to what I read
during the day? What do you think defines me? Where I slept or what I
did all day?
 -- Thomas Van Orden of Van Orden v. Perry

http://www.donarmstrong.com              http://rzlab.ucr.edu

--nzri8VXeXB/g5ayr
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDVcQxgcCJIoCND9ARAph+AJ9DW3UFkbCSmb2hVy/Vi1tyrha0NQCgk+0/
2o295cmeAWMbnHE0eGt6CyE=
=jOyV
-----END PGP SIGNATURE-----

--nzri8VXeXB/g5ayr--



Reply to: