Bugs item #2605295, was opened at 2009-02-16 14:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2605295&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: Interface (example)
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Dystopian (dystopian)
Assigned to: Nobody/Anonymous (nobody)
Summary: Can't create domain with unlimited aliases and mailboxes
Initial Comment:
If admin creates domain and enters unlimited (0) number of aliases and/or mailboxes only default number will be created. In create-domain.php, string 57 : !empty($_POST[$key]) equals FALSE if number == 0. This string should be look this way:
if(isset($_POST[$key]) && (0<strlen($_POST[$key])))
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2605295&group_id=191583
|