| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Ignore mailman.egg-info
In bin/make_instance.py: Catch and ignore import errors when importing
Mailman.i18n. Before this script has actually been run, there won't be enough
infrastructure in place of the import to succeed. Include several other fixes
in this file.
Add install_requires to the setup script.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
on disabled-due-to-bounces and removal-due-to-bounces. Specifically,
GetConfigInfo(): Added gui elements for bounce_notify_owner_on_disable
and bounce_notify_owner_on_removal. Also add a separator between the
knobs for controlling bounce processing behavior and the knobs for
notification.
_setValue(): Teach it to convert the new list attributes to integers.
|
| |
|
|
|
|
|
|
| |
this category doesn't really contain any detection configurations.
Translators beware!
GetConfigInfo(): Added support for
bounce_unrecognized_goes_to_list_owner.
|
| |
|
|
|
|
|
|
|
| |
HandleForm(): Remove, obsolete API. Also remove __convert() as obsolete.
_setValue(): New overridden method converting the bounce values from
the web presentation units to the internal units.
GetValue() -> getValue()
|
| |
|
|
|
| |
add_error_message into the nested error() function so Python 2.1 won't
complain about shadows.
|
| |
|
|
|
| |
default. Fix the nested convert() method args to work for versions of
Python before 2.2.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(hopefully) managed to make this both more understandable and much
simpler. Simpler even than recent mailman-developer threads (and yet,
I still believe this will work :). The algorithm is explained in the
Mailman/Gui/Bounce.py, i.e. admin/bounce category, help string.
Specifically here,
GetConfigInfo(): Explain the new bounce scoring algorithm, and provide
for configuration attributes bounce_processing,
bounce_score_threshold, bounce_info_stale_after,
bounce_you_are_disabled_warnings, and
bounce_you_are_disabled_warnings_interval. Get rid of the old bounce
configuration attributes.
HandleForm(), GetValue(): Handle the setting and getting of the gui
configuration variables, specifically the conversion from
float-seconds to days. The former type is used internally, while the
latter is presented to the user.
|
| |
|
|
|
| |
subcat argument. If the category doesn't apply to this gui component,
None is returned, otherwise the config list is returned.
|
|
|
GetConfigInfo() structures that used to be in the modules one
directory up.
|