| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | clear(): Fix the file names given to _zapfile(). | bwarsaw | 2002-02-14 | 1 | -2/+2 |
| * | makealiases(): Remove the special case for the `admin' script; it's | bwarsaw | 2002-02-14 | 1 | -2/+1 |
| * | A slightly cleaner way to do the freshening of MailList objects. | bwarsaw | 2002-02-12 | 1 | -7/+6 |
| * | __init__(): Default the self._freshen attribute to zero. | bwarsaw | 2002-02-12 | 1 | -2/+13 |
| * | __init__(): Set self._freshen so that the MailList cache in the base | bwarsaw | 2002-02-12 | 1 | -9/+7 |
| * | process(): Set the `verp' key in the metadata here, based on post_id | bwarsaw | 2002-02-12 | 1 | -1/+13 |
| * | Move the path hacking addition of the site-packages directory to the | bwarsaw | 2002-02-12 | 1 | -10/+1 |
| * | create(): When creating the UserNotification message object, pass in | bwarsaw | 2002-02-11 | 1 | -2/+2 |
| * | process(), hold_for_approval(), do_discard(): When creating the | bwarsaw | 2002-02-11 | 4 | -10/+7 |
| * | process_request(): When creating the UserNotification message object, | bwarsaw | 2002-02-11 | 1 | -2/+2 |
| * | InitVars(), ArchiveMail(): The start of some cleanups flagged by | bwarsaw | 2002-02-11 | 1 | -4/+0 |
| * | ParseMailCommands(): When creating the UserNotification message | bwarsaw | 2002-02-11 | 1 | -10/+4 |
| * | __handlepost(), HoldSubscription(): When creating the UserNotification | bwarsaw | 2002-02-11 | 1 | -11/+20 |
| * | SendSubscribeAck(), SendUnsubscribeAck(), MailUserPassword(): When | bwarsaw | 2002-02-11 | 1 | -4/+5 |
| * | __sendAdminBounceNotice(), sendNextNotification(), BounceMessage(): | bwarsaw | 2002-02-11 | 1 | -5/+7 |
| * | AddMember(), ApprovedAddMember(), ApprovedDeleteMember(): When | bwarsaw | 2002-02-11 | 1 | -6/+3 |
| * | UserNotification.__init__(): Add a `lang' optional argument so that | bwarsaw | 2002-02-11 | 1 | -3/+10 |
| * | Massive simplification to avoid making all the BerkeleyDB calls | bwarsaw | 2002-02-09 | 1 | -155/+62 |
| * | POSTFIX_ALIAS_CMD, POSTFIX_MAP_CMD: External commands for converting | bwarsaw | 2002-02-09 | 1 | -0/+7 |
| * | setBounceInfo(): Dan Mick recognized that set/getBounceInfo() weren't | bwarsaw | 2002-02-09 | 1 | -0/+1 |
| * | GetStandardReplacements(): Be sure to pass the lang argument to the | bwarsaw | 2002-02-05 | 1 | -2/+2 |
| * | removeMember(): Untested patch to clean up bounce_info and | bwarsaw | 2002-02-05 | 1 | -2/+1 |
| * | sendNextNotification(): Remove the call to setBounceInfo() since | bwarsaw | 2002-02-05 | 1 | -1/+0 |
| * | Sigh. Copyright years. | bwarsaw | 2002-01-30 | 1 | -1/+1 |
| * | Document.Format(): Add support for optional favicon. | bwarsaw | 2002-01-30 | 1 | -0/+3 |
| * | SHORTCUT_ICON: New variable holding name of favicon in IMAGE_LOGOS | bwarsaw | 2002-01-30 | 1 | -0/+3 |
| * | __handlesubscription(): Don't allow an empty comment in subscription | bwarsaw | 2002-01-30 | 1 | -1/+3 |
| * | reset(): Dan Mick discovered a cut-n-paste error! info. -> self. | bwarsaw | 2002-01-29 | 1 | -4/+4 |
| * | CheckCookie(): If the SimpleCookie constructor throws a CookieError, | bwarsaw | 2002-01-29 | 1 | -1/+4 |
| * | Urg. Bump copyright years. | bwarsaw | 2002-01-29 | 1 | -1/+1 |
| * | getBouncingMembers(): New interface method to return the list of | bwarsaw | 2002-01-29 | 2 | -0/+12 |
| * | To better support a patched email package w/ Python 2.2, prepend | bwarsaw | 2002-01-29 | 1 | -4/+5 |
| * | Several fixes to improve the bounce score testing when the | bwarsaw | 2002-01-29 | 1 | -22/+38 |
| * | getMemberPassword(): Donal Hunt notices that this didn't end in a | bwarsaw | 2002-01-26 | 1 | -0/+1 |
| * | get_switchboard(): Code cleanup. _sbcache does not need to be | bwarsaw | 2002-01-26 | 1 | -2/+1 |
| * | dequeue(): Handle the case when the email package throws a | bwarsaw | 2002-01-26 | 1 | -1/+17 |
| * | _dispose(): The mlist.Save() call should be in the try: block, since | bwarsaw | 2002-01-26 | 1 | -1/+1 |
| * | inject(): Extend the signature of the function so that we can pass in | bwarsaw | 2002-01-26 | 1 | -4/+6 |
| * | Added new configuration variables BADQUEUE_DIR and | bwarsaw | 2002-01-26 | 1 | -0/+8 |
| * | scanbody(): In Python 2.2, email.Iterators.body_line_iterator() will | bwarsaw | 2002-01-23 | 1 | -2/+2 |
| * | decorate(): It's simply too easy to write %(foo)s strings that can | bwarsaw | 2002-01-23 | 1 | -6/+19 |
| * | Updates to module docstring. | bwarsaw | 2002-01-23 | 1 | -2/+2 |
| * | Some added robustness for corruption of the requests.db file. | bwarsaw | 2002-01-23 | 1 | -3/+16 |
| * | main(): Don't check for `request_login' in the cgi form data, because | bwarsaw | 2002-01-22 | 1 | -1/+1 |
| * | main(), change_options(): Don't check for `request_login' in the cgi | bwarsaw | 2002-01-22 | 1 | -13/+4 |
| * | GetConfigInfo(): Add list configuration attributes | bwarsaw | 2002-01-21 | 1 | -2/+26 |
| * | NewVars(): Pick up new list attributes member_moderation_action and | bwarsaw | 2002-01-21 | 1 | -0/+4 |
| * | DATA_FILE_VERSION: Bump to pick up new list attributes | bwarsaw | 2002-01-21 | 1 | -1/+1 |
| * | InitVars(): Add new list attributes: member_moderation_action and | bwarsaw | 2002-01-21 | 1 | -0/+5 |
| * | Some elaboration of the member moderation flag semantics. Now it's | bwarsaw | 2002-01-21 | 1 | -2/+25 |