summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Everything's working now, remove this bogosityviega1998-05-121-1/+0
* One more test, please ignoreviega1998-05-121-1/+1
* testing checkinsviega1998-05-121-0/+1
* Just testing checkinsviega1998-05-121-0/+0
* Really cosmetic change to the rule (dashes became underscores) in themailman1998-05-123-6/+6
* Essential cosmetic changes - one typo, and one missing comma (whichmailman1998-05-122-6/+6
* Set to 1.0b3.klm1998-05-043-6/+6
* Get rid of anomolous $Source$ keyword.klm1998-05-041-2/+1
* Added todo to include a recent version of pipermail in theklm1998-05-041-1/+2
* Included 1.0b3 on the landscape.klm1998-05-041-4/+4
* Added missing space to end of initial list password prompt.klm1998-05-041-2/+2
* New section for 1.0b3 patch.klm1998-05-041-84/+168
* Incremented version to 1.0b3.klm1998-05-043-9/+15
* Removed some done items (including two of three notable bugs), addedklm1998-05-041-34/+58
* Removed change_boundary() - not necessary, now that the Digest classklm1998-05-042-34/+2
* Removed constant i added but didn't use (SUBJ_REGARDS_PREFIX).klm1998-05-034-14/+4
* .SaveForDigest():klm1998-05-022-36/+110
* .SendDigest(): digest_text wasn't defined - had to read the file.klm1998-05-012-4/+4
* On further thought, emphasize that case-changes only are acceptableklm1998-05-012-4/+4
* Whoops, a trivial after-checkin phrasing refinement.klm1998-05-012-4/+4
* .GetConfigInfo(): Reenable web-based setting of web_page_url. Thisklm1998-05-012-30/+84
* Strengthen admonition against setting reply_goes_to_list.klm1998-05-012-12/+20
* Digest(): new class which represents a digest in a presentation-klm1998-05-012-158/+268
* Digest class moved to mm_digest, because that is the only place itklm1998-05-012-38/+2
* .DeliverToList(): header and footer are now optional. (Digests nowklm1998-05-012-6/+6
* Some inconsequential formatting changes.bwarsaw1998-05-012-148/+170
* Some inconsequential formatting changes.bwarsaw1998-05-011-43/+58
* On john's urging, MIME is *not* default digest format, asklm1998-04-293-6/+6
* Strengthen the l.Unlock() suggestion.klm1998-04-291-6/+9
* Added a section on finding the right settings for the wrapper scriptklm1998-04-291-16/+33
* Beginning of Digest class. (Premature checkin forced by need toklm1998-04-282-2/+38
* Include a few more likely prospects among invalid request senders.klm1998-04-282-4/+4
* 1.0b2, not 1.0b1.2!klm1998-04-283-6/+6
* Use the correct url for mailman.klm1998-04-281-2/+2
* Include note about syslog configuration for wrapper scripts.klm1998-04-281-2/+5
* Well, make main return an int.klm1998-04-281-0/+2
* Declare main as an int routine so gcc doesn't complain, even though itklm1998-04-282-2/+2
* Misuse of %s in format string for LEGAL_PARENT_[UG]ID was causingklm1998-04-281-3/+3
* Whoops - need a reply-to of the request addr, as well.mailman1998-04-271-2/+4
* Trying admin email as the sender of the confirmation notice, in orderklm1998-04-271-3/+3
* Spell senddigests correctly (not "checkdigests"!)mailman1998-04-271-1/+1
* For mime digests, substitute the result of mimetools.chooseboundary()klm1998-04-272-134/+164
* New routine change_boundary, for substituting one mime boundary forklm1998-04-272-2/+34
* New LOOPING_POST error message, for wide-loop detection disposition.klm1998-04-272-2/+4
* Using new X-beenthere message header for loop-detection, particularlyklm1998-04-272-2/+14
* Using new OutgoingMessage.__delitem__ method.klm1998-04-272-12/+12
* OutgoingMessage: Add a __delitem__, extracting .CacheHeaders() methodklm1998-04-272-14/+46
* Discard "mail commands" from postmaster accounts (nobody,klm1998-04-272-10/+30
* .SaveForDigest(): When reply_goes_to_list is set, add a reply-to:klm1998-04-232-12/+22
* Incorporated janne sinkkonen's fix, with a bit of a spin of my own.klm1998-04-231-14/+9