summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* run_main(): Application of Richard Barrett's patch # 668685 whichbwarsaw2003-04-191-6/+7
| | | | | closes bug # 716754. Must output any accumulated output to stdout when a SystemExit is raised.
* Polish language support by Bartosz Sawicki and the rest of thebwarsaw2003-04-1951-13/+10522
| | | | translation team.
* Don't keep two lists of supported languages. Point to i18n.htmlbwarsaw2003-04-191-27/+1
|
* HTML repair in templates, by Richard Barrett. Closes bug #716755 andbwarsaw2003-04-1918-48/+43
| | | | patch #661138
* Rewrite the Connection class to (hopefully) fix known problems withbwarsaw2003-04-191-9/+13
| | | | | | | | SMTP_MAX_SESSIONS_PER_CONNECTION not being honored and connection problems in the middle of a session not being properly recovered. Closing SF bug #707624, although I implemented this in a different way.
* Make options in this file (and mm_cfg.py) slightly more humanbwarsaw2003-04-191-92/+105
| | | | | | | | | | | | | | friendly. True/False is used (with b/c with Pythons older than 2.2.1). Also add the following constant aliases for convenience: Yes = yes = On = on = True No = no = Off = off = False and uses these everywhere its appropriate. Updated comments. This /will/ require you to re-run configure or config.status.
* _Switchboard.__init__(): Fixed slice end-point off-by-one calculation error.bwarsaw2003-04-191-3/+3
|
* Updated the Catalan championbwarsaw2003-04-192-3/+3
|
* *** empty log message ***pheinlein2003-04-182-4/+4
|
* Some changes to help users unsubscribing and to make some things more clear.pheinlein2003-04-182-4/+8
|
* Some changes in the structure of the webpage to help stupid userspheinlein2003-04-181-1/+6
| | | | | to find the way how to unsubscribe. Maybe useful for other languages too?
* A lot of different fixes.pheinlein2003-04-182-47/+74
|
* Missing <mm-digest-question-start>-Tag added.pheinlein2003-04-181-0/+2
|
* Finnish updates from Pekka Haavistobwarsaw2003-04-172-1439/+1585
|
* Another French template fix by Sylvain Langlade.bwarsaw2003-04-171-2/+2
|
* Fixed broken French template, reported and fixed by Sylvain Langlade.bwarsaw2003-04-171-1/+1
|
* main(): Add a fix for an mbox bug reported by Eric D. Christensen. Ifbwarsaw2003-04-171-10/+16
| | | | the line before the From_ line wasn't blank, add a blank line.
* Actually the last checkin was spurred by a bug report from Ericbwarsaw2003-04-171-1/+1
| | | | D. Christensen, not Paul Reilly.
* AppendMessage(): Fixes for mbox bugs reported by Paul Reilly, namelybwarsaw2003-04-171-7/+17
| | | | | | | | that there was no separating newline between the previous message and the next. I believe this got consumed when we updated the email package. No worries, we now explicitly add a separating newline. Also, update some coding to new style and non-deprecated api.
* Fixed exception name typo in docstring example.bwarsaw2003-04-171-6/+6
|
* Update some information based on reports by Chris Kolar.bwarsaw2003-04-111-2/+9
|
* process(): Fix given by Anton Antonov to make sure that CC headers arebwarsaw2003-04-111-12/+19
| | | | | | RFC 2822 compliant. Only zero or one CC header is allowed. Also, True/False where appropriate. Whitespace normalization.
* send_i18n_digests(): Patch # 694912 by Tokio Kikuchi to fix thebwarsaw2003-04-111-2/+4
| | | | scrubbing of attachments in MIME digest messages.
* LANGUAGES: Add ptbwarsaw2003-04-112-2/+3
|
* Updated.bwarsaw2003-04-092-3/+11
|
* Portuguese (pt) translations by Jose Paulo Moitinho de Almeida.bwarsaw2003-04-0945-0/+12078
|
* ApprovedChangeMemberAddress(): When changing an address globally,bwarsaw2003-04-081-0/+2
| | | | | | check to make sure the old address is a member of the list before calling changeMemberAddress(). Bug report # 717096 and fix by Joe Peterson.
* When --without-permcheck is given and the groupname doesn't exist onbwarsaw2003-04-082-43/+49
| | | | | the system, one of the build tests would fail with an exception, but configure would carry on. This patch avoids the traceback.
* List2Dict(): Typobwarsaw2003-04-071-1/+1
|
* Spanish fixesbwarsaw2003-04-072-4/+4
|
* True/False where appropriate.bwarsaw2003-04-061-7/+18
| | | | | Results.__init__(): Also do RFC 2047 decoding on Subject headers before processing.
* True/False where appropriate.bwarsaw2003-04-061-15/+24
|
* Typo. Requires new i18n translations.bwarsaw2003-04-061-1/+1
|
* cosmeticbwarsaw2003-04-061-2/+0
|
* Use True/False where appropriate. Also update some code to new codingbwarsaw2003-04-061-40/+48
| | | | styles (augmented assignment).
* Updates, including Simone Piunno's recipe.bwarsaw2003-04-061-7/+79
|
* main(): Long options --start and --end both take arguments. Fixes SF bugbwarsaw2003-04-061-1/+1
| | | | #671303.
* Small clarification.bwarsaw2003-04-041-1/+2
|
* Copyright yearsbwarsaw2003-04-021-1/+1
|
* dequeue(): If we can't read a .db file, initialize data to the emptybwarsaw2003-04-021-0/+1
| | | | | | | dictionary, since the following test expects to do a has_key() on the value. Closes SF bug #707608. Backport candidate.
* scanlists(): Fix -w option by repairing a typo. Closes SF bug #710678bwarsaw2003-04-021-6/+6
| | | | | | by Richard Barrett, who also provided the patch. Backport candidate.
* __init__(): Jon Parise caught a typo in the conversion to booleans.bwarsaw2003-04-011-1/+1
|
* Update a bunch of tests.bwarsaw2003-03-311-8/+6
|
* Add ndiff hack for better error reporting of long text.bwarsaw2003-03-311-0/+19
|
* Typobwarsaw2003-03-311-1/+1
|
* Update commentbwarsaw2003-03-311-2/+2
|
* Another booleanbwarsaw2003-03-311-1/+1
|
* Use True/False where appropriate.bwarsaw2003-03-311-26/+31
|
* Typobwarsaw2003-03-311-1/+1
|
* Copyright yearsbwarsaw2003-03-311-1/+1
|