summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typos caught by Fil.wilane2002-03-192-4/+5
|
* done: cronpass.txtmss2002-03-192-9/+8
|
* done: roster.htmlmss2002-03-192-8/+7
|
* main(): Bogus format string specification, caught by Mikhail Sobolev.bwarsaw2002-03-191-1/+1
|
* Fixed a typo caught by L'homme Moderne, Thanks.wilane2002-03-182-4/+2
|
* Fixed a typo, originally reported by Michael Totschnig for the french ↵avalon2002-03-182-2/+1
| | | | translation. French translator Ousmane Wilane kindly points out that this typo also existed in the norwegian translation. Thanks, Ousmane.. :-D
* Fixed a missing `s' thanks to Michael Totschnig.wilane2002-03-182-1/+1
| | | | | Note: Daniel Buchmann: It looks like the no catalog have the same problem.
* Corrected a mistake caught by Fil, Thanks guy!wilane2002-03-182-1/+1
|
* Update some comments.bwarsaw2002-03-171-1/+1
|
* Minor typobwarsaw2002-03-171-5/+5
|
* Arg! Last minute buglet. Get rid of all traces of bin/digest_arch.bwarsaw2002-03-173-6/+4
| | | | Try again.
* Heh, src/alias-wrapper.c is gone now and configure depended on it, sobwarsaw2002-03-172-4/+4
| | | | that broke it! Use src/common.h now.
* Typo noticed by Dan Buchmann.bwarsaw2002-03-161-1/+1
|
* Updates after bumping version number.bwarsaw2002-03-165-11/+11
|
* Updatedbwarsaw2002-03-161-1/+1
|
* Remove obsolete files.bwarsaw2002-03-163-322/+0
|
* Update copyright years.bwarsaw2002-03-1693-95/+93
|
* A bunch of little updates.bwarsaw2002-03-161-5/+10
|
* Add a security note, and a performance note.bwarsaw2002-03-161-0/+24
|
* An update.bwarsaw2002-03-161-0/+1
|
* Fixed minor <MM-> markup that caused editing options from the Spanishbwarsaw2002-03-161-2/+2
| | | | listinfo page to be broken. Reported by Rodolfo Pilas.
* I'm not a sendmail expert, but I've updated the name of the wrapperbwarsaw2002-03-161-12/+2
| | | | from `wrapper' to `mailman'.
* I'm not a qmail expert, but I've updated the name of the wrapper frombwarsaw2002-03-161-6/+6
| | | | `wrapper' to `mailman'.
* Updated.bwarsaw2002-03-161-26/+20
|
* Updated.bwarsaw2002-03-161-4/+13
|
* Formattingbwarsaw2002-03-161-1/+0
|
* Just a few changes in beta 1. :)bwarsaw2002-03-161-30/+222
|
* Updates from Marc MERLINbwarsaw2002-03-161-28/+109
|
* Updatesbwarsaw2002-03-161-10/+23
|
* Updatesbwarsaw2002-03-161-25/+34
|
* Updatesbwarsaw2002-03-161-4/+10
|
* New invitation template translated.avalon2002-03-161-0/+19
|
* Fixed a missing EndTag, found by Fil. Thankswilane2002-03-162-1/+1
|
* Updated Norwegian catalog.avalon2002-03-162-123/+116
|
* Updates. Sadly, I'm removing the big list of ACKNOWLEDGMENTS becausebwarsaw2002-03-166-49/+33
| | | | I can't keep two files up to date anymore.
* Obsolete.bwarsaw2002-03-163-119/+0
|
* Add -s/--start and -e/--end switches to manually specify the start andbwarsaw2002-03-161-5/+36
| | | | | | end message numbers (counted from zero) with which to archive. This can be useful when re-archiving a huge .mbox file, even though you have to manually chunk it.
* process(): Add another predicate to the test for whether we can addbwarsaw2002-03-161-0/+1
| | | | | headers and footers by concatenation. Content-Transfer-Encoding: must not be base64.
* processUnixMailbox(): Add optional start and end arguments so that webwarsaw2002-03-161-3/+16
| | | | | | | can fast forward past a bunch of messages in the mailbox. This will be used by bin/arch to process a huge .mbox file in chunks (manually). Not fully tested, but it seems to work.
* We can simplify the logic here because Python 2.1 is a minimumbwarsaw2002-03-161-26/+3
| | | | | | requirement, and that comes with sys._getframe(). _x(): Removed.
* Bump the version number to 2.1b1 in preparation for the first betabwarsaw2002-03-161-3/+3
| | | | release.
* pending_requests(): Slightly better formatting when there's abwarsaw2002-03-151-2/+3
| | | | fullname.
* _dispose(): Fil correctly pointed out that each of thebwarsaw2002-03-151-9/+17
| | | | | ParseMailCommands() calls in this runner need to be wrapped around a catch of TimeOutError.
* _dispose(): Wrap the ParseMailCommands() call in a try/except. If thebwarsaw2002-03-151-1/+6
| | | | | acquisition of the shared pending.db database lock fails, we want to requeue the message for another try later.
* ProcessSubscribeCmd(): If the address isn't given in the command, trybwarsaw2002-03-151-3/+10
| | | | to dig the full name out of the From: header.
* send_i18n_digests(): Be robust in the face of messages with no From:bwarsaw2002-03-151-2/+2
| | | | | | header. It seems like only broken configurations (or bugs?) could cause this since the RFC requires From: to exist, but this is better than throwing an exception.
* Bump copyright years.bwarsaw2002-03-151-1/+1
|
* process(): If the Approved: header has a password match, also add thebwarsaw2002-03-151-0/+2
| | | | | | `adminapproved' metadata key. This is the only unspoofable way for the list owners to get a message through while the emergency hold is on.
* Emergency module puts a brake on mailing list traffic.bwarsaw2002-03-150-0/+0
|
* intermediatebwarsaw2002-03-151-0/+37
|