Bugs item #1861812, was opened at 2008-01-01 21:59
Message generated for change (Comment added) made by christian_boltz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1861812&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 3
Private: No
Submitted By: Christian Boltz (christian_boltz)
Assigned to: Nobody/Anonymous (nobody)
Summary: mailbox creation: wrong default quota for next mailbox
Initial Comment:
How to reproduce:
- create a domain with a maxquota different from $COMD['maxquota']
- go to create-mailbox.php?domain=domain_just_created
- create a mailbox, it gets the domain default quota (as expected)
- notice that the form proposes $CONF['maxquota'] instead of the domain maxquota
To fix this, the line
$tQuota = $CONF['maxquota'];
probably has to be replaced with some database query (see GET part of the file, which should probably be moved down to avoid code duplication.)
[minor, not release critical]
----------------------------------------------------------------------
>Comment By: Christian Boltz (christian_boltz)
Date: 2011-10-10 23:34
Message:
Thanks, that makes this bugreport a duplicate :-)
----------------------------------------------------------------------
Comment By: Dale Blount (lnxus)
Date: 2011-10-10 22:23
Message:
Patch attached here:
https://sourceforge.net/tracker/?func=detail&aid=3421296&group_id=191583&atid=937964
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1861812&group_id=191583
|