* String full names with subscribers addresses
@ 2006-12-07 11:39 Raymond den Ouden
2006-12-07 11:49 ` Mads Martin Joergensen
0 siblings, 1 reply; 2+ messages in thread
From: Raymond den Ouden @ 2006-12-07 11:39 UTC (permalink / raw)
To: mlmmj
Maybe this is a newbie question but I couldn't find anything on this
subject.
Since I use mlmmj for maintaining lists for a sports club only e-mail
addresses isn't very useful for me.
People can't subscribe since they are closed lists and people don't even
know how to unsubscribe sinse I removed all the help messages, due to
the fact they don't need to see it. And besides that I can't rely on
them to unsubscribe. For example if someone leaves the board they
shoulnd't recieve mails directed to the board.
Now I have to maintain 2 lists, 1 with the names and addresses and the
list itself.
Is there a way to store the names with the addresses within the list?
If not are there plans to do so or is it something that doesn't fit in
the design or ideas of the developers?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: String full names with subscribers addresses
2006-12-07 11:39 String full names with subscribers addresses Raymond den Ouden
@ 2006-12-07 11:49 ` Mads Martin Joergensen
0 siblings, 0 replies; 2+ messages in thread
From: Mads Martin Joergensen @ 2006-12-07 11:49 UTC (permalink / raw)
To: mlmmj
* Raymond den Ouden <raymond@den-ouden.info> [Dec 07. 2006 12:39]:
> Maybe this is a newbie question but I couldn't find anything on this
> subject.
>
> Since I use mlmmj for maintaining lists for a sports club only e-mail
> addresses isn't very useful for me.
>
> People can't subscribe since they are closed lists and people don't even
> know how to unsubscribe sinse I removed all the help messages, due to
> the fact they don't need to see it. And besides that I can't rely on
> them to unsubscribe. For example if someone leaves the board they
> shoulnd't recieve mails directed to the board.
>
> Now I have to maintain 2 lists, 1 with the names and addresses and the
> list itself.
>
> Is there a way to store the names with the addresses within the list?
> If not are there plans to do so or is it something that doesn't fit in
> the design or ideas of the developers?
This is not possible right now, you would need to store that outside
mlmmj.
What you could do however, is just maintain one list, and with a script
dump the addresses into subscribers.d/ directory.
It doesn't matter what files are called, and how many of them there are
in subscribers.d/. Any file with emailaddresses will be considered a
subscribers file. And since you don't let people subscribe manually, you
control it.
$ extract-addresses.pl my-names.txt > LISTDIR/subscribers.d/mysubs
--
Mads Martin Joergensen, http://mmj.dk
"Why make things difficult, when it is possible to make them cryptic
and totally illogical, with just a little bit more effort?"
-- A. P. J.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-07 11:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-07 11:39 String full names with subscribers addresses Raymond den Ouden
2006-12-07 11:49 ` Mads Martin Joergensen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.