summaryrefslogtreecommitdiff
path: root/Mailman/Queue (follow)
Commit message (Expand)AuthorAgeFilesLines
* _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
* _dispose(): Send the message through the Replybot handler so -requestbwarsaw2002-05-221-3/+6
* _dispose(): Inhibit replybot when Precedence: is any of bulk, junk, orbwarsaw2002-05-221-2/+2
* process(), _dispose(): Where we were testing Precedence: againstbwarsaw2002-05-191-2/+3
* _dispose(): Ignore messages that have "Precedence: bulk" but don'tbwarsaw2002-05-171-0/+9
* _dispose(): Keep a flag around that indicates whether any of thebwarsaw2002-05-091-8/+20
* verp_bounce(): Exim stashes the envelope recipient in the Envelope-To:bwarsaw2002-05-091-7/+7
* make_response(): In the list comprehension where we're calculating thebwarsaw2002-05-031-1/+1
* Results.__init__(): Don't try to get the payload if there were nobwarsaw2002-05-031-0/+3
* do_command(): If the Subject: header command was attempted and itbwarsaw2002-05-021-4/+12
* __onefile(): If there's no `listname' key in the message metadata, usebwarsaw2002-05-021-9/+8
* Support the new email commands framework. We now no longer usebwarsaw2002-05-021-34/+115
* _dispose(): In the SomeRecipientsFailed handler, be sure to set thebwarsaw2002-04-181-2/+3
* _dispose(): There are reports of None's showing up in the addrs. Notbwarsaw2002-04-111-0/+4
* _dispose(): Catch socket.errors that can come from the underlyingbwarsaw2002-04-101-0/+19
* _dispose(): We need to iterate over the addrs list. Also, reload thebwarsaw2002-04-011-15/+17
* _dispose(): Since the runner doesn't normally need to lock the list,bwarsaw2002-04-012-3/+4
* Update the big comment showing mail flow through the system.bwarsaw2002-04-011-40/+58
* _dispose(): Since the BounceRunner doesn't normally need to lock thebwarsaw2002-04-011-0/+2
* _snooze(): Use self.SLEEPTIME instead of mm_cfg.QRUNNER_SLEEP_TIME forbwarsaw2002-03-261-2/+4
* A significant rewrite of the main bounce runner logic to make itbwarsaw2002-03-261-112/+97
* Update copyright years.bwarsaw2002-03-164-4/+4
* _dispose(): Fil correctly pointed out that each of thebwarsaw2002-03-151-9/+17
* _dispose(): Wrap the ParseMailCommands() call in a try/except. If thebwarsaw2002-03-151-1/+6
* _dispose(): Add support for the `toconfirm' key, used by the newbwarsaw2002-03-141-2/+12