Re: [Mailman-Users] Adding backup to multi-server config

2012-12-23 Thread Jeff Taylor
No problems, I'm at least aware of the indented nature of python. I'll get this code added in later in the week and give it a trial run, see what happens. Thanks! On 12/23/2012 02:55 PM, Mark Sapiro wrote: > Stephen J. Turnbull wrote: > >> Mark Sapiro writes: >> >> Python is indentation-sensiti

Re: [Mailman-Users] Adding backup to multi-server config

2012-12-23 Thread Stephen J. Turnbull
Mark Sapiro writes: > No, it's just lack of careful typing and proof-reading on my part. > (Also, a clue that what I wrote was inadequately tested at best). Hey, I wouldn't worry about it. You play more games of the season than Ichiro and you bat about .950! ---

Re: [Mailman-Users] Adding backup to multi-server config

2012-12-23 Thread Mark Sapiro
Stephen J. Turnbull wrote: >Mark Sapiro writes: > >Python is indentation-sensitive. Do you really mean a dedent there >relative to the surrounding stanza? It doesn't seem to be an artifact >of TABs or something like that. No, it's just lack of careful typing and proof-reading on my part. (Also

Re: [Mailman-Users] Adding backup to multi-server config

2012-12-23 Thread Stephen J. Turnbull
Mark Sapiro writes: Python is indentation-sensitive. Do you really mean a dedent there relative to the surrounding stanza? It doesn't seem to be an artifact of TABs or something like that. > Find the section in the definition of the files() method that looks like > > if ext <> e

Re: [Mailman-Users] Adding backup to multi-server config

2012-12-23 Thread Mark Sapiro
On 12/18/2012 11:15 AM, Jeff Taylor wrote: > > From an initial glance, I was thinking of having a configurable Delay > variable in mm_cfg.py, specified in seconds, then qrunner could use the > timestamp on the queued messages and only process the ones which were > older than Delay. This backup ma

[Mailman-Users] Adding backup to multi-server config

2012-12-19 Thread Jeff Taylor
I have been running mailman 2.1 from three servers with NFS sharing for the past couple years, but due to a recent issue I did some digging and found the suggestions for clustering at http://mail.python.org/pipermail/mailman-users/2008-March/060753.html (the post by Mark Sapiro detailing how to set