MLMMJ Mailing List Manager
 help / color / mirror / Atom feed
* Implementing real names
@ 2010-01-26 12:47 Ben Schmidt
  2010-01-26 13:19 ` Devin Ceartas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ben Schmidt @ 2010-01-26 12:47 UTC (permalink / raw)
  To: mlmmj

Hi,

I'd like to test the water regarding this one.

A feature that I would find useful is having a membership list that includes real 
names. Likewise, it would be helpful having real names included in subscription 
and unsubscription notification emails (and subscription moderation emails) and 
possibly post moderation emails, too. This should initially come from the From: 
header of mail sent to +subscribe addresses, but should be able to be changed by 
the list owner as desired, also.

Particularly given our conservative maintainer :-) and that this could be a fair 
amount of work, and have some implementation subtleties, I think this is worth a 
bit of discussion before I dive in and try anything.

So, I'm wondering what people think of this, and how it might be implemented.

The information could be stored in subscribers.d, etc. files, but I think this is 
probably a bad idea, as all the code that uses those files would need to be 
changed to parse them.

Perhaps it would make sense to have a realnames.d? Files under that directory 
could contain email address and realname separated on a line by a tab. Searches 
similar to the search that's done for a subscriber-only list could then be done to 
look up the real name for any subscriber. The membership list could be constructed 
by carefully traversing both subscribers.d and realnames.d in step. Lookups of 
real names and the membership list could become a bit more expensive, but posting 
messages would be unaffected, and not so much code would need changing (and 
testing, etc.).

Another possibility would be to keep the data in some kind of simple database file 
that facilitated quick lookup and update. This seems a bit out-of-style with how 
mlmmj works, though.

Thoughs?

Ben.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-02-18 22:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-26 12:47 Implementing real names Ben Schmidt
2010-01-26 13:19 ` Devin Ceartas
2010-02-18 17:03 ` Morten Shearman Kirkegaard
2010-02-18 22:24 ` Ben Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox