summaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed 'system' category log message to 'error'.mailman1998-03-241-1/+1
* Added logger and moved SendTextToUser and DeliverToUsermailman1998-03-241-4/+107
* Added implementation of 'discard' admin options to requestmailman1998-03-241-3/+8
* Changed names of 'closed' and 'auto_subscribe' options!mailman1998-03-242-6/+8
* Moved essential functionality of .SendTextToUser() andmailman1998-03-241-39/+35
* Add __del__ to close the log_files that were retained across themailman1998-03-201-0/+4
* map_maillists() - New convenience routine for interactive pythonmailman1998-03-201-0/+26
* Refined admin vette logging a bit.mailman1998-03-201-7/+7
* Looks like bounce handling does not work like options advertise - inmailman1998-03-201-7/+7
* Log a message if digest file is unlocatable.mailman1998-03-201-14/+32
* This is the fix i mentioned in my last checkin (not mm_digest).mailman1998-03-201-13/+28
* _cur_line, not _curline. (Looks like this file isn't being used,mailman1998-03-191-1/+1
* Whoopsie! Put a paren in the wrong place, ok now.mailman1998-03-191-3/+3
* Just some long-line wraps.mailman1998-03-191-5/+5
* We're having a problem where mail command messages with undeliverablemailman1998-03-191-3/+5
* Remove my comment questioning FormatArchiveAnchor().mailman1998-03-191-5/+2
* Add MODERATED_LIST_MSG so it can be recognized across modules - inmailman1998-03-191-0/+2
* Reduce header and footer whitespace padding.mailman1998-03-191-3/+6
* Mime defaults.mailman1998-03-192-6/+8
* Remove use of '/tmp/bounce.log' file (which will knock over mailman ifmailman1998-03-191-18/+32
* Archive base url's have a .html appended, for compat with pipermail'smailman1998-03-181-1/+4
* Take additional info about the message subject in the 'post'mailman1998-03-181-17/+22
* .CheckValues(): New routine to normalize values as necessary, eg add amailman1998-03-181-16/+22
* Must redefine MAILMAN_OWNER so it gets the site-specificmailman1998-03-181-1/+2
* Moved list_names() here from where i recently created it,mailman1998-03-131-2/+14
* Changed "fancy" to "mime" and respect change of EnableMime user optionmailman1998-03-131-8/+12
* Changed EnableMime user option to DisableMime, as part of making mimemailman1998-03-131-3/+22
* Added periodic (with help of senddigest cron job) digest transmissionmailman1998-03-131-23/+48
* We're just archiving to a flat file now, leaving the real work to anmailman1998-03-131-30/+54
* Implement admin_immed_notify, where list admins can choose to havemailman1998-03-131-1/+45
* Added init of admin_immed_notify, so list admins can choose to havemailman1998-03-131-53/+45
* Changing over to external pipermail archive:mailman1998-03-132-18/+40
* Pluralize "member" accordingly.mailman1998-03-091-2/+4
* Whoops again - this shot got it right.mailman1998-03-091-3/+3
* Whoops, cut-and-paste mistake in last checkin rectified.klm1998-03-091-1/+1
* Indicate the number of concealed members at the end of each list, ifklm1998-03-091-1/+8
* Resolving digest header and footer formats against list.__dict__ (justklm1998-03-081-6/+10
* Added default value for obscure_addresses - on!klm1998-03-082-12/+24
* Added obscure_addresses option, for thwarting web spiders fromklm1998-03-081-6/+17
* Hmm - in at least one case (bounce options, automatically remove...),klm1998-03-081-2/+2
* RadioButtonArray.Format(): Somewhat cosmetic change, use cellspacing=5klm1998-03-081-9/+5
* HTMLFormatter.FormatOneUser(): Use new ObscureEmail() routine to maskklm1998-03-081-1/+6
* ObscureEmail(), UnobscureEmail(): new routines for invertablyklm1998-03-081-1/+20
* Small formatting changes.klm1998-03-081-10/+16
* Minor message wording change.klm1998-03-081-2/+2
* DEFAULT_BOUNCE_MATCHING_HEADERS: New privacy (ant-spam) feature -klm1998-03-082-14/+18
* New error MMBadConfigError.klm1998-03-081-0/+1
* MakeDirTree(): Change default permission to 775 (was 774, previousklm1998-03-081-1/+1
* ListAdmin.AddRequest(): Log all posting and membership requestsklm1998-03-081-1/+10
* New privacy (ant-spam) feature - bounce_matching_headers option takesklm1998-03-081-35/+161