summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Typo fix by Ikeda.tkikuchi2003-09-231-2/+2
|
* pot/po file updates to capture bin/discard and bin/show_qfilesbwarsaw2003-09-2223-281/+1197
|
* Re-arrange the targets a bit.bwarsaw2003-09-221-1/+3
|
* Last minute minor fix for 2.1.3tkikuchi2003-09-221-10/+10
|
* minor updatesbwarsaw2003-09-222-5/+5
|
* Oops, I had two Basque sections.bwarsaw2003-09-222-21/+15
|
* Euskara (Basque) language support by pi and the rest of the Basquebwarsaw2003-09-2249-5/+11551
| | | | translation team.
* Updated norwegian translation.avalon2003-09-181-20/+22
|
* Danish language support by S�ren Bondrup.avalon2003-09-1841-0/+13286
|
* Danish language support.avalon2003-09-182-1/+2
|
* Revision of translation by Mr. Ikeda.tkikuchi2003-09-161-1094/+185
|
* Removed weird stray setattr.bwarsaw2003-09-151-1/+0
|
* Update of Czech catalogsdanohnesorg2003-09-141-53/+33
|
* Updated instructions for integration Mailman with Postfix 2.0 (withbwarsaw2003-09-141-22/+33
| | | | some asides for older versions of Postfix).
* Back out last patch -- the real fix should be to the documentation.bwarsaw2003-09-141-4/+1
|
* _addvirtual(): Steve Alexander's patch to include the "hostnamebwarsaw2003-09-131-1/+4
| | | | | IGNORED" line, which may be redundant, but doesn't seem to cause harm, and may help some sites.
* Minor updatesbwarsaw2003-09-131-1/+2
|
* Removed Thomas von Hassel from Danish champions listbwarsaw2003-09-132-26/+5
|
* Mailman 2.1.3 .pot file updates. Nothing really substantive.bwarsaw2003-09-1321-417/+539
|
* process(): In the msg.is_multipart() clause, inside the clause thatbwarsaw2003-09-131-2/+5
| | | | | | | tries to convert t to something reasonable <wink>, we need to use errors='replace' when we encode from unicode to string. This is because the preceding unicode('ascii', 'replace') could end up inserted U+FFFD, which can't be encoded to ascii.
* _oneloop(): Print the shunt log message after enqueing the file, sobwarsaw2003-09-121-4/+4
| | | | | | that we get the correct (new) filebase of the shunted message. This makes finding the correlation between log messages and the offending message files actually possible <wink>.
* SYNC_AFTER_WRITE: New flag which controls whether os.fsync() is calledbwarsaw2003-09-121-1/+23
| | | | | | | | | | on the file descriptor for data files after they've been written. We always flush the buffer, but sync'ing can be a huge performance hit. Still, some sites might want to enable this for additional data integrity. It's disabled by default. enqueue(): Return the newly calculated filebase. This let's the shunt message in Runner.py display the correct (new) filename.
* True/False where appropriate.bwarsaw2003-09-121-4/+10
| | | | | | | Fixed the import of Stop, which was causing the import of this message to fail. The symptom was this traceback message in logs/error: AttributeError: 'module' object has no attribute 'process'
* Added Anders Norrbring to the Swedish translation team.bwarsaw2003-09-102-5/+26
|
* *** empty log message ***pheinlein2003-09-092-51/+28
|
* Discard script for mass discarding of messages.bwarsaw2003-08-290-0/+0
|
* intermediatebwarsaw2003-08-291-0/+120
|
* Add bin/discard script for mass discarding of held messages.bwarsaw2003-08-293-3/+5
|
* Contributed by Mr. Ikeda (nezumi_at_poem.co.jp)tkikuchi2003-08-261-0/+2643
|
* Updated to point at email-2.5.4bwarsaw2003-08-261-1/+1
|
* Updates to include show_qfiles script.bwarsaw2003-08-263-1097/+3764
|
* Nice script by Greg Ward to print the contents of .pck message files.bwarsaw2003-08-260-0/+0
|
* intermediatebwarsaw2003-08-261-0/+74
|
* Minor typo which caused msgfmt.py to complain.bwarsaw2003-08-261-1/+1
|
* Latest updates.bwarsaw2003-08-2514-3506/+4105
|
* Updated script from Python 2.3bwarsaw2003-08-251-3/+3
|
* Updated style guide taken from the email package.bwarsaw2003-08-251-0/+165
|
* updating translation for latest cvs.tkikuchi2003-08-251-220/+267
|
* Some changes to make stuff more clear.pheinlein2003-08-241-6/+7
|
* Bugfix from korfftext@t-online.de -- Thanks!pheinlein2003-08-241-4/+4
|
* Update the email package to fix an RFC 2231 bug.bwarsaw2003-08-192-0/+0
|
* Updated pot file and merged po filesbwarsaw2003-08-196-1448/+1756
|
* Work around a useless Python 2.3 complaint.bwarsaw2003-08-191-2/+2
|
* Ukrainian updates by Maxim Dzumanenko.bwarsaw2003-08-1910-42/+11325
|
* Update Italian mailing list informationbwarsaw2003-08-182-9/+14
|
* Just small fixes.pheinlein2003-08-181-9/+9
|
* Changed virtualhost for both web and email addresses.pioppo2003-08-181-2/+2
| | | | For Barry: please apply to the web site too!
* _dispose(): Use mlist.internal_name().bwarsaw2003-08-181-3/+4
| | | | | | | | _register_bounces(): Return empty list as default for sitebounces so we can concatenate lists easier later. _cleanup(): Only call _register_bounces() if there are bounces to register.
* main(): If we get NotAMemberError when sending the next notification,bwarsaw2003-08-181-5/+15
| | | | log this and delete the member.
* check(): If the action is 'disabled', stop the bounce processor frombwarsaw2003-08-181-7/+6
| | | | running, but don't attempt to dig out an email address.