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