summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* show_results(): Add support for the emergency hold button. Whenbwarsaw2002-03-151-24/+37
| | | | | | | | | | | | enabled, it lights up a rude solo light, so there's no missing it. UI changes to make this work better: the form now includes the links table to pick up the emergency checkbox, which shows on all admin pages. Get rid of the duplicated links at the bottom of the page -- I didn't like them much anyway. change_options(): Look for the emergency form variable and enable mlist.emergency if found.
* GLOBAL_PIPELINE: Add the Emergency handler.bwarsaw2002-03-151-0/+1
|
* NewVars(): Add emergency attribute, if missing.bwarsaw2002-03-151-0/+2
|
* Bump DATA_FILE_VERSION to pick up the emergency attribute.bwarsaw2002-03-151-2/+2
|
* InitVars(): Add the `emergency' attribute for putting the brakes onbwarsaw2002-03-151-0/+2
| | | | list traffic.
* __handlepost(): When approving a message through the admindbbwarsaw2002-03-151-0/+2
| | | | | | interface, also add an `adminapproved' key to the metadata. This is used to tell the Emergency handler the message is okay to let through.
* -i is now optional unless the -r option is given. IOW, we always dropbwarsaw2002-03-141-2/+9
| | | | into interactive mode unless we --run.
* process(): We don't want messages sent to the list's -owner[s] to bebwarsaw2002-03-141-1/+2
| | | | | personalized, so look for an existing 'personalize' key and don't VERP if this is false.
* Bump copyright yearsbwarsaw2002-03-141-1/+1
|
* process(): We don't want messages sent to the list's -owner[s] to bebwarsaw2002-03-141-0/+1
| | | | personalized, so explicitly set the metadata 'personalize' key to 0.
* ApprovedAddMember(), ApprovedDeleteMember(): The admin notificationbwarsaw2002-03-141-2/+4
| | | | | | messages should be sent to the -owner address rather than the self.owner[s] directly. Also, the messages should look like they're coming from the site list's -owner.
* _setValue(): We actually don't need to do the check on thebwarsaw2002-03-141-7/+0
| | | | | reply_to_address value, since this is already done in GUIBase.HandleForm().
* DEFAULT_DEFAULT_MEMBER_MODERATION: Giving in to pressure, we'll turnbwarsaw2002-03-141-1/+1
| | | | this off by default for the MM2.1 release.
* main(): Removed bogus i18n markup around a `whence' argument tobwarsaw2002-03-141-1/+1
| | | | | DeleteMember(). whence is destined for the log files, so it should definitely not be translated!
* Paul Eggert patch to use POSIX-ly more appropriate `sed' commands.bwarsaw2002-03-142-8/+8
| | | | Closes bug #527712 and patch #527715
* make the translations rather consistentmss2002-03-142-12/+13
|
* finished: invite.txtmss2002-03-141-0/+1
|
* translated the new filemss2002-03-141-0/+22
|
* template translated.wilane2002-03-141-0/+20
|