All of lore.kernel.org
 help / color / mirror / Atom feed
* Feature Request: Subscriber Lists
@ 2005-04-11 16:32 Mike Grice
  2005-04-11 17:50 ` Vegard Svanberg
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Mike Grice @ 2005-04-11 16:32 UTC (permalink / raw)
  To: mlmmj

Hey all,

It would be really cool if the list owner could send an email to:

listname+list@my.domain.tld

... to get a list of current subscribers.  Does anyone think this is
worth implementing?

Cheers
Mike
-- 
Sticking feathers up your butt does not make you a chicken.



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

* Re: Feature Request: Subscriber Lists
  2005-04-11 16:32 Feature Request: Subscriber Lists Mike Grice
@ 2005-04-11 17:50 ` Vegard Svanberg
  2005-04-11 18:14 ` Jakob Hirsch
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Vegard Svanberg @ 2005-04-11 17:50 UTC (permalink / raw)
  To: mlmmj

* Mike Grice <incubus@ice-breaker.net> [2005-04-11 18:31]:

> It would be really cool if the list owner could send an email to:
> 
> listname+list@my.domain.tld

I've also had customers asking for that. Another cool thing would be if
the list owner could do some sort of simple list management by email,
for instance (un)subscribing people. That feature could optionally
support batch too, so that the admin could hammer down an email like:

subscribe john@doe.invalid
unsubscribe john@foo.invalid
subscribe donna@boo.invalid
subscribe ralph@foobar.invalid

Adding a few such features would totally eliminate the need for a web
interface and still allow the admin full control of his mailing list
without actually needing prompt access to the machine running mlmmj.

-- 
Vegard Svanberg <vegard@svanberg.no> [*Takapa@IRC (EFnet)]


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

* Re: Feature Request: Subscriber Lists
  2005-04-11 16:32 Feature Request: Subscriber Lists Mike Grice
  2005-04-11 17:50 ` Vegard Svanberg
@ 2005-04-11 18:14 ` Jakob Hirsch
  2005-04-11 20:51 ` Mike Grice
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Jakob Hirsch @ 2005-04-11 18:14 UTC (permalink / raw)
  To: mlmmj

Vegard Svanberg wrote:

>>It would be really cool if the list owner could send an email to:
>>listname+list@my.domain.tld
> I've also had customers asking for that. Another cool thing would be if
> the list owner could do some sort of simple list management by email,

should be not too hard to implement, but it has to be password- or
challange/response-protected.

it sounds nice, but are there really so many who want to use this? I
thought there are mainly the two extremes shell access and web interface.



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

* Re: Feature Request: Subscriber Lists
  2005-04-11 16:32 Feature Request: Subscriber Lists Mike Grice
  2005-04-11 17:50 ` Vegard Svanberg
  2005-04-11 18:14 ` Jakob Hirsch
@ 2005-04-11 20:51 ` Mike Grice
  2005-04-12 18:37 ` Jakob Hirsch
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Mike Grice @ 2005-04-11 20:51 UTC (permalink / raw)
  To: mlmmj

On Mon, 2005-04-11 at 20:14 +0200, Jakob Hirsch wrote:
> Vegard Svanberg wrote:
> 
> >>It would be really cool if the list owner could send an email to:
> >>listname+list@my.domain.tld
> > I've also had customers asking for that. Another cool thing would be if
> > the list owner could do some sort of simple list management by email,
> 
> should be not too hard to implement, but it has to be password- or
> challange/response-protected.

The thing is, (IIRC) ezmlm lets you do this.  You don't need to password
it because it's only allowed to be requested by the owner, and the reply
goes back to the configured owner address.

> it sounds nice, but are there really so many who want to use this? I
> thought there are mainly the two extremes shell access and web interface.

Nope, there are some people accustomed to the ezmlm
listname-list@my.domain.tld - and it's getting rid of ezmlm that I'm
trying to do.

I could write a wrapper around ezmlm-list, but to be honest, if the
functionality is there why not integrate it?  It's another nail in the
coffin of ezmlm, for a start.

Mike
-- 
'Cause all we got is rhythm and timin' ...


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

* Re: Feature Request: Subscriber Lists
  2005-04-11 16:32 Feature Request: Subscriber Lists Mike Grice
                   ` (2 preceding siblings ...)
  2005-04-11 20:51 ` Mike Grice
@ 2005-04-12 18:37 ` Jakob Hirsch
  2005-04-12 21:27 ` Christian Laursen
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Jakob Hirsch @ 2005-04-12 18:37 UTC (permalink / raw)
  To: mlmmj

Mike Grice wrote:

>>should be not too hard to implement, but it has to be password- or
>>challange/response-protected.
> The thing is, (IIRC) ezmlm lets you do this.  You don't need to password
> it because it's only allowed to be requested by the owner, and the reply
> goes back to the configured owner address.

And how is the owner identified?

I like the idea, as long as it's protected properly.

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

