summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* MakeDirTree: use umask 774 rathern than 744, so group members doingklm1998-03-071-3/+8
* mm_cfg.py is site-specific, not part of distribution.mailman1998-03-051-0/+2
* Cosmetic change to flag the import of the distributed defaults.mailman1998-03-051-0/+3
* nohup.out *looks* like a fewmet of some experiment, not used by anything.mailman1998-03-051-0/+0
* Checked-in mm_cfg.py moved to mm_cfg.py.dist, so it never clobbersmailman1998-03-052-35/+7
* Preparing to move mm_cfg.py to mm_cfg.py.dist, so a basline copy ismailman1998-03-052-18/+24
* Clarified spawns a bit.mailman1998-03-052-4/+10
* Moved default settings to mm_defaults, for distribution. mm_cfg.pymailman1998-03-052-224/+26
* Moved default settings here, for distribution. mm_cfg.py will be usedmailman1998-03-052-0/+244
* Removed extraneous comma from digestable option.mailman1998-03-041-1/+1
* Use new mm_err exceptions to particularize list load failures.mailman1998-03-041-11/+17
* Add errors MMUnknownListError and MMBadListError, so maillist.py canmailman1998-03-041-0/+3
* Add neglected comma to digestable config var!mailman1998-03-041-1/+1