summaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* On further thought, emphasize that case-changes only are acceptableklm1998-05-011-2/+2
* Whoops, a trivial after-checkin phrasing refinement.klm1998-05-011-2/+2
* .GetConfigInfo(): Reenable web-based setting of web_page_url. Thisklm1998-05-011-15/+42
* Strengthen admonition against setting reply_goes_to_list.klm1998-05-011-6/+10
* Digest(): new class which represents a digest in a presentation-klm1998-05-011-79/+134
* Digest class moved to mm_digest, because that is the only place itklm1998-05-011-19/+1
* .DeliverToList(): header and footer are now optional. (Digests nowklm1998-05-011-3/+3
* On john's urging, MIME is *not* default digest format, asklm1998-04-292-4/+4
* Beginning of Digest class. (Premature checkin forced by need toklm1998-04-281-1/+19
* Include a few more likely prospects among invalid request senders.klm1998-04-281-2/+2
* 1.0b2, not 1.0b1.2!klm1998-04-282-4/+4
* For mime digests, substitute the result of mimetools.chooseboundary()klm1998-04-271-67/+82
* New routine change_boundary, for substituting one mime boundary forklm1998-04-271-1/+17
* New LOOPING_POST error message, for wide-loop detection disposition.klm1998-04-271-1/+2
* Using new X-beenthere message header for loop-detection, particularlyklm1998-04-271-1/+7
* Using new OutgoingMessage.__delitem__ method.klm1998-04-271-6/+6
* OutgoingMessage: Add a __delitem__, extracting .CacheHeaders() methodklm1998-04-271-7/+23
* Discard "mail commands" from postmaster accounts (nobody,klm1998-04-271-5/+15
* .SaveForDigest(): When reply_goes_to_list is set, add a reply-to:klm1998-04-231-6/+11
* Ignore any mailcommands coming from postmaster-type accounts -klm1998-04-231-1/+7
* .ScanMessage(): Further robustification of the bounced-message addressmailman1998-04-231-4/+10
* Added missing "</dl>" to MESSAGE_DECORATION_NOTE.mailman1998-04-231-1/+2
* Repaired minor typo in option description.mailman1998-04-231-2/+2
* ValidEmail(): Elide the constraint that addresses have their top-levelklm1998-04-231-11/+11
* These changes should reduce, if not eliminate, the duplicate handlingklm1998-04-231-14/+13
* Added "su" to valid top levels.klm1998-04-231-2/+2
* Add the number of messages to the digest subject lines.klm1998-04-221-12/+21
* .SendTextToUser(): Removed debugging log message.klm1998-04-151-3/+1
* .DeliverToList(): Was missing a newline between message headers andklm1998-04-141-7/+5
* (First checkin after release tagged mailman-1_0b2.)klm1998-04-141-29/+34
* Whoops - i broke the subscribe acknowledgement on checkin. Fixedklm1998-04-131-3/+3
* Send messages by connecting directly to port 25 and talking SMTP toklm1998-04-135-16/+141
* Use new mm_message __delitem__ discipline.klm1998-04-131-2/+2
* Use __delitem__ discipline for deleting headers by name. (Guidoklm1998-04-131-13/+22
* Move the unconfigurable vars to the unconfigurable's section.klm1998-04-121-10/+10
* .CheckVersion(): When version skew is detected, call the new versionklm1998-04-121-4/+7
* Routines which rectify an old maillist with current maillist structure.klm1998-04-121-0/+113
* .MailUserPassword(): As with cron/mailpasswds, put a X-No-Archive: yesklm1998-04-121-2/+3
* DeliverToUser(): Add newline-terminators to add_header items whenklm1998-04-121-1/+3
* ApprovedAddMember(): Add a no-acknowledement option, eg forklm1998-04-111-4/+5
* Darn, missing close-paren.klm1998-04-111-2/+2
* Put the list-specific welcome near the top of the welcome message -klm1998-04-111-12/+7
* DeliverToList(): same bug as DeliverToUser() - repr to escape embeddedklm1998-04-111-3/+8
* DeliverToUser(): Aha! Resolved elusive bug - addresses containingklm1998-04-111-2/+3
* Shorten the public and private archive urls.mailman1998-04-111-5/+10
* Retire ARCHIVE_URL for PUBLIC_ARCHIVE_URL and PRIVATE_ARCHIVE_URLklm1998-04-103-6/+9
* FormatArchiveAnchor(): Use the new routine instead of static var val.klm1998-04-101-2/+2
* .GetBaseArchiveURL(): Function instead of _base_archive_url member varklm1998-04-101-4/+9
* Add note about deprecation of the internal pipermail code.klm1998-04-101-0/+8
* Add comment mentioning prospect of using StringIO instead of FakeFile.klm1998-04-101-1/+2