summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Convert genaliases to mmshell, optparse, and configuration.configbwarsaw2006-09-2511-113/+87
* As Mark discovered, we need to load the configuration in the driver script forbwarsaw2006-09-245-4/+13
* Convert check_perms to mmshell symlink, configuration object, and optparsebwarsaw2006-09-244-108/+125
* Backing out last change. Mark, you are right.tkikuchi2006-09-231-1/+0
* I needed this for web ui to work.tkikuchi2006-09-221-0/+1
* Removed the "Discard all messages marked Defer" checkbox from themsapiro2006-09-211-2/+2
* Revert a XEmacs weirdness.bwarsaw2006-09-171-2/+2
* getting rid of out of date admin directorybwarsaw2006-09-171-2/+2
* Several fixes.pheinlein2006-08-312-30/+21
* Fix several problems reported by Mark. First, Python 2.3 doesn't havebwarsaw2006-08-294-6/+13
* Arabic message for mailman-2.2 ... it wasn't there because I used cp -r fromtkikuchi2006-08-161-0/+15702
* Revision marking makes these translations fuzzy.tkikuchi2006-08-053-3/+0
* Fix bug incluing .svn files.tkikuchi2006-08-051-1/+1
* New language: Arabic.tkikuchi2006-08-051-0/+4
* Changed the descriptions of the ARCHIVE_TO_MBOX settings to moremsapiro2006-08-011-5/+7
* Upgrade to email package version 4.0.1. Because email 4.0.1 is onlybwarsaw2006-07-309-40/+42
* SendSubscribeAck() - Removed test of self.send_welcome_message.msapiro2006-07-241-2/+0
* - Switchboard.py Added missing call to create error logger.msapiro2006-07-221-1/+3
* Committed messages mailman.po file for both Dutch and Vietnamese.clytie2006-07-212-3060/+2822
* - Mailman/bin/unshunt.pymsapiro2006-07-161-2/+2
* Add a framework for easier use of alternative MemberAdaptor implementations.bwarsaw2006-07-169-50/+440
* Added robustness to Switchboards and Runners so that if a runner crashesbwarsaw2006-07-1611-130/+380
* - Switchboard.py - Closed very tiny holes at the upper ends of queuemsapiro2006-07-092-4/+15
* Update NEWS and remove an obsolete file.bwarsaw2006-07-082-0/+62
* Fix a buglet that can cause bogus archives/private directories to be createdbwarsaw2006-07-081-5/+13
* When an exception occurs during decoration, log it at exception level so we s...bwarsaw2006-07-082-3/+18
* Fix some buglets with virtual domain support and repair unit tests broken bybwarsaw2006-07-0820-626/+273
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-0833-468/+370
* In EmailBase.setUp() move TestBase.setUp() to after the SinkServer is created,bwarsaw2006-07-081-1/+5
* Fix test_message.py by finishing the wind-through of the configuration objectbwarsaw2006-07-0825-291/+311
* Massive conversion process so that Mailman can be run from a user specifiedbwarsaw2006-07-0840-1943/+2029
* - Utils.py Fixed a security hole which allowed a crafted URI to injectmsapiro2006-07-078-7/+113
* Several fixes and updates.pheinlein2006-07-051-381/+324
* - Decorate.py Fixed bug 1507248 by ignoring header/footer charactersmsapiro2006-06-231-2/+2
* Updated a few bouncers to recognize more bounces.msapiro2006-06-1117-2/+1628
* Added '(by thread)' to the previous and next message links to emphasize thatmsapiro2006-06-111-2/+2
* Added a call to loginit.initialize() so invoked modules can do their logging.msapiro2006-06-111-2/+8
* - newlist.pymsapiro2006-06-082-2/+10
* - show_mm_cfg.pymsapiro2006-06-042-114/+102
* Added a new show_mm_cfg command line script to show the actual valuesmsapiro2006-06-022-1/+79
* Replaced call to no longer existent Message.OutgoingMessage() with call tomsapiro2006-05-301-1/+2
* Added removal of Authentication-Results: header as it too is no longer valid.msapiro2006-05-231-0/+1
* Fixed paths in file opening for new structure and test bounces location.msapiro2006-05-191-2/+5
* Removed bounces directory from SUBDIRS. It's moved to Mailman/testing.msapiro2006-05-191-1/+1
* Reorganize the unit test infrastructure, so that tests live inside thebwarsaw2006-05-1896-215/+389
* - Cgi/options.py - fixed to not present the "empty" topic to user.msapiro2006-05-172-0/+6
* Set package name and version number in AC_INIT macro in configure.in. Also,bwarsaw2006-05-1520-95/+100
* - Added additional bounce recognition for Qmail and SimpleMatch.pymsapiro2006-05-145-1/+165
* Move all cron scripts to the new Mailman.bin package layout and complete thebwarsaw2006-05-1313-844/+438
* - fixed misspelling of propagate in loginit.initialize call in cron/disabled.msapiro2006-05-098-23/+61