summaryrefslogtreecommitdiff
path: root/Mailman/Queue (follow)
Commit message (Expand)AuthorAgeFilesLines
* back porting from 2.1.6tkikuchi2005-08-287-379/+307
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-2714-14/+14
* MarshalSwitchboard._ext_write(), ASCIISwitchboard._ext_write():bwarsaw2003-10-101-6/+2
* _oneloop(): Print the shunt log message after enqueing the file, sobwarsaw2003-09-121-4/+4
* SYNC_AFTER_WRITE: New flag which controls whether os.fsync() is calledbwarsaw2003-09-121-1/+23
* _dispose(): Use mlist.internal_name().bwarsaw2003-08-181-3/+4
* Implement a simple queuing bounce processor, which should allow morebwarsaw2003-08-171-51/+53
* _dispose(): mlist.nntp_host may now be a host:port pair.bwarsaw2003-05-121-7/+16
* Fix a missing importbwarsaw2003-05-081-0/+2
* DEAL_WITH_PERMFAILURES_EVERY: Do this only every 10 times through thebwarsaw2003-05-031-32/+34
* run(): Always call _snooze() but pass the file count to the method sobwarsaw2003-05-031-17/+22
* intermediatebwarsaw2003-05-031-0/+44
* _Switchboard.__init__(): Fixed slice end-point off-by-one calculation error.bwarsaw2003-04-191-3/+3
* True/False where appropriate.bwarsaw2003-04-061-7/+18
* Copyright yearsbwarsaw2003-04-021-1/+1
* dequeue(): If we can't read a .db file, initialize data to the emptybwarsaw2003-04-021-0/+1
* Update commentbwarsaw2003-03-311-2/+2
* Another instance of mixing unicode with 8-bit-dirty strings. Since emailtwouters2003-03-201-3/+9
* Use True/False where appropriate (so much cleaner!)bwarsaw2003-03-131-14/+26
* When receiving an empty mail (no results and no unprocessed lines, buttwouters2003-03-111-0/+6
* Update copyright yearsbwarsaw2003-03-111-1/+1
* SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reistwouters2003-03-111-1/+2
* Restore the resumable pipeline code.bwarsaw2003-02-051-5/+11
* do_command(): The __import__() can raise a ValueError too if the cmdbwarsaw2003-02-041-2/+3
* _oneloop(): Include a clue as to which filebase is being shunted.bwarsaw2002-12-131-0/+1
* Donn Cave's patch #602087 to honor configure's --srcdir switch.bwarsaw2002-12-121-1/+1
* _dispose(): Actually (re-)implement the documented behavior for whenbwarsaw2002-12-021-0/+5
* _dispose(): Don't forward to the admin, messages in which bouncingbwarsaw2002-12-021-1/+1
* Results.__init__(): Add a `respond' flag which is used bybwarsaw2002-11-211-1/+5
* dequeue(): "rejection-notice" (i.e. the dash) doesn't play nice whenbwarsaw2002-11-191-0/+6
* Results.__init__(): Give default argument of an empty string whenbwarsaw2002-11-081-1/+1
* Style.bwarsaw2002-11-041-1/+1
* _dispose(): I think this fixes a bug we are seeing on mailman-users,bwarsaw2002-10-291-5/+10
* maybe_forward(): Add a useful URL as suggested by Fil.bwarsaw2002-10-251-0/+4
* send_response(): We have to pass the language into thebwarsaw2002-10-211-1/+2
* maybe_forward(): Improve the grammatically anti-good message sent withbwarsaw2002-10-211-3/+3
* prepare_message(): If the newsgroup is moderated, news_moderation is 1bwarsaw2002-10-191-1/+7
* pycheckerfiedbwarsaw2002-10-151-3/+3
* maybe_forward(): Use the new ForwardMessage() interface.bwarsaw2002-10-151-6/+4
* maybe_forward(): The bounce page documents that undetected bouncesbwarsaw2002-10-081-0/+2
* maybe_forward(): Refactor forwarding logic into ForwardMessage()bwarsaw2002-10-081-13/+5
* _dispose(): Possibly forward the message in two situations: if thebwarsaw2002-10-051-16/+36
* prepare_message(): In Python 2.2 and beyond,bwarsaw2002-08-161-1/+2
* __oneloop(): Renamed to _oneloop() -- i.e. single leading underscore,bwarsaw2002-08-091-6/+6
* intermediatebwarsaw2002-08-091-0/+184
* Make Pychecker happy and do some whitespace normalization.bwarsaw2002-08-081-2/+2
* Allow postings gatewayed to Usenet to inhibit the Subject: fieldbwarsaw2002-07-311-0/+6
* _dispose(): Two fixes, related to Daniel Buchmann's report about SFbwarsaw2002-07-251-13/+17
* make_response() -> send_response()bwarsaw2002-05-281-5/+15
* _get_pipeline(): We don't need to send virgin messages through thebwarsaw2002-05-221-1/+1