* Re: Feature Request: Subscriber Lists
  2005-04-11 16:32 Feature Request: Subscriber Lists Mike Grice
                   ` (3 preceding siblings ...)
  2005-04-12 18:37 ` Jakob Hirsch
@ 2005-04-12 21:27 ` Christian Laursen
  2005-04-12 22:40 ` Jakob Hirsch
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Christian Laursen @ 2005-04-12 21:27 UTC (permalink / raw)
  To: mlmmj

Jakob Hirsch <jh@plonk.de> writes:

> Mike Grice wrote:
> 
> >>should be not too hard to implement, but it has to be password- or
> >>challange/response-protected.
> > The thing is, (IIRC) ezmlm lets you do this.  You don't need to password
> > it because it's only allowed to be requested by the owner, and the reply
> > goes back to the configured owner address.
> 
> And how is the owner identified?

By LISTDIR/control/owner.

-- 
Christian Laursen

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

* Re: Feature Request: Subscriber Lists
  2005-04-11 16:32 Feature Request: Subscriber Lists Mike Grice
                   ` (4 preceding siblings ...)
  2005-04-12 21:27 ` Christian Laursen
@ 2005-04-12 22:40 ` Jakob Hirsch
  2005-04-12 22:55 ` Christian Laursen
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Jakob Hirsch @ 2005-04-12 22:40 UTC (permalink / raw)
  To: mlmmj

Christian Laursen wrote:

>>And how is the owner identified?
> By LISTDIR/control/owner.

So everybody abusing the list owner's address will be obeyed?
You must be kidding...


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

* Re: Feature Request: Subscriber Lists
  2005-04-11 16:32 Feature Request: Subscriber Lists Mike Grice
                   ` (5 preceding siblings ...)
  2005-04-12 22:40 ` Jakob Hirsch
@ 2005-04-12 22:55 ` Christian Laursen
  2005-04-12 23:15 ` Jakob Hirsch
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Christian Laursen @ 2005-04-12 22:55 UTC (permalink / raw)
  To: mlmmj

Jakob Hirsch <jh@plonk.de> writes:

> Christian Laursen wrote:
> 
> >>And how is the owner identified?
> > By LISTDIR/control/owner.
> 
> So everybody abusing the list owner's address will be obeyed?
> You must be kidding...

So the bad guys can send the subscriber list to the owner.

If they want to annoy the owner by sending him mails, they can
do so anyway, so it doesn't really make a big difference.

-- 
Christian Laursen

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

* Re: Feature Request: Subscriber Lists
  2005-04-11 16:32 Feature Request: Subscriber Lists Mike Grice
                   ` (6 preceding siblings ...)
  2005-04-12 22:55 ` Christian Laursen
@ 2005-04-12 23:15 ` Jakob Hirsch
  2005-04-13  3:23 ` Christopher Mahmood
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Jakob Hirsch @ 2005-04-12 23:15 UTC (permalink / raw)
  To: mlmmj

Christian Laursen wrote:

> So the bad guys can send the subscriber list to the owner.

The talk was also about list management.
list is harmless, obviously (unless you have a really large list).

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

* Re: Feature Request: Subscriber Lists
  2005-04-11 16:32 Feature Request: Subscriber Lists Mike Grice
                   ` (7 preceding siblings ...)
  2005-04-12 23:15 ` Jakob Hirsch
@ 2005-04-13  3:23 ` Christopher Mahmood
  2005-04-13  8:01 ` Mike Grice
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Christopher Mahmood @ 2005-04-13  3:23 UTC (permalink / raw)
  To: mlmmj

* Jakob Hirsch (jh@plonk.de) [050412 16:15]:
> Christian Laursen wrote:
> 
> >So the bad guys can send the subscriber list to the owner.
> 
> The talk was also about list management.
> list is harmless, obviously (unless you have a really large list).

The worst a bad guy can do is generate confirmation requests that
are sent to the owner (or moderator in the case of ezmlm+idx).
Unless they can actually read the mail that is sent and get the
authentication cookie in the reply-to address there's nothing they
can do.

This kind of sums it up for ezmlm+idx:
http://www.dk.ezmlm.org/faq/FAQ-4.html#ss4.17
http://www.dk.ezmlm.org/faq/FAQ-4.html#ss4.14

-- 

-ckm

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

* Re: Feature Request: Subscriber Lists
  2005-04-11 16:32 Feature Request: Subscriber Lists Mike Grice
                   ` (8 preceding siblings ...)
  2005-04-13  3:23 ` Christopher Mahmood
