summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ignore any mailcommands coming from postmaster-type accounts -klm1998-04-232-2/+14
* .ScanMessage(): Further robustification of the bounced-message addressmailman1998-04-232-8/+20
* Added missing "</dl>" to MESSAGE_DECORATION_NOTE.mailman1998-04-232-2/+4
* Repaired minor typo in option description.mailman1998-04-232-4/+4
* ValidEmail(): Elide the constraint that addresses have their top-levelklm1998-04-232-22/+22
* These changes should reduce, if not eliminate, the duplicate handlingklm1998-04-232-28/+26
* Added "su" to valid top levels.klm1998-04-232-4/+4
* Fixed bug in help mechanism - wasn't getting right url when in themailman1998-04-221-88/+117
* Correct the warning about scripts you can't check for syntax errorsklm1998-04-221-7/+7
* Add missing titles to the error docs.klm1998-04-221-3/+11
* Add the number of messages to the digest subject lines.klm1998-04-222-24/+42
* .SendTextToUser(): Removed debugging log message.klm1998-04-152-6/+2
* .DeliverToList(): Was missing a newline between message headers andklm1998-04-142-14/+10
* (First checkin after release tagged mailman-1_0b2.)klm1998-04-142-58/+68
* Whoops - i broke the subscribe acknowledgement on checkin. Fixedklm1998-04-132-6/+6
* Final checkin before packaing.klm1998-04-131-4/+3
* Get the revision stuff right for distribution, more refinement forklm1998-04-131-2/+93
* Get the revision stuff right for distribution, more refinement forklm1998-04-132-16/+18
* Updated for 1.0b2.mailman1998-04-131-12/+19
* Many more notes.klm1998-04-131-9/+92
* Included hodgepodge of 1.0b2 and 1.0b1.1 changes.klm1998-04-131-3/+86
* Rudimentary script to set the site password.klm1998-04-131-0/+32
* Send messages by connecting directly to port 25 and talking SMTP toklm1998-04-139-29/+277
* Use new mm_message __delitem__ discipline.klm1998-04-132-4/+4
* Use __delitem__ discipline for deleting headers by name. (Guidoklm1998-04-132-26/+44
* Small refinements.klm1998-04-131-3/+3
* Move the unconfigurable vars to the unconfigurable's section.klm1998-04-122-20/+20
* .CheckVersion(): When version skew is detected, call the new versionklm1998-04-122-8/+14
* Routines which rectify an old maillist with current maillist structure.klm1998-04-122-0/+226
* .MailUserPassword(): As with cron/mailpasswds, put a X-No-Archive: yesklm1998-04-122-4/+6
* DeliverToUser(): Add newline-terminators to add_header items whenklm1998-04-122-2/+6
* ApprovedAddMember(): Add a no-acknowledement option, eg forklm1998-04-112-8/+10
* Darn, missing close-paren.klm1998-04-112-4/+4
* Put the list-specific welcome near the top of the welcome message -klm1998-04-112-24/+14
* Resolved elusive bug - addresses containing quotes - eg,klm1998-04-111-1/+2
* DeliverToList(): same bug as DeliverToUser() - repr to escape embeddedklm1998-04-112-6/+16
* DeliverToUser(): Aha! Resolved elusive bug - addresses containingklm1998-04-112-4/+6
* More finagling with the password layout.klm1998-04-111-17/+15
* Cosmetic phrasing change.mailman1998-04-112-5/+5
* Shorten the public and private archive urls.mailman1998-04-112-10/+20
* Added private_wrapper entry, for the private-archives cgi wrapper.mailman1998-04-111-1/+5
* Pushed the inline code at the bottom into a main() routine.mailman1998-04-111-32/+90
* Provide a password interface wrapper around a hierarchy of web pages.mailman1998-04-101-0/+173
* Handle http cookies as dictionaries from within a cgi script.mailman1998-04-101-0/+553
* Retire ARCHIVE_URL for PUBLIC_ARCHIVE_URL and PRIVATE_ARCHIVE_URLklm1998-04-105-10/+15
* FormatArchiveAnchor(): Use the new routine instead of static var val.klm1998-04-102-4/+4