~barry/mailman/work1

« back to all changes in this revision

Viewing changes to src/mailman/interfaces/mailinglist.py

  • Committer: Barry Warsaw
  • Date: 2014-01-05 21:21:10 UTC
  • Revision ID: barry@list.org-20140105212110-y39xuab7cnu2kr83
checkpointing

Show diffs side-by-side

added added

removed removed

Lines of Context:
334
334
        digest recipients are cleared.
335
335
        """)
336
336
 
337
 
    # Web access.
338
 
 
339
 
    scheme = Attribute(
340
 
        """The protocol scheme used to contact this list's server.
341
 
 
342
 
        The web server on this protocol provides the web interface for this
343
 
        mailing list.  The protocol scheme should be 'http' or 'https'.""")
344
 
 
345
 
    web_host = Attribute(
346
 
        """This list's web server's domain.
347
 
 
348
 
        The read-only domain name of the host to contact for interacting with
349
 
        the web interface of the mailing list.""")
350
 
 
351
337
    # Autoresponses.
352
338
 
353
339
    autoresponse_grace_period = Attribute(