@ 2005-04-13  8:01 ` Mike Grice
  2005-04-16 16:24 ` Mike Grice
  2005-04-26  9:32 ` Mads Martin Joergensen
  11 siblings, 0 replies; 13+ messages in thread
From: Mike Grice @ 2005-04-13  8:01 UTC (permalink / raw)
  To: mlmmj

On Tue, 2005-04-12 at 20:23 -0700, Christopher Mahmood wrote:
> * Jakob Hirsch (jh@plonk.de) [050412 16:15]:
> > Christian Laursen wrote:
> > 
> > >So the bad guys can send the subscriber list to the owner.
> > 
> > The talk was also about list management.
> > list is harmless, obviously (unless you have a really large list).
> 
> The worst a bad guy can do is generate confirmation requests that
> are sent to the owner (or moderator in the case of ezmlm+idx).
> Unless they can actually read the mail that is sent and get the
> authentication cookie in the reply-to address there's nothing they
> can do.
> 
> This kind of sums it up for ezmlm+idx:
> http://www.dk.ezmlm.org/faq/FAQ-4.html#ss4.17
> http://www.dk.ezmlm.org/faq/FAQ-4.html#ss4.14

In regards to the $listname+list command, this is exactly what I meant.
In summary, the list-owner has control of the destination address for
the list command, so there are no problems.  Even doing it in a
spam-style way is moot as the list owner can always be contacted at the
$listname-owner (in ezmlm) way anyway.

My main reason for requesting this feature is that I'm moving an ISP
over from ezmlm to mlmmj (hopefully!).  This is just pretty much the
remaining feature that if I can get, customers don't get any loss in
functionality.

I was hoping it wouldn't be a 'biggie' to implement as the functionality
is already available via the mlmmj-list command.

It's probably possible to code up some kind of wrapper, but given how
elegant mlmmj is anyway, it would be really nice to have.

Mike

-- 
Sticking feathers up your butt does not make you a chicken.



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

* Re: Feature Request: Subscriber Lists
  2005-04-11 16:32 Feature Request: Subscriber Lists Mike Grice
                   ` (9 preceding siblings ...)
  2005-04-13  8:01 ` Mike Grice
@ 2005-04-16 16:24 ` Mike Grice
  2005-04-26  9:32 ` Mads Martin Joergensen
  11 siblings, 0 replies; 13+ messages in thread
From: Mike Grice @ 2005-04-16 16:24 UTC (permalink / raw)
  To: mlmmj

On Tue, 2005-04-12 at 20:23 -0700, Christopher Mahmood wrote:
> * Jakob Hirsch (jh@plonk.de) [050412 16:15]:
> > Christian Laursen wrote:
> > 
> > >So the bad guys can send the subscriber list to the owner.
> > 
> > The talk was also about list management.
> > list is harmless, obviously (unless you have a really large list).
> 
> The worst a bad guy can do is generate confirmation requests that
> are sent to the owner (or moderator in the case of ezmlm+idx).
> Unless they can actually read the mail that is sent and get the
> authentication cookie in the reply-to address there's nothing they
> can do.
> 
> This kind of sums it up for ezmlm+idx:
> http://www.dk.ezmlm.org/faq/FAQ-4.html#ss4.17
> http://www.dk.ezmlm.org/faq/FAQ-4.html#ss4.14

So can listname+list be added to the wishlist for features please?  It's
all thats stopping me ditching ezmlm entirely. :)

Cheers
Mike

-- 
Sticking feathers up your butt does not make you a chicken.



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

* Re: Feature Request: Subscriber Lists
  2005-04-11 16:32 Feature Request: Subscriber Lists Mike Grice
                   ` (10 preceding siblings ...)
  2005-04-16 16:24 ` Mike Grice
@ 2005-04-26  9:32 ` Mads Martin Joergensen
  11 siblings, 0 replies; 13+ messages in thread
From: Mads Martin Joergensen @ 2005-04-26  9:32 UTC (permalink / raw)
  To: mlmmj

* Mike Grice <Mike@MikeGrice.com> [Apr 16. 2005 18:24]:
> > This kind of sums it up for ezmlm+idx:
> > http://www.dk.ezmlm.org/faq/FAQ-4.html#ss4.17
> > http://www.dk.ezmlm.org/faq/FAQ-4.html#ss4.14
> 
> So can listname+list be added to the wishlist for features please?  It's
> all thats stopping me ditching ezmlm entirely. :)

I've just finished implementing listname+list, and is about to start
testing. When I feel confident about it, 1.2.5 is on it's way out.

Sorry for the delay, but work have been taking quite some time lately.

-- 
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] 13+ messages in thread

end of thread, other threads:[~2005-04-26  9:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-11 16:32 Feature Request: Subscriber Lists Mike Grice
2005-04-11 17:50 ` Vegard Svanberg
2005-04-11 18:14 ` Jakob Hirsch
2005-04-11 20:51 ` Mike Grice
2005-04-12 18:37 ` Jakob Hirsch
2005-04-12 21:27 ` Christian Laursen
2005-04-12 22:40 ` Jakob Hirsch
2005-04-12 22:55 ` Christian Laursen
2005-04-12 23:15 ` Jakob Hirsch
2005-04-13  3:23 ` Christopher Mahmood
2005-04-13  8:01 ` Mike Grice
2005-04-16 16:24 ` Mike Grice
2005-04-26  9:32 ` 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.