diff options
| author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-29 19:09:03 +0000 |
|---|---|---|
| committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-29 19:09:03 +0000 |
| commit | f63fab9c6e6e5cbd2b3983f03b8d399a99279c55 (patch) | |
| tree | 547cd4ded5522473496541b144006edfa530acd0 /mail/websieve/files/patch-websieve.pl | |
| parent | - Fix building with GCC 4.2 (remove -Werror) and remove BROKEN for 7.x. (diff) | |
- Add support for Cyrus IMAPd 2.3.x
- Remove explicit dependence on Apache.
- Install into ${PREFIX}/www/websieve (${WWWDIR}).
- Use the generic OPTIONS mechanism rather than some strange precursor to it.
PR: ports/116493
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Diffstat (limited to 'mail/websieve/files/patch-websieve.pl')
| -rw-r--r-- | mail/websieve/files/patch-websieve.pl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/websieve/files/patch-websieve.pl b/mail/websieve/files/patch-websieve.pl new file mode 100644 index 000000000000..4a8b3babc3c7 --- /dev/null +++ b/mail/websieve/files/patch-websieve.pl @@ -0,0 +1,11 @@ +--- websieve.pl.orig Tue Jul 6 21:20:09 2004 ++++ websieve.pl Sat Sep 29 16:02:22 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; |
