<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-7">
<META content="MSHTML 6.00.3790.2817" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I've noticed that in the maildir backend for the
quota plugin the quota limit is being read </FONT></DIV>
<DIV><FONT face=Arial size=2>in kilobytes. In the quota-maildir.c at
maildir_quota_init() , line 550 (rc18)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>if (strncmp(*args, "storage=", 8) == 0)
{<BR> size = strtoull(*args + 8, NULL, 10) *
1024;<BR> if (size !=
0)<BR> root->message_bytes_limit =
size;<BR> root->master_message_limits =
TRUE;<BR> }</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The value that's being read from storage is
supposed to be in kB, at least that's what I</FONT></DIV>
<DIV><FONT face=Arial size=2>understand from the wiki, and then the value of
size is stored in bytes.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>thanks</FONT></DIV>
<DIV><FONT face=Arial size=2>--<BR>giannis.</FONT></DIV></BODY></HTML>