| Commit message (Expand) | Author | Age | Files | Lines |
* | MailList.Create() - added an assertion that the listname is lower case. | Mark Sapiro | 2007-10-18 | 1 | -0/+1 |
* | Added a call to warnings.filterwarnings() to misc/paths.py.in to supress the | Mark Sapiro | 2007-10-18 | 1 | -2/+6 |
* | Added a .bzrignore to ignore generated files. | Barry Warsaw | 2007-10-08 | 1 | -0/+23 |
* | Fixed MaildirRunner.py to handle hyphenated list names. | Mark Sapiro | 2007-10-04 | 0 | -0/+0 |
* | MimeDel.py neglected to lower case file extensions for comparison with | Mark Sapiro | 2007-10-04 | 1 | -1/+1 |
* | In rare cases, versions.py can encounter a very old list with held posts in | Mark Sapiro | 2007-10-04 | 1 | -1/+1 |
* | /cygdrive/c/MM_bzr/log.txt | Mark Sapiro | 2007-10-04 | 1 | -1/+1 |
* | /cygdrive/c/MM_bzr/log.txt | Mark Sapiro | 2007-10-04 | 1 | -4/+16 |
* | /cygdrive/c/MM_bzr/log.txt | Mark Sapiro | 2007-10-04 | 1 | -1/+2 |
* | It is reported that some RedHat packages (for at least FC5 and FC6, but not | Mark Sapiro | 2007-09-21 | 1 | -7/+17 |
* | It is reported that some RedHat packages (for at least FC5 and FC6, but not | Mark Sapiro | 2007-09-21 | 1 | -3/+11 |
* | Start using barry at list dot org for all Mailman correspondances. | Barry Warsaw | 2007-09-12 | 2 | -2/+2 |
* | Updated copyright year. | Mark Sapiro | 2007-08-03 | 1 | -1/+1 |
* | Ooops! The previous rev copied a configured file by mistake. Fixed. | Mark Sapiro | 2007-08-03 | 1 | -1/+1 |
* | Backported dumpdb changes from the 3.0 branch to allow dumping of marshals. | Mark Sapiro | 2007-08-03 | 1 | -33/+30 |
* | Detect 'who' with 1 or 2 arguments as administrivia. | Mark Sapiro | 2007-07-17 | 1 | -2/+2 |
* | There is a bug in email 2.5.8 and possibly others, but not in 4.0.1 or | Mark Sapiro | 2007-06-29 | 1 | -1/+9 |
* | Cleaned up a couple of style issues. No actual code changes. | Mark Sapiro | 2007-06-28 | 1 | -5/+6 |
* | check_perms checked archives/private/ and archives/private/<list>/database/ | Mark Sapiro | 2007-06-28 | 1 | -12/+19 |
* | Scrubber.py - Cleaned up a few loose ends and incomplete things left after the | Mark Sapiro | 2007-06-22 | 2 | -21/+26 |
* | remove test file | Barry Warsaw | 2007-06-22 | 1 | -1/+0 |
* | testing bzr commit messages | Barry Warsaw | 2007-06-22 | 1 | -0/+1 |
* | senddigests - Changed to catch exceptions thrown by mlist.send_digest_now() and | msapiro | 2007-06-15 | 1 | -5/+17 |
* | Scrubber.py - If a malformed message has Content-Type: with a | msapiro | 2007-06-15 | 1 | -4/+7 |
* | admindb.py - Changed to not show the "Discard all messages marked Defer" chec... | msapiro | 2007-06-12 | 1 | -2/+5 |
* | mmdsr.readme is replaced by README.mmdsr. | msapiro | 2007-06-10 | 1 | -33/+0 |
* | Improved processing of an Approve(d): body line by decoding the body payload | msapiro | 2007-06-09 | 2 | -6/+26 |
* | base64 codec raises 'AssertionError'. This should not occur in normal case | tkikuchi | 2007-05-09 | 1 | -1/+1 |
* | - CGI/admin.py | msapiro | 2007-05-08 | 11 | -55/+157 |
* | Fix comment typo (also, test my commit privileges) | akuchling | 2007-05-04 | 1 | -1/+1 |
* | Fix a very old bug in withlist which prevented -r from working with package | bwarsaw | 2007-04-05 | 2 | -5/+10 |
* | New templates, which aren't now in repository | danohnesorg | 2007-03-23 | 11 | -0/+165 |
* | update of czech templates, will follow some inserts of new files | danohnesorg | 2007-03-23 | 6 | -13/+6 |
* | Transfer of Czech messages from trunk to Release_2_1-maint | danohnesorg | 2007-03-23 | 1 | -747/+236 |
* | Added a reference to the tracker number for the OldStyleMemberships.py fix. | msapiro | 2007-03-21 | 1 | -3/+3 |
* | - Fixed a bug in OldStyleMemberships.addNewMember that allowed adding an address | msapiro | 2007-03-20 | 2 | -3/+15 |
* | Fixed bug # 1660666. | msapiro | 2007-02-15 | 1 | -4/+5 |
* | Change the Installation Requirements to now recommend Python 2.4.4, | bwarsaw | 2007-02-15 | 2 | -4/+15 |
* | Ported from the trunk to pick up a couple of changes. | msapiro | 2007-02-08 | 1 | -2/+3 |
* | - Changed cmd_who.py to show hidden members when authorization is by list adm... | msapiro | 2007-02-07 | 2 | -18/+41 |
* | Changed header_filter_rules processing to ignore blank patterns. | msapiro | 2007-01-20 | 1 | -1/+4 |
* | Fixed documentation for POSTFIX_STYLE_VIRTUAL_DOMAINS to clarify that the | msapiro | 2007-01-07 | 1 | -7/+8 |
* | Ensure that exported XML is written in utf-8, at least if we're writing to a | bwarsaw | 2007-01-02 | 1 | -5/+7 |
* | Port from the trunk: include the widget_type in the <options> tag. | bwarsaw | 2006-12-30 | 1 | -3/+27 |
* | Added the ability to specify a password hashing scheme for output of | bwarsaw | 2006-12-30 | 1 | -10/+61 |
* | Port the Mailman trunk's export.py script to Mailman 2.1. Anyone wanting to | bwarsaw | 2006-12-29 | 4 | -1108/+4335 |
* | Delete the .bak file from the queue for an unparseable message. | msapiro | 2006-11-17 | 1 | -0/+1 |
* | 2 links fixed -- submitted by Thijs Kinkhorst <thijs@debian.org>. Thanks! | pheinlein | 2006-10-22 | 1 | -3/+3 |
* | With python2.5, importing JapaneseCodecs triggers LookupError because | tkikuchi | 2006-10-12 | 1 | -3/+18 |
* | Fixed admin.py so null VARHELP category is handled (1573393). | msapiro | 2006-10-11 | 2 | -4/+9 |