Re: [Mailman-Developers] "Orignal" MySQL Member Adaptor - 1.71

2009-01-07 Thread kyrian (List)
Fil wrote: It should according to the docs I found, provided I've applied them correctly, fix the non-ASCII character encoding problems (I've relied on the assertions about list members to cover that angle, and just checked encoding on the 'user supplied' parameters to va

[Mailman-Developers] Analysis of MM2.x Admin slowness with, (not "because of") MySQL adaptor(s).

2008-09-27 Thread Kyrian (List)
backward compatibility by not calling the new method in the adaptor ;-) Comments? K. -- Kev Green, aka Kyrian. E: kyrian@ore.org WWW: http://kyrian.ore.org/ Linux/Security Contractor/LAMP Coder/ISP, via http://www.orenet.co.uk/ DJ via http://www.hellnoise.co.uk/

Re: [Mailman-Developers] MySQL Member Adaptor(s) - Various comments.

2008-09-27 Thread Kyrian (List)
Apologies for any confusion cause by posting by CC to this list, while emailing people directly. I was mainly responding to Fil, CC the list. Fil wrote: I've added the proper URLs in the README. Thanks. As for further developments I'll have to pass, as I'll be switchwing

Re: [Mailman-Developers] "Orignal" MySQL Member Adaptor - 1.71

2008-09-26 Thread kyrian (List)
Yes, that's good, although it's just a copy from my original code ;-) I'm guilty of referring to "Fil's MySQLMemberAdaptor" in various list postings. I'll try to be more careful in the future. Thanks. I'm not really sure what naming convention

Re: [Mailman-Developers] "Orignal" MySQL Member Adaptor - 1.71

2008-09-26 Thread kyrian (List)
ople seem to think it is? I've not started using it, but I certainly like the *look* of it? -- Kev Green, aka Kyrian. E: kyrian@ore.org WWW: http://kyrian.ore.org/ Linux/Security Contractor/LAMP Coder/ISP, via http://www.orenet.co.uk/ DJ via http://www.hellnoise.co.uk/ __

[Mailman-Developers] "Orignal" MySQL Member Adaptor - 1.71

2008-09-26 Thread Kyrian (list)
haven't, but you're welcome to try it out. It should according to the docs I found, provided I've applied them correctly, fix the non-ASCII character encoding problems (I've relied on the assertions about list members to cover that angle, and just checked encoding on the '

Re: [Mailman-Developers] Another take at MysqlMemberAdaptor + a migration utility

2005-11-04 Thread Kyrian (list)
already have a large TODO list, I'd like the input of the development team and others on both the progress of Mailman and future plans, and its relation to my (slightly amended) TODO list for the MySQL Member Adaptor stands as follows... Firstly, those items in it which I need help with,

[Mailman-Developers] MySQL member adaptor update.

2004-12-13 Thread List
he info, because my current development environment basically sucks for, well, everything. K. -- Kev Green, aka Kyrian. E: kyrian@ore.org WWW: http://kyrian.ore.org/ ISP/Perl/PHP/Linux/Security Contractor, via http://www.orenet.co.uk/ DJ via http://www.hellnoise.co.uk/ _____

Re: [Mailman-Developers] Mysql MemberAdaptor update.

2004-01-08 Thread List
> table. That way you could have one larger table for members of all > lists, not one table per list. Yes, people can take what you've done and > create their own projects, but I'd rather keep the effort unified (and > at the same time try to get you to see it my way).

[Mailman-Developers] Mysql MemberAdaptor update.

2004-01-08 Thread List
FWIW. I've uploaded a new version of the MySQL member adaptor to the Mailman patches Sourceforge thing. Nothing much changed, except it now does a "CREATE IF NOT EXISTS x" on the table required for whichever list it is being called on, which crudely, but effectively gets aro

Re: [Mailman-Developers] More on Mysql MemberAdaptor?

2003-11-10 Thread List
#x27;re assuming that most of the time the connection is good, > so you don't need the extra ping. You only need it when the > connection is timed out. > Swings and roundabouts I guess. ping() is a pretty low overhead call as I understand it, so there's not much in it. Without c

