[Mailman-Developers] MM3 - Using fqdn in the exposed URLs

Richard Wackerbarth richard at NFSNet.org
Tue Jun 12 17:19:07 CEST 2012


Perhaps you should consider a different strategy that does not couple so tightly the SQL schema with the parameters.

Rather that having an object which tries to keep everything directly on the object, place many of those values in a dictionary and do (key, value) lookups on the dictionary rather expecting the key to be a property of the object itself.

That way, additional values can be associated with the object without changing the underlying database schema.

Richard


On Jun 12, 2012, at 9:58 AM, Barry Warsaw wrote:

> On Jun 12, 2012, at 08:01 AM, Richard Wackerbarth wrote:
> 
>> Core will need to be provided a dictionary of items related to the
>> configuration of the list infrastructure.  The URL for subscriber account
>> maintenance is one of those items.  However, the contents of that field, or
>> any of the others, and how they are derived, is outside the scope of "core".
>> To core, these are just configuration constants.
> 
> It does, and it's not difficult to add new variables, except for the nightmare
> (currently ongoing) of migrating the SQLite schema.



More information about the Mailman-Developers mailing list