summaryrefslogtreecommitdiff
path: root/Mailman/Deliverer.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-174/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Implement a context manager for Python 2.5's with statement, which isBarry Warsaw2007-09-191-10/+4
* Finish up the request hold conversion. ListAdmin can go away thoughBarry Warsaw2007-09-161-47/+0
* Move the pending database into the SQLAlchemy/Elixir layer. The oldBarry Warsaw2007-08-011-1/+0
* Other than contrib files, convert all imports of mm_cfg to imports of config.Barry Warsaw2007-07-141-6/+6
* Update copyright years.bwarsaw2007-01-191-1/+1
* SendSubscribeAck() - Removed test of self.send_welcome_message.msapiro2006-07-241-2/+0
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-1/+1
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-8/+11
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-10/+5
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-1/+2
* Update copyright years.bwarsaw2005-12-061-2/+3
* Don't send password in probe. The probe message may stray to someone else.tkikuchi2005-11-301-2/+1
* back porting from 2.1.6tkikuchi2005-08-281-4/+52
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* Typo fix: Errors.MMListError rather than just MMListError.twouters2003-03-191-1/+1
* SendHostileSubscriptionNotice(): When someone is invited to a mailingbwarsaw2003-03-161-5/+51
* Copyright yearsbwarsaw2003-03-111-1/+1
* Add the email address just subscribed to the variables usable intwouters2003-03-111-0/+1
* SendUnsubscribeAck(): We must pass the target language in as anbwarsaw2002-12-311-2/+2
* ForwardMessage(): The signature of the OwnerNotification constructorbwarsaw2002-10-231-2/+1
* SendSubscribeAck(), SendUnsubscribeAck(), MailUserPassword(): Sincebwarsaw2002-10-181-3/+3
* ForwardMessage(): Typo. OwnerNotification's don't take a langbwarsaw2002-10-151-1/+0
* Whitespace normalized and pycheckerfied.bwarsaw2002-10-151-13/+12
* ForwardMessage(): Change the signature a bit to use the newbwarsaw2002-10-151-7/+6
* ForwardMessage(): The UserNotification neeeds to have its languagebwarsaw2002-10-141-1/+2
* ForwardMessage(): Refactor the various places where we're forwardingbwarsaw2002-10-071-0/+21
* MailUserPassword(): Missed a conversion to MemberAdaptor. Found bybwarsaw2002-06-291-1/+1
* SendSubscribeAck(): Prepend any text given in the mass subscribe pagebwarsaw2002-05-281-2/+2
* GetAdminEmail() eradication campaign.bwarsaw2002-03-261-2/+2
* SendSubscribeAck(), SendUnsubscribeAck(), MailUserPassword(): Whenbwarsaw2002-02-111-4/+5
* SendUnsubscribeAck(): Use a better Subject: on the message that getsbwarsaw2001-10-211-3/+3
* MailUserPassword(): Rip out the checks for isMember(user) andbwarsaw2001-08-161-28/+32
* Another step towards conversion to MemberAdaptor API.bwarsaw2001-07-291-3/+3
* All:bwarsaw2001-07-181-6/+3
* MailUserPassword(): Include the full posting email address of the listbwarsaw2001-05-311-2/+3
* SendSubscribeAck(), MailUserPassword(): In addition to passing in thebwarsaw2001-05-181-4/+3
* Interim i18n change.bwarsaw2001-02-281-9/+11
* SendSubscribeAck(): I18n the welcome messages.bwarsaw2001-02-151-10/+8
* Latest set of I18N patches from jcrey. Specifically,bwarsaw2000-12-261-5/+8
* First integration patch for Juan Carlos's translatable string changesbwarsaw2000-12-071-6/+6
* SendSubscribeAck(): Since the notification message contains passwords,bwarsaw2000-09-191-0/+1
* SendSubscribeAck(), MailUserPassword() => GetScriptURL(...,bwarsaw2000-08-011-3/+3
* MailUserPassword(): If the user didn't have a password, requestaddrbwarsaw2000-03-231-1/+1
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* SendSubscribeAck(), MailUserPassword(): Use listname-request insteadbwarsaw2000-02-031-6/+4
* MailUserPassword(): Don't stick a newline at the end of the subjectbwarsaw1999-11-261-2/+5
* Much simplification, since most of this work has been moved to thebwarsaw1999-11-241-210/+38
* PR#107 reports that Pegasus (presumably an MUA) usesbwarsaw1999-09-021-0/+1