Re: [Sqlalchemy-users] SQLAlchemy with Mailman

2006-07-10 Thread Michael Bayer
On Jul 8, 2006, at 3:36 PM, Barry Warsaw wrote: > > Maybe a buglet in the _parse_rfc1738_args() regexp? If you change > the first character set from [^:]* to [^:/]* it works: this fix seems to work fine, have committed it in rev 1696.

Re: [Sqlalchemy-users] SQLAlchemy with Mailman

2006-07-08 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 5, 2006, at 3:08 PM, Michael Bayer wrote: Michael, thanks for the response. Just a quick follow up on one issue, since I'm still thinking about the others. > On Jul 5, 2006, at 12:59 PM, Barry Warsaw wrote: > >> >> /usr/local/mailman/lists/

Re: [Sqlalchemy-users] SQLAlchemy with Mailman

2006-07-05 Thread Michael Bayer
On Jul 5, 2006, at 12:59 PM, Barry Warsaw wrote: > > /usr/local/mailman/lists/[EMAIL PROTECTED]/members.db > > so my url is: > > sqlite:usr/local/mailman/lists/[EMAIL PROTECTED]/members.db > > (note the 4 slashes -- I've read some of this list's archives) > > However, the members.db always en

[Sqlalchemy-users] SQLAlchemy with Mailman

2006-07-05 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I've just started looking at SQLAlchemy for use with GNU Mailman 2.2 (currently under development). I'm starting with trying to implement the MemberAdaptor API using a SQLAlchemy backend, and while initially it has seemed fairly simple,