summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* InitVars(): Added include_list_post_header which controls whetherbwarsaw2002-04-191-0/+1
* ALLOW_RFC2369_OVERRIDES: I give up. Set this default to 1 to allowbwarsaw2002-04-191-20/+6
* handleForm(): GACK! Remove a debugging call. Thanks Ron!bwarsaw2002-04-191-1/+0
* CheckValues(): Watch for bad patterns in topics and discard them ifbwarsaw2002-04-181-1/+11
* handleForm(): Don't allow a topic with a pattern which is an illegalbwarsaw2002-04-181-0/+11
* _dispose(): In the SomeRecipientsFailed handler, be sure to set thebwarsaw2002-04-181-2/+3
* process(), to_plaintext(): If the message gets modified, add an X-bwarsaw2002-04-181-1/+12
* intermediatebwarsaw2002-04-141-0/+155
* Port of Les Niles' patch to do de-mime. Specifically,bwarsaw2002-04-141-0/+1
* intermediatebwarsaw2002-04-141-0/+85
* Port of Les Niles' patch to do de-mime. Specifically,bwarsaw2002-04-141-0/+4
* Port of Les Niles' patch to do de-mime. Specifically,bwarsaw2002-04-141-1/+1
* Port of Les Niles' patch to do de-mime. Specifically,bwarsaw2002-04-141-0/+4
* Port of Les Niles' patch to do de-mime. Specifically,bwarsaw2002-04-141-3/+25
* Typo found by Jon Parise.bwarsaw2002-04-121-1/+1
* main(): When calling addrchange_prompt(), catch NotAMemberErrors thatbwarsaw2002-04-111-1/+9
* intermediatebwarsaw2002-04-111-0/+47
* Liberalize some of these tests so international Yahoo! accounts arebwarsaw2002-04-111-2/+4
* Removed some debugging syslog() calls -- thanks Ron!bwarsaw2002-04-111-2/+0
* Ron Jarrell noted that the tagger logic was broken when messages startbwarsaw2002-04-111-6/+62
* do_topic_filters(): Rearrange if clauses for clarity.bwarsaw2002-04-111-18/+17
* GetStandardReplacements(): If there's just one choice of language,bwarsaw2002-04-111-1/+1
* _dispose(): There are reports of None's showing up in the addrs. Notbwarsaw2002-04-111-0/+4
* _postValidate(): New method which is called after all the formbwarsaw2002-04-111-8/+12
* _postValidate(): New method which checks that the combination ofbwarsaw2002-04-111-2/+11
* CheckValues(): It's possible that some how the following bogusbwarsaw2002-04-111-0/+11
* process(): When doing the the TooManyRecipients test, use >= as thebwarsaw2002-04-111-1/+1
* process(): In the multipart/mixed stanza, don't provide a charset namebwarsaw2002-04-111-1/+1
* process(): We need to clean up the base archive url in two ways:bwarsaw2002-04-111-1/+4
* verpdeliver(): dump_address_pair() -> formataddr().bwarsaw2002-04-111-1/+1
* ApprovedAddMember(): dump_address_pair() -> formataddr().bwarsaw2002-04-111-2/+2
* hold_for_approval(): Mentor Cana notices that we need to use attach()bwarsaw2002-04-111-3/+3
* process(): As Mentor Cana points out, dump_address_pair() isbwarsaw2002-04-111-1/+1
* send_i18n_digests(): Get rid of the add_payload() calls; these arebwarsaw2002-04-101-7/+7
* process(): Port to the email package. Message objects no longer havebwarsaw2002-04-101-2/+3
* _dispose(): Catch socket.errors that can come from the underlyingbwarsaw2002-04-101-0/+19
* An adaptation of Marc MERLIN's fixes to actually honorbwarsaw2002-04-101-3/+6
* Add some Japanese encoding aliases as recommended by Martin vonbwarsaw2002-04-101-0/+15
* CanonicalizeUserOptions(): If the key isn't a member (as we'rebwarsaw2002-04-091-0/+1
* CheckVersion(): We have to force a reload of the database even if ourbwarsaw2002-04-091-1/+3
* process(), prefix_subject(): Ben Gertzfield's patch (refactored bybwarsaw2002-04-081-13/+44
* send(): Add `reduced_list_headers' so CookHeaders knows not to add thebwarsaw2002-04-081-0/+1
* process(): In response to bug #223533, we're changing when the RFCbwarsaw2002-04-081-9/+16
* is_administrivia(): Do the same test on the Subject: field that we dobwarsaw2002-04-051-10/+8
* get_senders(): If there's no envelope, get_unixfrom() will returnbwarsaw2002-04-051-1/+2
* __load(): Big dummy, os.path.getmtime() can raise an OSError if thebwarsaw2002-04-051-5/+12
* process_request(): When trying to find the mapping from url-host tobwarsaw2002-04-051-1/+2
* __handlepost(): Preserved messages should be written out as plainbwarsaw2002-04-041-2/+16
* processUnixMailbox(): Ignore any MessageParseErrors in either thebwarsaw2002-04-031-0/+7
* __handlepost(): Fix the composition of the forwarded message, so thatbwarsaw2002-04-011-1/+2