summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/SMTPDirect.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize doctests, moving handler documentation into Mailman/handlers/docs.Barry Warsaw2008-01-241-389/+0
* Remove the action.py module, move this to Mailman/interfaces/__init__.py.Barry Warsaw2007-10-101-2/+3
* Update copyright years.bwarsaw2007-01-191-1/+1
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-1/+1
* Massive conversion process so that Mailman can be run from a user specifiedbwarsaw2006-07-081-18/+18
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-171-2/+1
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-21/+21
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-13/+7
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-6/+7
* Use original_sender put in msgdata by CookHeaders.py if it's availablemsapiro2005-11-131-1/+1
* Log the sender and not list-bounces when non-VERPmsapiro2005-11-131-2/+8
* back porting from 2.1.6tkikuchi2005-08-281-12/+36
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* quit(): It's possible that self.__conn hasn't been opened yet.bwarsaw2003-04-191-0/+2
* Rewrite the Connection class to (hopefully) fix known problems withbwarsaw2003-04-191-9/+13
* verpdeliver(): Use the copy module's deepcopy() function instead doingbwarsaw2003-02-051-1/+2
* verpdeliver(): If we find a non-fully qualified recipient address whenbwarsaw2003-02-041-0/+8
* bulkdeliver(): We've had reports of an IOError (code == 4, interruptedbwarsaw2003-01-071-5/+5
* verpdeliver(): Re-enable To header hacking, but only if doing "Fullbwarsaw2002-11-061-27/+27
* verpdeliver(): Comment out the rewriting of the To header forbwarsaw2002-11-041-27/+27
* process(): If the metadata has an `envsender' key, use that as thebwarsaw2002-10-231-4/+6
* verpdeliver(): Skip all the realname -> unicode + encode conversionsbwarsaw2002-10-151-2/+4
* verpdeliver(): I think I've (finally!) nailed the full name encodingbwarsaw2002-10-041-16/+18
* verpdeliver(): When including the member's full name in a verp'dbwarsaw2002-09-171-2/+19
* bulkdeliver(): I forgot to check this in. Fixes a problem whenbwarsaw2002-08-041-1/+2
* verpdeliver(): dump_address_pair() -> formataddr().bwarsaw2002-04-111-1/+1
* An adaptation of Marc MERLIN's fixes to actually honorbwarsaw2002-04-101-3/+6
* GetAdminEmail() eradication campaign.bwarsaw2002-03-261-1/+1
* process(): We don't want messages sent to the list's -owner[s] to bebwarsaw2002-03-141-1/+2
* process(): Catch any exception coming out of the deliveryfunc() andbwarsaw2002-03-111-1/+9
* process(): A slight improvement for robustness. Now we assign thebwarsaw2002-03-111-1/+14
* A substantial rewrite to support deferring the final stitching of thebwarsaw2002-03-091-107/+120
* Mailman re-uses connections to the SMTP server when deliveringbwarsaw2001-12-161-8/+4
* process(): When VERPing, blow away the Sender: and Errors-To: headersbwarsaw2001-11-211-2/+14
* Support for VERP deliveries.bwarsaw2001-11-201-22/+58
* process(): Remove the last vestige of the string module. Also, makebwarsaw2001-10-041-3/+4
* process(): Get the message's text, sans Unix-From by using the emailbwarsaw2001-10-011-1/+1
* process(): Instead of using MAILMAN_OWNER, use Utils.get_site_email().bwarsaw2001-08-041-1/+1
* process(): Call syslog.write_ex() directly (instead of syslog.write()bwarsaw2001-07-061-8/+8
* process(): Add support for configurable log files. Four new variablesbwarsaw2001-06-271-14/+34
* process(): It is possible that the mlist passed in is None, whichbwarsaw2001-05-221-1/+4
* process(): We can't call mlist.RegisterBounce() here because we do notbwarsaw2001-02-161-8/+7
* Conversion to mimelib.bwarsaw2001-02-151-21/+13
* process(): Only log successes to logs/post if the message actually wasbwarsaw2000-09-081-1/+5
* process(): Remove the saveifdirty flag from the RegisterBounce() call.bwarsaw2000-09-081-1/+1
* process(): Addressing both SF bug #108167 and patch #100861, thisbwarsaw2000-07-221-1/+11
* process(): Wrap the actual message delivery loops in a mlistbwarsaw2000-06-031-12/+15
* Support for delivering recipient chunks via multiple threads. Pythonbwarsaw2000-06-031-19/+86
* Changes to honor SMTP_MAX_RCPTS again. Specifically,bwarsaw2000-05-301-29/+79
* Many changes to make message delivery more robust in the face ofbwarsaw2000-05-081-52/+10