Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small fix in mailto link subject | Tokio Kikuchi | 2007-11-21 | 1 | -1/+1 |
| | |||||
* | merge & commit | Tokio Kikuchi | 2007-11-20 | 1 | -3/+14 |
|\ | |||||
| * | BounceRunner.py - Fixed a mail loop if a list owner puts the list's -bounces | Mark Sapiro | 2007-11-19 | 1 | -3/+14 |
| | | | | | | | | or -admin address in the list's owner attribute (1834569). | ||||
* | | merge and commit | Tokio Kikuchi | 2007-11-19 | 2 | -32/+36 |
|\| | |||||
| * | Updated mailman.pot again to undo unnecessary Privacy.py changes. | Mark Sapiro | 2007-11-18 | 1 | -27/+31 |
| | | |||||
| * | Privacy.py - Last check-in was too agressive at removing trailing blanks. | Mark Sapiro | 2007-11-18 | 1 | -5/+5 |
| | | |||||
* | | merge from launchpad | Tokio Kikuchi | 2007-11-19 | 56 | -898/+13225 |
|\| | |||||
| * | Added 'he' to the messages/ and templates/ Makefile.in | Mark Sapiro | 2007-11-18 | 2 | -5/+5 |
| | | |||||
| * | Updated mailman.pot | Mark Sapiro | 2007-11-18 | 3 | -865/+867 |
| | | |||||
| * | Added Hebrew translation from Dov Zamir minus the apparently unused | Mark Sapiro | 2007-11-18 | 46 | -0/+12305 |
| | | | | | | | | 'direction' addition to the LC_DESCRIPTIONS dictionary. | ||||
| * | bun/unshunt - Added a warning to not unshunt messages that weren't shunted | Mark Sapiro | 2007-11-18 | 1 | -2/+4 |
| | | | | | | | | to begin with. | ||||
| * | Scrubber.py - changed to use part.get_payload(), not part._payload. | Mark Sapiro | 2007-11-18 | 1 | -2/+2 |
| | | |||||
| * | Gui/GuiBase.py - Deleted the _escape() method - not needed since 2.1.9 | Mark Sapiro | 2007-11-18 | 3 | -24/+42 |
| | | | | | | | | | | | | | | | | Gui/GuiBase.py Gui/Privacy.py Handlers/Moderate.py - Patched with a slightly modified version of sf patch 1220144 - allow specifying another list in accept_these_nonmembers. | ||||
* | | comments modified | Tokio Kikuchi | 2007-11-16 | 1 | -2/+2 |
| | | |||||
* | | merge and commit again | Tokio Kikuchi | 2007-11-16 | 21 | -19/+1895 |
|\| | |||||
| * | Backported Bounce recognizer changes and tests from the 3.0 branch | Mark Sapiro | 2007-11-11 | 21 | -19/+1895 |
| | | |||||
* | | merge and commit | Tokio Kikuchi | 2007-11-16 | 16 | -42/+115 |
|\| | |||||
| * | Fixed Mailman/Queue/CommandRunner.py to decode a quoted-printable or base64 | Mark Sapiro | 2007-11-09 | 1 | -2/+2 |
| | | | | | | | | encoded message part. | ||||
| * | - Scrubber.py | Mark Sapiro | 2007-11-06 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | Fixed an issue where an implicit text/plain part without any headers gets lost. Moved the cleansing of the filename extension to a place where it is guaranteed to be a string as opposed to an empty list. | ||||
| * | Added Date and Message-ID headers to the confirm reply | Mark Sapiro | 2007-11-04 | 1 | -1/+3 |
| | | | | | | | | message that Mailman adds to the admin notification. | ||||
| * | - Cgi/options.py - fixed to not present the "empty" topic to user. | Mark Sapiro | 2007-11-04 | 2 | -3/+10 |
| | | | | | | | | | | - Handlers/CalcRecips.py - Changed to not process topics if topics are disabled for the list. | ||||
| * | Added removal of Authentication-Results: header. | Mark Sapiro | 2007-11-04 | 1 | -4/+4 |
| | | |||||
| * | Changed the descriptions of the ARCHIVE_TO_MBOX settings to more | Mark Sapiro | 2007-11-04 | 1 | -5/+7 |
| | | | | | | | | accurately represent their current meaning. | ||||
| * | 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 |
| | | | | | | | | Python 2.5 DeprecationWarning on string exceptions. | ||||
| * | 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 |
| | | | | | | | | lower cased *_filename_extensions. Fixed. | ||||
| * | In rare cases, versions.py can encounter a very old list with held posts in | Mark Sapiro | 2007-10-04 | 1 | -1/+1 |
| | | | | | | | | | | | | its requests dictionary. It then tries to create a Message.OutgoingMessage object from the message text, but that class no longer exists. Fixed by using email.message_from_string() instead. | ||||
| * | /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 |
| | | | | | | | | | | | | | | | | FC7) contain a full working distutils in the 'python' package, but only contain the Python header files in the 'python-devel' package. This allows configure to succeed, but make install fails to setup the japanese and korean codecs. This change adds a specific test for Python.h to the distutils test. | ||||
| * | It is reported that some RedHat packages (for at least FC5 and FC6, but not | Mark Sapiro | 2007-09-21 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | FC7) contain a full working distutils in the 'python' package, but only contain the Python header files in the 'python-devel' package. This allows configure to succeed, but make install fails to setup the japanese and korean codecs. This change adds a specific test for Python.h to the distutils test. | ||||
* | | merge from launchpad | Tokio Kikuchi | 2007-09-17 | 3 | -35/+32 |
|\| | |||||
| * | 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 |
| | | | | | | | | This has been broken since 2.1.5! | ||||
* | | merge from mailman-coders | Tokio Kikuchi | 2007-07-25 | 1 | -2/+2 |
|\| | |||||
| * | 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 |
| | | | | | | | | | 4.0.2 that causes email.Utils.getaddresses() to return a spurious (name, address) tuple if the supplied argument is multi-line. The actual bug is in email.Utils.parseaddr(), but the manifestation in Message.py is in the use of getaddresses() in get_sender() and get_senders(). This fix works around the bug by passing the header field values through Mailman.Utils.oneline(). | ||||
* | 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 |
| | | | | | | directories to make sure they didn't have certain 'other' permissions, but it didn't check these directories for the necessary user and group permissions. This is now fixed. | ||||
* | Scrubber.py - Cleaned up a few loose ends and incomplete things left after the | Mark Sapiro | 2007-06-22 | 2 | -21/+26 |
| | | | | | | | | | previous commit. - Normalized a couple more 'URL:'. - Improved handling of None payloads. - Cleaned up a few charset coercions. OutgoingRunner.py - Made probe bounce processing and queuing of bounces conditional on having some permanent failure(s). | ||||
* | 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 |
| | | | report them and continue processing the remaining lists. | ||||
* | Scrubber.py - If a malformed message has Content-Type: with a | msapiro | 2007-06-15 | 1 | -4/+7 |
| | | | | | | | | | | charset="quoted-printable" parameter, quopri_encode can be called at t = t.encode(charset, 'replace') which throws an AssertionError. See log message for r. 8213. Caught this. - Malformed RFC 2047 encoded filename= parameter can have a null byte or other garbage in the extension. Cleaned this. - A message with a message/delivery-status part returns None for the part's payload. Checked for a payload before attempting unicode/encode. | ||||
* | admindb.py - Changed to not show the "Discard all messages marked Defer" ↵ | msapiro | 2007-06-12 | 1 | -2/+5 |
| | | | | | | | checkbox when there are only (un)subscribes and no held messages. - Added a separator and heading for "Held Messages" like the ones for "Subscribe Requests" and "Unsubscribe Requests". |