summaryrefslogtreecommitdiff
path: root/Mailman/Queue/NewsRunner.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the qrunner infrastructure. First, the package has been renamedBarry Warsaw2007-09-291-164/+0
* Repair some test suite regressions.Barry Warsaw2007-08-011-1/+1
* Move the pending database into the SQLAlchemy/Elixir layer. The oldBarry Warsaw2007-08-011-1/+2
* Update copyright years.bwarsaw2007-01-191-1/+1
* Massive conversion process so that Mailman can be run from a user specifiedbwarsaw2006-07-081-7/+8
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-8/+7
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-12/+5
* back porting from 2.1.6tkikuchi2005-08-281-5/+8
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* _dispose(): mlist.nntp_host may now be a host:port pair.bwarsaw2003-05-121-7/+16
* prepare_message(): If the newsgroup is moderated, news_moderation is 1bwarsaw2002-10-191-1/+7
* prepare_message(): In Python 2.2 and beyond,bwarsaw2002-08-161-1/+2
* Allow postings gatewayed to Usenet to inhibit the Subject: fieldbwarsaw2002-07-311-0/+6
* _dispose(): Since the runner doesn't normally need to lock the list,bwarsaw2002-04-011-0/+2
* Constructor simplification. Since most derived classes are justbwarsaw2002-03-021-3/+1
* _dispose(): We need to use msg.as_string() to flatten the message tobwarsaw2002-02-261-2/+2
* prepare_message(): Support the cleaning of headers based onbwarsaw2001-10-121-20/+16
* prepare_message(): mimelib -> email.bwarsaw2001-10-091-1/+1
* prepare_message(): Remove X-Trace: and NNTP-Posting-Host: headers,bwarsaw2001-10-011-5/+5
* Convert from mimelib to email.bwarsaw2001-10-011-10/+5
* Add back COMMASPACE to globals, as it apparently *is* used, just nottwouters2001-07-101-1/+3
* Move COMMASPACE global from NewsRunner.py (where it isn't used) totwouters2001-07-101-2/+0
* prepare_message(): Use Utils.unique_message_id() to generate thebwarsaw2001-07-061-6/+13
* Better syslog() calling conventions.bwarsaw2001-06-271-4/+6
* intermediatebwarsaw2001-02-151-24/+122
* Multiple queue runner classes, in a new package Mailman.Queue.bwarsaw2000-12-201-0/+47