From brett@phouka.oss.uswest.net  Tue Dec  3 13:54:54 1996
Received: from phouka.oss.uswest.net (phouka.oss.uswest.net [204.147.85.48])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA14649
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 3 Dec 1996 13:54:53 -0800 (PST)
Received: (from brett@localhost) by phouka.oss.uswest.net (8.7.5/8.7.3) id PAA26992; Tue, 3 Dec 1996 15:55:55 -0600 (CST)
Message-Id: <199612032155.PAA26992@phouka.oss.uswest.net>
Date: Tue, 3 Dec 1996 15:55:55 -0600 (CST)
From: Brett Rabe <brett@uswest.net>
Reply-To: brett@uswest.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: qpopper bulletin support broken
X-Send-Pr-Version: 3.2

>Number:         2145
>Category:       ports
>Synopsis:       qpopper bulletin support broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ache
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec  3 14:00:01 PST 1996
>Closed-Date:    Thu Nov 20 06:39:08 PST 1997
>Last-Modified:  Sat Nov 29 07:50:00 PST 1997
>Originator:     Brett Rabe
>Release:        FreeBSD 2.1.5
>Organization:
US West !nteract Services
>Environment:

	qpopper2.2

>Description:

	The bulletin database file is not closed, and the lock remains
	intact for the next popper process.  When it is not able to secure
	a new lock, access to the database fails.

>How-To-Repeat:

	Compile. Install. Attempt to use the bulletin feature more than once.

>Fix:
	
	This is not the correct or elegant solution. I added:

	if (p->bulldir != NULL)
		dbm_close(p->bull_db);

	near the end of pop_dropcopy.c (at the end of pop_dropcopy(), just
	after the actual call to pop_bull()).

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->pst 
Responsible-Changed-By: fenner 
Responsible-Changed-When: Tue Aug 12 22:25:19 PDT 1997 
Responsible-Changed-Why:  
pst is port maintainer 
Responsible-Changed-From-To: pst->ache 
Responsible-Changed-By: pst 
Responsible-Changed-When: Mon Oct 27 10:11:58 PST 1997 
Responsible-Changed-Why:  
Andrew is port maintainer. 
State-Changed-From-To: open->closed 
State-Changed-By: ache 
State-Changed-When: Thu Nov 20 06:39:08 PST 1997 
State-Changed-Why:  
Supposed to be fixed in 2.41beta1 

From: Kevin Ying <kevin@ns1.interq.or.jp>
To: freebsd-gnats-submit@freebsd.org, brett@uswest.net
Cc:  Subject: Re: ports/2145: qpopper bulletin support broken
Date: Sun, 30 Nov 1997 00:49:47 +0900

 For us, the problem still exists in both 2.4b1, 2.4b2, and 2.4release. 
 Please verify and confirm if your experience is different.
>Unformatted:
