[Tickets #7014] maildir quota driver not working

bugs at horde.org bugs at horde.org
Thu Jul 3 01:55:57 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7014
------------------------------------------------------------------------------
  Ticket             | 7014
  Created By         | filip.sedlar at sendmail.cz
  Summary            | maildir quota driver not working
  Queue              | IMP
  Version            | 4.2
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


filip.sedlar at sendmail.cz (2008-07-02 21:55) wrote:

First: there is a typo in quota.php line:
instead of

            foreach ($lines as $line_number => $line) {
                 if ($line_num == 0) {

there should be:
            foreach ($lines as $line_number => $line) {
                 if ($line_number == 0) {

and then I had to change this line:

$line = preg_replace("/[ \t\n\r\0\x0B]/", '', $line);
to this:
$line = preg_replace("/[ \t\n\r", '', $line);

in order to get maildir quotas working

cheers





More information about the bugs mailing list