Re: Add Suscribers
Mark Alan <
varia@...>
2012-01-18 09:26:24 GMT
On Tue, 17 Jan 2012 13:47:39 -0700, "Cody Moreshead"
<cody@...> wrote:
> Please can someone help. I may be using mimmj in the near future and
> have some questions. I need to be able to subscribe/unsubscribe users
> via email.
A year ago I asked, in this mailing list, for the equivalent command to
what was being done by ezmlm (which was the main inspiration for the
mlmmj project). Which goes more or less like this:
1) An authorized sender (i.e. an email sent from an email address listed
in the subscription moderators file) would send an email to an
address like:
To: some_list+subscribe-john.doe=example.com@...
2) And that would be the same as executing, at the <at> domain.tld mailing
list server console, this command:
/usr/bin/mlmmj-sub -L /var/spool/mlmmj/some_list -a
some.user@...
3) The subscription moderator(s) would then receive the usual
subscription aproval email:
===============================================
From: some_list-owner@...
To: some_list-moderators@...
Reply-To: some_list+moderate-subscribe2d381ca04db6edd3@...
Hi, this is the mlmmj mailer managing the mailinglist
some_list@...
There is a subscription request from
some.user@...
waiting. To approve this request, please send a reply to
some_list+moderate-subscribe2d381ca04db6edd3@...
Your mailer probably automatically replies to this address, when you hit
the reply button. If you don't want to approve the request, simply
ignore this message.
The following subscription moderators have received this mail:
some.admin1@...
some.admin2@...
===============================================
At that time nobody was able to tell me how to do it.
At that time it seemed that the current developer(s) tend to
favor a much insecure way of mailing list administration (at least
for internet sitting servers), namely, some king of rudimentary
script to support a web interface.
M.