summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* pending_requests(): Include the Subject header in the pending summary.bwarsaw2002-10-281-2/+4
|
* Use the autoconf substitution for the #! line.bwarsaw2002-10-281-1/+1
|
* add_options_table_item(): Pass the elaboration tobwarsaw2002-10-281-3/+7
| | | | | | | get_item_gui_description(). get_item_gui_description(): If the description is different than the elaboration, use the term "Details", otherwise use the term "Edit".
* Initial norwegian translation of this template.avalon2002-10-285-0/+80
|
* Minor update to reflect the change in the english template 2002-08-24.avalon2002-10-281-2/+2
|
* Minor update to reflect the change in the english template 2002-08-15.avalon2002-10-281-0/+1
|
* Almost complete norwegian translation, only a few command line utils ↵avalon2002-10-272-26/+71
| | | | remaining (which are unnecessary to translate, IMHO).
* Oops, forgot to commit this, too!pioppo2002-10-271-1/+1
|
* Oops! forgot to commit this!pioppo2002-10-271-2/+2
|
* An updatebwarsaw2002-10-271-1/+250
|
* ftp://ftp.gnu.org -> http://ftp.gnu.orgbwarsaw2002-10-263-8/+8
|
* Update copyright years.bwarsaw2002-10-261-1/+1
|
* Lots of additionsbwarsaw2002-10-261-0/+13
|
* Updated what's new in 2.1b4.bwarsaw2002-10-261-22/+112
|
* Updatesbwarsaw2002-10-266-49/+31
|
* Updated Japanese and Russian catalogs.bwarsaw2002-10-266-213/+264
|
* last minute fixes, now ready for 2.1b4...pioppo2002-10-262-40/+27
| | | | hoping it's not too late ;)
* just a checkpoingmss2002-10-251-78/+66
|
* checkpoint (i wish i could spend more time on it)mss2002-10-252-1179/+638
|
* Prepare for beta4bwarsaw2002-10-251-2/+2
|
* The latest catalog updates, in preparation for beta 4.bwarsaw2002-10-2529-3966/+4232
|
* DEFAULT_PASS_MIME_TYPES: Set the default to something that seemsbwarsaw2002-10-251-1/+3
| | | | sensible based on Chuq's (and my) experience with MimeDel.
* show_helds_overview(), show_post_requests(): Suggestion by Peerbwarsaw2002-10-251-3/+16
| | | | | | Heinlein, show the received time of the held message, if available. Also, some minor u/i tweaking.
* Updated. Doing a Unicode comparison is probably enough.bwarsaw2002-10-251-3/+2
|
* ProcessConfirmation(): When doing a Pending.UNSUBSCRIPTION, set whencebwarsaw2002-10-251-1/+6
| | | | based on whether the context is a Message or not.
* create(): Restore a few lines that got accidently deleted in the lastbwarsaw2002-10-251-0/+2
| | | | checkin.
* maybe_forward(): Add a useful URL as suggested by Fil.bwarsaw2002-10-251-0/+4
|
* pending_requests(): The requests.pck database may have Unicode stringsbwarsaw2002-10-251-1/+19
| | | | | | | | | | | | | in them, say if an encoded name appeared in a From header. But maketext() may return byte strings with non-ascii characters in them, and concatenating these two types of strings is a no no. The local fix (implemented here) is to make sure that pending_requests() returns a byte string with no characters that are illegal in the list's preferred language's charset. The longer term fix probably ought to be that we use Unicode everywhere and that maketext() returns a Unicode.
* create(): Simply return when mlist is None.bwarsaw2002-10-231-5/+5
|
* Sanitize dsn_10.txtbwarsaw2002-10-232-95/+22
|
* Updatesbwarsaw2002-10-236-112/+270
|
* Making more work for ourselves.bwarsaw2002-10-231-1/+7
|
* process(): If the metadata has an `envsender' key, use that as thebwarsaw2002-10-231-4/+6
| | | | envelope sender, otherwise calculate it as before.
* OwnerNotification.__init__(): The signature of the OwnerNotificationbwarsaw2002-10-231-1/+21
| | | | | | | | | | | | constructor is changing. We no longer pass the sender in since that's calculated to be the site list's -bounces address to prevent mail loops when a list's owner bounces. Also, factor out the _enqueue() private method from the send() method. OwnerNotifications need to set the `envsender' key on the message's metadata. Problem diagnosed by Peer Heinlein.
* ApprovedDeleteMember(): The signature of the OwnerNotificationbwarsaw2002-10-231-8/+2
| | | | | | | | | | | constructor is changing. We no longer pass the sender in since that's calculated to be the site list's -bounces address to prevent mail loops when a list's owner bounces. ApprovedAddMember(): Change the UserNotification to an OwnerNotification for the admin_notif section. Problem diagnosed by Peer Heinlein.
* ForwardMessage(): The signature of the OwnerNotification constructorbwarsaw2002-10-231-2/+1
| | | | | | | | is changing. We no longer pass the sender in since that's calculated to be the site list's -bounces address to prevent mail loops when a list's owner bounces. Problem diagnosed by Peer Heinlein.
* The start of a manual for list administrators. Written in Pythonbwarsaw2002-10-231-0/+484
| | | | | | | | | mkhowto format, you'll need the Python documentation tool chain to produce the pdf or html (but that's easy if you have Python's source distro). Contributions are welcome! I'll keep working on this during ball games, though. :)
* process(): When holding non-member postings, either because they're onbwarsaw2002-10-221-6/+6
| | | | | | | hold_these_nonmembers or because the generic_nonmember_action is 1 (hold), hold them with NonMemberPost instead of ModeratedPost. Fixes SF #609692, as suggested by Les Niles and Tokio Kikuchi.
* A new DSN bounce sample.bwarsaw2002-10-221-0/+139
|
* Oops, postfix_06.txt -> dsn_10.txtbwarsaw2002-10-221-1/+1
|
* Added a bounce sample from Peer Heinlein. The DSN module correctlybwarsaw2002-10-221-0/+1
| | | | identifies this bouncer.
* Jon Parise's patch to improve the usage() output for the command linebwarsaw2002-10-2133-67/+199
| | | | | | and cron scripts. When code/status == 0, there's no error (it's likely --help output) so send that to stdout. Otherwise, it's an error and the output goes to stderr.
* Fixed a bug in the pt_BR translation, and also updated the Russian .mobwarsaw2002-10-213-1/+1
| | | | file.
* In the LogStdErr() call, we don't need to pass in the tee argument,bwarsaw2002-10-213-3/+3
| | | | since the default is fine.
* LogStdErr(): I don't think we really wanted to tee the log output tobwarsaw2002-10-211-19/+21
| | | | | | | | | stdout, so much as tee it to stderr, so I've changed the name of the argument and implemented this as a tee to stderr. I don't think this breaks any code, but I'm not 100% sure yet. Also, whitespace normalization and pychecker fixes.
* For some reason we weren't quite using the released version of emailbwarsaw2002-10-211-0/+0
| | | | 2.4.3 (must have committed some just-pre-release test version).
* send_response(): We have to pass the language into thebwarsaw2002-10-211-1/+2
| | | | UserNotification!
* Updated Czech catalog, mostly HyperArch translations.danohnesorg2002-10-212-149/+98
|
* Looks like you have to import korean.aliases in order to get thebwarsaw2002-10-211-0/+4
| | | | | | Korean codecs installed. "import korean" (i.e. korean/__init__.py) doesn't cut it. Leave the former in though, in case an upgrade changes this.
* Jon Parise says:bwarsaw2002-10-211-1/+1
| | | | | | | | | | | Under FreeBSD, at least, sys/types.h should be included before grp.h. Otherwise, the following (apparently harmless) warning is generated: In file included from common.h:28, from ./cgi-wrapper.c:22: /usr/include/grp.h:58: warning: parameter names (without types) in function declaration Make life easier for FreeBSD'ers.