summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/StringIO.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-01-06get_global_password(): Factor this out of check_global_passwordbwarsaw1-3/+10
because SecurityManager now may want the actual site password, for (optionally) setting a site cookie.
2002-01-06Dan Ohnesorg rightly points out that the instruction to set MTA mustbwarsaw1-9/+9
come before the running of genaliases.
2002-01-06Fix typo in autoconf substitution. Found by Dan Ohnesorg.bwarsaw1-1/+1
2002-01-06hold_for_approval(): Add Content-Type: header with the proper charsetbwarsaw1-3/+5
to the admin message we send out.
2002-01-06AddMember(): Add MIME-Version: and Content-Type: headers to thebwarsaw1-0/+3
confirmation message we're sending to the requester.
2002-01-06HoldSubscription(), HoldUnsubscription(): Add MIME-Version: andbwarsaw1-0/+6
Content-Type: headers to the admin message we send out.
2002-01-06Add an item about the new subscription ban feature.bwarsaw1-0/+5
2002-01-06GetConfigInfo(): Add configuration for ban_list.bwarsaw1-1/+11
2002-01-06process_form(): Handle MembershipIsBanned exceptions.bwarsaw1-2/+6
2002-01-06show_pending_subs(): Slight rewording of a label. Sorry translators!bwarsaw1-12/+34
Also, in pending subscriptions listing, add a checkbox which will add the address to the ban_list. show_helds_overview(): Add a checkbox which will add the address to the ban_list. process_form(): Handle adding the address to the ban_list.
2002-01-06NewVars(): Add ban_list attribute if it's missing.bwarsaw1-1/+2
2002-01-06VERSION: Bump to 2.1a4+bwarsaw1-3/+3
DATA_FILE_VERSION: Bump to pick up the new ban_list attribute.
2002-01-06InitVars(): Add new attribute ban_list which contains a list of emailbwarsaw1-0/+24
addresses or regular expressions that are matched against the subscribing address to see if it is banned from this list. AddMember(): Implement the banned subscription logic. For each item in ban_list match it against the subscribing address, case insensitively. If there is a match, raise MembershipIsBanned exception. If the pattern starts with a ^ it is a regular expression.
2002-01-06ProcessSubscribeCmd(): Catch MembershipIsBanned exceptions whenbwarsaw1-1/+7
calling AddMember(). This exception is raised when the subscribing address is banned.
2002-01-06New error class MembershipIsBanned; used in support of the new bannedbwarsaw1-1/+2
subscription address feature.
2002-01-04Updated norwegian catalog.avalon2-15/+124