Re: [Mailman-Developers] More on Mysql MemberAdaptor?

2003-11-10 Thread List
(Moved just onto the developers list, in case people are getting annoyed with the duplicate messages, and on the assumption we're all on it) On Mon, 10 Nov 2003 11:36:38 -0500 Barry Warsaw <[EMAIL PROTECTED]> wrote: > I'm trying to catch up on this thread, so apologies if th

[Mailman-Developers] Re: Mysql MemberAdaptor Load/Save/Lock/Unlock

2003-11-10 Thread List
Dale, et al, > I don't think I understand how you reconcile Mailman's load/save > transaction units with sql's transaction. > > There are places in mailman where a list is loaded and manipulated, > but not saved... > > ...does your code basically change

[Mailman-Developers] Mysql MemberAdaptor, v1.47. Bounce handling fixed?

2003-11-10 Thread List
/Security Contractor, via http://www.orenet.co.uk/ "Love is that condition in which the happiness of another person is essential to your own." R. Heinlein, Stranger in a Strange Land, 1961. ___ Mailman-Developers mailing list [EMAIL PROTECTED]

Re: [Mailman-Developers] Mysql MemberAdaptor, v1.38

2003-11-08 Thread List
gt; Regards, > > Cain > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Behalf Of Kyrian (List) Sent: Saturday, November 08, 2003 1:40 AM > To: [EMAIL PROTECTED] > Subject: [Mailman-Developers] Mysql MemberAdaptor, v1.27 >

Re: [Mailman-Developers] Mysql MemberAdaptor, v1.27

2003-11-08 Thread List
up before using it on his list this morning, but didn't, so I can only assume it's all been going okay so far, since he didn't complain at me about it not working... ;-) K. On Sat, 8 Nov 2003 04:29:20 +0800 "Yuan, Cain" <[EMAIL PROTECTED]> wrote: > Hi Kev, >

[Mailman-Developers] Mysql MemberAdaptor, v1.27

2003-11-07 Thread List
> Hi Kev, > I had a look at the patch and have some questions here: why you > establish a connection to MySQL and then close it in each > function? AFAIK this will put much presure on MySQL if there > are some people to subscribe/unscribe from the

Re: [Mailman-Developers] More on Mysql MemberAdaptor?

2003-11-07 Thread List
ch presure on MySQL if there > are some people to subscribe/unscribe from the list. Why not > just establish a ststic link to MySQL and then use it every time > you need to access the DB? > > Cain Gah! Just running a very big test of this thing, and it se

Re: [Mailman-Developers] More on Mysql MemberAdaptor?

2003-11-05 Thread List
ch presure on MySQL if there > are some people to subscribe/unscribe from the list. Why not > just establish a ststic link to MySQL and then use it every time > you need to access the DB? > Seemed like a good idea at the time ;*) But seriously, doing it that way

[Mailman-Developers] More on Mysql MemberAdaptor?

2003-11-04 Thread List
4 Nov 2003 15:27:45 + From: Kyrian (List) <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Mysql MemberAdaptor? Hi All, I'm presuming this is the appropriate list to post this to... If anyone cares, I've written a Mysql MemberAdaptor based on the OldStyleMemberships.py modu

[Mailman-Developers] Mysql MemberAdaptor?

2003-11-04 Thread List
Hi All, I'm presuming this is the appropriate list to post this to... If anyone cares, I've written a Mysql MemberAdaptor based on the OldStyleMemberships.py module, which seems to work ok. I've not done much large scale testing as yet, though. I've put it up at h

[Mailman-Developers] Unsubscribe link

2003-06-02 Thread Tentra List Support
steps. Is there a script for this already or should I look into creating one? Thank you, David Blomquist Principal, Tentra IT Solutions ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

[Mailman-Developers] Default link colors

2003-06-02 Thread Tentra List Support
ads 'alink' Changed to 'link' and default web links now change. Mailman version 2.1.2 David Blomquist Principal, Tentra IT Solutions www.tentra.com ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers