RE: new mail list implementation (partial)

2005-06-08 Thread Daniel Perry
> Cool, > > That will be another source of information that will be extremely helpful. > > One of the design ideas I had was to use the "Chain of Responsiblity" > pattern which will allow functionality to be added in stages and make it > easy to configure. Adding new features could them be done qu

Re: new mail list implementation (partial)

2005-06-07 Thread Chad Akins
Daniel Perry wrote: I mentioned a while ago that I had started work on a new mailing list system. Anyway, it's basically a (messy) refactoring of the CommandListServ, to allow multiple dynamically-configured lists. It uses a helper class to manage users, lists, etc, so it can be modified to us

new mail list implementation (partial)

2005-06-07 Thread Daniel Perry
I mentioned a while ago that I had started work on a new mailing list system. Anyway, it's basically a (messy) refactoring of the CommandListServ, to allow multiple dynamically-configured lists. It uses a helper class to manage users, lists, etc, so it can be modified to use any data source witho