| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | An update. | bwarsaw | 2002-03-16 | 1 | -0/+1 | |
| | | ||||||
| * | Fixed minor <MM-> markup that caused editing options from the Spanish | bwarsaw | 2002-03-16 | 1 | -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 wrapper | bwarsaw | 2002-03-16 | 1 | -12/+2 | |
| | | | | | from `wrapper' to `mailman'. | |||||
| * | I'm not a qmail expert, but I've updated the name of the wrapper from | bwarsaw | 2002-03-16 | 1 | -6/+6 | |
| | | | | | `wrapper' to `mailman'. | |||||
| * | Updated. | bwarsaw | 2002-03-16 | 1 | -26/+20 | |
| | | ||||||
| * | Updated. | bwarsaw | 2002-03-16 | 1 | -4/+13 | |
| | | ||||||
| * | Formatting | bwarsaw | 2002-03-16 | 1 | -1/+0 | |
| | | ||||||
| * | Just a few changes in beta 1. :) | bwarsaw | 2002-03-16 | 1 | -30/+222 | |
| | | ||||||
| * | Updates from Marc MERLIN | bwarsaw | 2002-03-16 | 1 | -28/+109 | |
| | | ||||||
| * | Updates | bwarsaw | 2002-03-16 | 1 | -10/+23 | |
| | | ||||||
| * | Updates | bwarsaw | 2002-03-16 | 1 | -25/+34 | |
| | | ||||||
| * | Updates | bwarsaw | 2002-03-16 | 1 | -4/+10 | |
| | | ||||||
| * | New invitation template translated. | avalon | 2002-03-16 | 1 | -0/+19 | |
| | | ||||||
| * | Fixed a missing EndTag, found by Fil. Thanks | wilane | 2002-03-16 | 2 | -1/+1 | |
| | | ||||||
| * | Updated Norwegian catalog. | avalon | 2002-03-16 | 2 | -123/+116 | |
| | | ||||||
| * | Updates. Sadly, I'm removing the big list of ACKNOWLEDGMENTS because | bwarsaw | 2002-03-16 | 6 | -49/+33 | |
| | | | | | I can't keep two files up to date anymore. | |||||
| * | Obsolete. | bwarsaw | 2002-03-16 | 3 | -119/+0 | |
| | | ||||||
| * | Add -s/--start and -e/--end switches to manually specify the start and | bwarsaw | 2002-03-16 | 1 | -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 add | bwarsaw | 2002-03-16 | 1 | -0/+1 | |
| | | | | | | headers and footers by concatenation. Content-Transfer-Encoding: must not be base64. | |||||
| * | processUnixMailbox(): Add optional start and end arguments so that we | bwarsaw | 2002-03-16 | 1 | -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 minimum | bwarsaw | 2002-03-16 | 1 | -26/+3 | |
| | | | | | | | requirement, and that comes with sys._getframe(). _x(): Removed. | |||||
| * | Bump the version number to 2.1b1 in preparation for the first beta | bwarsaw | 2002-03-16 | 1 | -3/+3 | |
| | | | | | release. | |||||
| * | pending_requests(): Slightly better formatting when there's a | bwarsaw | 2002-03-15 | 1 | -2/+3 | |
| | | | | | fullname. | |||||
| * | _dispose(): Fil correctly pointed out that each of the | bwarsaw | 2002-03-15 | 1 | -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 the | bwarsaw | 2002-03-15 | 1 | -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, try | bwarsaw | 2002-03-15 | 1 | -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: | bwarsaw | 2002-03-15 | 1 | -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. | bwarsaw | 2002-03-15 | 1 | -1/+1 | |
| | | ||||||
| * | process(): If the Approved: header has a password match, also add the | bwarsaw | 2002-03-15 | 1 | -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. | bwarsaw | 2002-03-15 | 0 | -0/+0 | |
| | | ||||||
| * | intermediate | bwarsaw | 2002-03-15 | 1 | -0/+37 | |
| | | ||||||
| * | show_results(): Add support for the emergency hold button. When | bwarsaw | 2002-03-15 | 1 | -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. | bwarsaw | 2002-03-15 | 1 | -0/+1 | |
| | | ||||||
| * | NewVars(): Add emergency attribute, if missing. | bwarsaw | 2002-03-15 | 1 | -0/+2 | |
| | | ||||||
| * | Bump DATA_FILE_VERSION to pick up the emergency attribute. | bwarsaw | 2002-03-15 | 1 | -2/+2 | |
| | | ||||||
| * | InitVars(): Add the `emergency' attribute for putting the brakes on | bwarsaw | 2002-03-15 | 1 | -0/+2 | |
| | | | | | list traffic. | |||||
| * | __handlepost(): When approving a message through the admindb | bwarsaw | 2002-03-15 | 1 | -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 drop | bwarsaw | 2002-03-14 | 1 | -2/+9 | |
| | | | | | into interactive mode unless we --run. | |||||
| * | process(): We don't want messages sent to the list's -owner[s] to be | bwarsaw | 2002-03-14 | 1 | -1/+2 | |
| | | | | | | personalized, so look for an existing 'personalize' key and don't VERP if this is false. | |||||
| * | Bump copyright years | bwarsaw | 2002-03-14 | 1 | -1/+1 | |
| | | ||||||
| * | process(): We don't want messages sent to the list's -owner[s] to be | bwarsaw | 2002-03-14 | 1 | -0/+1 | |
| | | | | | personalized, so explicitly set the metadata 'personalize' key to 0. | |||||
| * | ApprovedAddMember(), ApprovedDeleteMember(): The admin notification | bwarsaw | 2002-03-14 | 1 | -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 the | bwarsaw | 2002-03-14 | 1 | -7/+0 | |
| | | | | | | reply_to_address value, since this is already done in GUIBase.HandleForm(). | |||||
| * | DEFAULT_DEFAULT_MEMBER_MODERATION: Giving in to pressure, we'll turn | bwarsaw | 2002-03-14 | 1 | -1/+1 | |
| | | | | | this off by default for the MM2.1 release. | |||||
| * | main(): Removed bogus i18n markup around a `whence' argument to | bwarsaw | 2002-03-14 | 1 | -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. | bwarsaw | 2002-03-14 | 2 | -8/+8 | |
| | | | | | Closes bug #527712 and patch #527715 | |||||
| * | make the translations rather consistent | mss | 2002-03-14 | 2 | -12/+13 | |
| | | ||||||
| * | finished: invite.txt | mss | 2002-03-14 | 1 | -0/+1 | |
| | | ||||||
| * | translated the new file | mss | 2002-03-14 | 1 | -0/+22 | |
| | | ||||||
| * | template translated. | wilane | 2002-03-14 | 1 | -0/+20 | |
| | | ||||||
