Date: Sun, 23 Sep 2007 09:50:06 GMT From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/116493: mail/websieve -- unbreak with appache22, etc. Message-ID: <200709230950.l8N9o69W071924@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/116493; it has been noted by GNATS. From: Matthew Seaman <m.seaman@infracaninophile.co.uk> 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-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709230950.l8N9o69W071924>