From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 23 09:50:07 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3961F16A417 for ; Sun, 23 Sep 2007 09:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 27A2213C447 for ; Sun, 23 Sep 2007 09:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8N9o6g7071925 for ; Sun, 23 Sep 2007 09:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8N9o69W071924; Sun, 23 Sep 2007 09:50:06 GMT (envelope-from gnats) Date: Sun, 23 Sep 2007 09:50:06 GMT Message-Id: <200709230950.l8N9o69W071924@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Matthew Seaman Cc: Subject: Re: ports/116493: mail/websieve -- unbreak with appache22, etc. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2007 09:50:07 -0000 The following reply was made to PR ports/116493; it has been noted by GNATS. From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/116493: mail/websieve -- unbreak with appache22, etc. Date: Sun, 23 Sep 2007 10:44:14 +0100 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Matthew Seaman wrote: >> Number: 116493 >> Category: ports >> Synopsis: mail/websieve -- unbreak with appache22, etc. This also needs an additional small patch to enable login to work: % diff -Nu /dev/null websieve/files/patch-websieve.pl - --- /dev/null Sun Sep 23 10:41:45 2007 +++ websieve/files/patch-websieve.pl Sun Sep 23 09:07:36 2007 @@ -0,0 +1,11 @@ +--- websieve.pl.orig Sun Sep 23 09:00:55 2007 ++++ websieve.pl Sun Sep 23 09:04:57 2007 +@@ -640,7 +640,7 @@ + #creates global variables $mode,@rules,@mailboxes,@quota and %vacation; + # get quota + @quota=&getquota("INBOX") if ($havequota || !$useprocmail); +- if ($IMAPERROR =~ /no errors/i && !$ismanager && $IMAPERROR) { ++ if ($IMAPERROR !~ /no errors/i && !$ismanager && $IMAPERROR) { + $error=$IMAPERROR; + &closeimap; + &closesieve; Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG9jVu8Mjk52CukIwRCAosAJ9i6YUtr7bCMx6uVrNm8pFgG93q6gCfe1v/ fXJDBCIBVJzw3Kpq7dfxYPo= =bdu8 -----END PGP SIGNATURE-----