Merge lp://staging/~pskoli93/postorius/list-name-limit into lp://staging/postorius
Proposed by
Pavan Koli
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~pskoli93/postorius/list-name-limit |
Merge into: | lp://staging/postorius |
Diff against target: |
12 lines (+1/-1) 1 file modified
src/postorius/forms.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~pskoli93/postorius/list-name-limit |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Mailman Coders | Pending | ||
Review via email: mp+256734@code.staging.launchpad.net |
Description of the change
When creating a new list a maximum character limit is necessary for name of the list, here a limit of 100 characters has been proposed to the list name.
A folder corresponding to the list-name@domain is created at the path mailam/var/lists. There is character limit on the name that can be given for path and file(more info- http://
If we specify a very long name suppose exceeding 150 characters during the creation of the folder an error arises with the makedir() which leads to a HTTP 500 error.
To post a comment you must log in.