| Commit message (Collapse) | Author | Files | Lines |
|
mode for the user. Although we have to kludge in the `force' flag,
this is much better because it handles placing digest->nondigest users
on the `one_last_digest' list.
Fixes SF bug #114089 / Jitterbug PR# 166.
|
|
combining mlist.one_last_digest and mlist.GetDigestMembers().
Part of the fix for SF bug #114089 / Jitterbug PR# 166.
|
|
mode from the admin page won't check for digestable/nondigestable
setting on the mailing list. Presumably the admin knows what s/he is
doing.
Fixes SF bug #114089 / Jitterbug PR# 166.
|
|
partial socket writes. This should fix bug #101475.
|
|
|
|
up in the user link. This would be interpreted as additional path
components, so we need to join the user name components to get the
actual address.
|
|
which are legal re: RFC822, but aren't valid for URLs. urllib.quote()
the address part of the URL.
Closes SF bug #113787.
|
|
insensitive. list_lists prints them out using their real name -- not
their internal name -- and they should differ only by case.
Closes SF bug #113742 and patch #101434.
|
|
option. Changing web_page_url to an invalid base url will hose your
list royally, requiring the site administrator to fix the url.
There's no good way to sanity check the value entered, so the best we
can do is have a warning explaning the situation.
Closes SF bug #113739.
|
|
rest of the error message in black, italics. More readable, and makes
the warning stand out better.
main(): Improve the digestable/nondigestable sanity checks to use the
better error message output format, and to perform the tests after the
options have been changed (otherwise the warnings might not be still
applicable). Also added a warning when a list has disabled digest
deliver and non-digest delivery!
|
|
results page. Obviates the need for using the `back' button after
changing your options.
process_form(): Call PrintResults() with the new `user' argument.
Catch MMMustDigestError and print a notification that the digest
option hasn't been set. Parallels what happens for
MMCantDigestError. Closes SF bug #113728.
|
|
list footer. Makes it much easier to get to the admin pages from the
normal user pages.
|
|
-admin to avoid processing by the bounce subsystem.
|
|
|
|
|