~barry/mailman/bug-1024509

« back to all changes in this revision

Viewing changes to src/mailman/rest/configuration.py

  • Committer: Barry Warsaw
  • Date: 2012-08-19 22:58:55 UTC
  • Revision ID: barry@list.org-20120819225855-ufwn3hhuyu52i638
 * Removed obsolete `IMailingList` attribute `generic_nonmember_action.
   (LP: #975696)

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
    digest_size_threshold=GetterSetter(float),
182
182
    filter_content=GetterSetter(as_boolean),
183
183
    fqdn_listname=GetterSetter(None),
184
 
    generic_nonmember_action=GetterSetter(int),
185
184
    mail_host=GetterSetter(None),
186
185
    allow_list_posts=GetterSetter(as_boolean),
187
186
    include_rfc2369_headers=GetterSetter(as_boolean),