summaryrefslogtreecommitdiff
path: root/Mailman/Queue (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Dang, left some debugging syslog()'s in there.bwarsaw2002-03-131-2/+0
* We can get rid of the old list cache, and the freshen machinery. Nowbwarsaw2002-03-133-30/+11
* __init__(): Remove cachelists from the constructor arguments. We canbwarsaw2002-03-123-4/+7
* whichq(): New method which returns the queue directory.bwarsaw2002-03-111-0/+3
* __oneloop(): Stick the queue directory in the message metadata so thatbwarsaw2002-03-111-0/+2
* _dispose(): Consult bounce_unrecognized_goes_to_list_owner beforebwarsaw2002-03-071-10/+16
* __verpbounce(): Wrap the extraction of the match object's groups in abwarsaw2002-03-071-4/+10
* __init__(), _dispose(): Move the import of the DELIVERY_MODULE and thebwarsaw2002-03-041-5/+5
* Constructor simplification. Since most derived classes are justbwarsaw2002-03-028-25/+11
* __verpbounce(), __scanbounce(): Use self._open_list() to get abwarsaw2002-03-011-3/+2
* __verpbounce(), __scanbounce(): Make sure that we don't try to lock abwarsaw2002-02-281-4/+12
* _dispose(): We need to use msg.as_string() to flatten the message tobwarsaw2002-02-261-2/+2
* A slightly cleaner way to do the freshening of MailList objects.bwarsaw2002-02-121-7/+6
* __init__(): Default the self._freshen attribute to zero.bwarsaw2002-02-121-2/+13
* __init__(): Set self._freshen so that the MailList cache in the basebwarsaw2002-02-121-9/+7
* get_switchboard(): Code cleanup. _sbcache does not need to bebwarsaw2002-01-261-2/+1
* dequeue(): Handle the case when the email package throws abwarsaw2002-01-261-1/+17
* _dispose(): The mlist.Save() call should be in the try: block, sincebwarsaw2002-01-261-1/+1
* _dopipeline(): When discarding a message, log its Message-ID: to logs/vettebwarsaw2002-01-211-1/+3
* __verpbounce(): Add some robustness for broken MTAs. We know of atbwarsaw2002-01-171-4/+20
* __doperiodic(): RegisterBounce() -> registerBounce()bwarsaw2001-12-271-4/+4
* __verpbounce(): RegisterBounce() -> registerBounce()bwarsaw2001-12-271-2/+2
* __verpbounce(): Dan Mick points out that we were still hardcoding thebwarsaw2001-12-071-27/+26
* Dan Mick discovers we need to import LockFile.bwarsaw2001-11-271-0/+1
* The qrunner that consumes qfiles/bounce messages, which come from thebwarsaw2001-11-211-0/+136
* _dispose(): Support for regular non-personalized VERP delivery.bwarsaw2001-11-201-0/+7
* Some updating of the big comment. I'm not spending a lot of time onbwarsaw2001-11-201-6/+8
* This runner now only handles -request, -join, and -leave emails. Itbwarsaw2001-11-201-102/+10
* _dispose(): Move the Save() call into the try (exceptions are morallybwarsaw2001-10-241-1/+1
* We don't need this file any more, since everything's inlined withbwarsaw2001-10-181-229/+0
* prepare_message(): Support the cleaning of headers based onbwarsaw2001-10-121-20/+16