~msapiro/mailman/topics

« back to all changes in this revision

Viewing changes to bin/newlist

  • Committer: Mark Sapiro
  • Date: 2008-12-08 17:33:13 UTC
  • mto: (1006.1.48 2.2)
  • mto: This revision was merged to the branch mainline in revision 1009.
  • Revision ID: mark@msapiro.net-20081208173313-3gtl9x6jtrnjsvyh
Minor update to the docstring in bin/newlist (apologies to translators).

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
'--urlhost' and '--emailhost' have precedence to this notation.
92
92
 
93
93
If you spell the list name as just `mylist', then the email hostname will be
94
 
taken from DEFAULT_EMAIL_HOST and the url will be taken from DEFAULT_URL (as
95
 
defined in your Defaults.py file or overridden by settings in mm_cfg.py).
 
94
taken from DEFAULT_EMAIL_HOST and the url will be taken from DEFAULT_URL_HOST
 
95
interpolated into DEFAULT_URL_PATTERN (as defined in your Defaults.py file or
 
96
overridden by settings in mm_cfg.py).
96
97
 
97
98
Note that listnames are forced to lowercase.
98
99
"""