[Mailman-Developers] Re: Two problems upgrading from 2.1.4 to 2.1.5

2004-11-21 Thread Greg Ward
disabled addrs with no bounce info') for addr in noinfo.keys(): -mlist.setDeliveryStatus(addr, ENABLED) + try: + mlist.setDeliveryStatus(addr, ENABLED) + except Errors.MemberError, err: + print "E

[Mailman-Developers] Typo fix in Mailman's README.EXIM

2004-04-04 Thread Greg Ward
x27;s manning [EMAIL PROTECTED] these days): can you fix the HTML version please? Also I spotted a typo that has been corrected in the canonical version (README.EXIM in Mailman's CVS) -- s/epmty/empty/. Thanks. Greg -- Greg Ward <[EMAIL PROTECTED]> http

Re: [Mailman-Developers] qrunner infinite loop?

2003-08-26 Thread Greg Ward
ck CPU. And I have a clue how to reproduce this problem in case anyone cares to give it a shot. Greg -- Greg Ward <[EMAIL PROTECTED]> http://www.gerg.ca/ Condense soup, not books! ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

[Mailman-Developers] qrunner infinite loop?

2003-08-25 Thread Greg Ward
07101+4617d8731ecb303dd756e475b5362bd5a64b1fcf.db qfiles/out/1061532001.524745+03e15ef2a9a7d27904406a659cdb4922a204431b.db Any clues? I'll try to investigate more tomorrow evening. Greg -- Greg Ward <[EMAIL PROTECTED]>

Re: [Mailman-Developers] bin/arch traceback

2002-12-04 Thread Greg Ward
On 04 December 2002, I said: > Yes, I'm still getting it with the current CVS code. It comes in > exactly the same place in the execution of bin/arch, and the traceback > is basically identical -- mainly line number differences, and your > recent patch to Mailman/Archiver/HyperArch.py. Found the

Re: [Mailman-Developers] bin/arch traceback

2002-12-04 Thread Greg Ward
pipermail.py", line 479, in _update_thread_index self.update_article(arcdir, article, a1, a3) File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 1247, in update_article f.write(article.as_html()) File "/usr/local/mailman/Mailman/Archiver/HyperArch.py"

[Mailman-Developers] Re: bin/arch traceback

2002-12-04 Thread Greg Ward
ink so Content-Transfer-Encoding: quoted-printable Dear MEMES Discussion Group, [...] """ Obviously that first message part is *not* encoded with big5, but you try telling Mailman that. Sigh. I'll try editing the offending message and seeing how far arch

[Mailman-Developers] Re: bin/arch traceback

2002-12-04 Thread Greg Ward
et) File "/usr/local/mailman/pythonlib/email/Header.py", line 230, in append ustr = unicode(s, incodec) LookupError: unknown encoding I presume this is some Asian encoding that's not *supposed* to appear in an English-language list, but does. Grumble. I'll see if I can f

[Mailman-Developers] bin/arch traceback

2002-12-04 Thread Greg Ward
ribute '_mlist' Andrew said that renaming away the existing HTML archive did the trick -- I'll do that, but I don't like making the archives for this list unavailable even for a few minutes. (It takes a while to generate the whole archive, which goes back to 1994.) Or should I &qu

[Mailman-Developers] How to lose friends and alienate people

2002-11-25 Thread Greg Ward
t not want to reveal to users who are moderated that there is something "special" about them ...both of which argue for making my little patch permanent. Greg -- Greg Ward - software developer[EMAIL PROTECTED] MEMS Exchangehttp:/

[Mailman-Developers] Shutting down mailmanctl for upgrade

2002-11-20 Thread Greg Ward
I just noticed that UPGRADING doesn't say anything about shutting down mailmanctl around an upgrade. Should it? Greg -- Greg Ward <[EMAIL PROTECTED]> http://www.gerg.ca/ I hope something GOOD came in the mail today so I have a REA

Re: [Mailman-Developers] Re: [Mailman-Announce] RELEASED Mailman 2.1beta 5

2002-11-20 Thread Greg Ward
long with the key server, in which case I still have to redo some work when my key expires. Sigh. This, presumably, is what Chuq meant by needing a master's degree to use the bloody thing.) Greg -- Greg Ward <[EMAIL PROTECTED]>

Re: [Mailman-Developers] fix for some arch problems

2002-11-19 Thread Greg Ward
bin/b4b5-archfix? Greg -- Greg Ward <[EMAIL PROTECTED]> http://www.gerg.ca/ This message transmitted with 100% recycled electrons. ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/m

Re: [Mailman-Developers] CVS update

2002-11-15 Thread Greg Ward
With all due respect, may I suggest you become a tad more familiar with CVS before running a CVS version of Mailman on a production server? Greg -- Greg Ward <[EMAIL PROTECTED]> http://www.gerg.ca/ A day without sunshine is like night.

Re: [Mailman-Developers] CVS update

2002-11-15 Thread Greg Ward
ses, changes get checked in ...] cd mailman && cvs update Note that the argument you passed to -d needs to be repeated for the 'checkout' command! Greg -- Greg Ward <[EMAIL PROTECTED]> http://www.gerg.ca/ A closed mouth gathers no foot.

Re: [Mailman-Developers] thinking out loud...

2002-11-15 Thread Greg Ward
On 15 November 2002, Fil said: > I'd try a go at it, but that would have to be php or perl ;-( Umm, it *is* possible to do web development in Python, you know. ;-) I'm partial to Quixote myself: www.mems-exchange.org/software/quixote/ . Greg -- Greg Ward <

Re: [Mailman-Developers] Wishlist: GUI reader

2002-11-14 Thread Greg Ward
ne. Sure, it's called "your mail reader". Mailman's archives are stored in mbox format, which is the bog-standard format for Unix mailboxes. As long as the Mailman server in question lets you download the mbox archive, you're in business. Greg -- Greg Ward <[EMA

Re: [Mailman-Developers] More extend.py questions

2002-11-04 Thread Greg Ward
hat. Unfortunately, I don't know enough about Mailman's internals to tell you what the Right Way to do it is. Sorry. Greg -- Greg Ward <[EMAIL PROTECTED]> http://www.gerg.ca/ I haven't lost my mind; I know exactly where I left it.

Re: [Mailman-Developers] Can't Approve/Reject/Discard from Admin WebInterface

2002-10-30 Thread Greg Ward
message, a file should disappear from that directory (I think). > Is this not > implemented yet or did I just do something brain-dead during the > installation? Greg -- Greg Ward <[EMAIL PROTECTED]> http://www.gerg.ca/ Question authority! ___

Re: [Mailman-Developers] More extend.py questions

2002-10-30 Thread Greg Ward
nal function. Huh? There's no file called extend.py in the Mailman source tree. Just what are you trying to accomplish? Greg -- Greg Ward <[EMAIL PROTECTED]> http://www.gerg.ca/ Question authority!

Re: [Mailman-Developers] Problem with checkdbs script in Beta 4

2002-10-30 Thread Greg Ward
' From: %(sender)s on %(date)s\nCause: %(reason)s')) +pending.append(_("""\ +From: %(sender)s on %(date)s +Subject: %(subject)s +Cause: %(reason)s""")) pending.append('') # Make sure that the text we return from here can be encoded to

Re: [Mailman-Developers] Help programming MemberAdaptor...

2002-10-30 Thread Greg Ward
nd then send mail to that alias? I'm pretty sure both Exim and postfix can do that. Note that I am *completely* ignorant of LDAP, not very clueful about Mailman internals. I'm just trying to help you ask the right question(s). Greg -- Greg Ward <[EMAIL PROTECTED]>

[Mailman-Developers] VERP interval: why not time-based?

2002-10-29 Thread Greg Ward
his -- was this wrangled over months and months ago, or what? Greg -- Greg Ward <[EMAIL PROTECTED]> http://www.gerg.ca/ "Question authority!" "Oh yeah? Says who?" ___ Mailman-Developers mail

[Mailman-Developers] Contrib: bin/show_qfiles

2002-10-28 Thread Greg Ward
The attached script is handy for reading Mailman 2.1 queue files, eg. bin/show_qfiles qfiles/shunt/*.pck Help yourselves. Greg -- Greg Ward - software developer[EMAIL PROTECTED] MEMS Exchangehttp://www.mems-exchange.org #! /www/python/bin

[Mailman-Developers] qfiles/shunt full of posts

2002-10-28 Thread Greg Ward
Mailman and posted to the relevant list. I don't see any bounces, confirmation notices/responses, or other bureaucracy. Anyone want to sell me a clue here? Seen anything similar? Suggestions for what I should investigate? Things to look for in the logs? Greg -- Greg Ward - software d

Re: [Mailman-Developers] Slightly lame logging: web subscriptionrequest

2002-10-28 Thread Greg Ward
ms-announce"; "Opera/6.1 (Linux 2.4.19-gw i686; U) [en]" "SSL -" 1sec I entered the subscribe form with email="[EMAIL PROTECTED]" (censored since I don't like revealing addresses in my personal domain) and fullname="Greg Ward". Here's what Ma

[Mailman-Developers] Slightly lame logging: web subscription request

2002-10-28 Thread Greg Ward
It appears that MM 2.1b4's logging of web subscription requests is a bit lame -- it doesn't actually log the email address involved, just the real name. Is this deliberate? Greg -- Greg Ward - software developer[EMAIL PROTECTED] MEM

[Mailman-Developers] Latest tweaks to README.EXIM

2002-10-16 Thread Greg Ward
s case, the MAILMAN_HOME and MAILMAN_WRAP macros are useless -- -you can remove them. Change your directors (routers) to something like +you can remove them. Change your director (router) to something like this: require_files = /virtual/${domain}/mailman/lists/${lc:$local_part}/config.pck

[Mailman-Developers] Re: [Exim] Overhauled 'Exim and Mailman' doc

2002-10-15 Thread Greg Ward
ilman_transport % exim -bt quixote-users-bounces+luser=example.com [EMAIL PROTECTED] router = mailman_router, transport = mailman_transport If your "exim -bt" output looks something like this, that's a start: at least it means Exim will pass the right messages to the right Mailman commands. It b

[Mailman-Developers] Re: [Exim] Overhauled 'Exim and Mailman' doc

2002-10-14 Thread Greg Ward
t, but I wanted to get this text out for review first. Greg -- Greg Ward <[EMAIL PROTECTED]> http://www.gerg.ca/ I am deeply CONCERNED and I want something GOOD for BREAKFAST! ___ Mailman-Developers mailing lis

[Mailman-Developers] Overhauled 'Exim and Mailman' doc

2002-10-11 Thread Greg Ward
ces [EMAIL PROTECTED] router = mailman_router, transport = mailman_transport % exim -bt quixote-users-bounces+luser=example.com [EMAIL PROTECTED] router = mailman_router, transport = mailman_transport Document History Originally written by Nigel Metheringham

[Mailman-Developers] New FAQ entry: broken autoresponders

2001-12-03 Thread Greg Ward
3.6. What can I do about users with broken autoresponders? http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.006.htp ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

[Mailman-Developers] Another new FAQ entry

2001-11-27 Thread Greg Ward
Mailman developer types -- I've written a FAQ entry for that perennial favourite, "How can I remove a post from the list archive?". Please take a look at http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.003.htp and fix any problems or howl at me.

[Mailman-Developers] Re: [Mailman-Users] Subscriber names

2001-11-27 Thread Greg Ward
r, can Mailman 2.1 track real names? Greg -- Greg Ward - software developer[EMAIL PROTECTED] MEMS Exchangehttp://www.mems-exchange.org ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.