[Mailman-Users] adding my own bit to the "unsubscribe" command

Brad Barnett bb at L8R.net
Thu Oct 24 20:52:27 CEST 2002


I thought of something along this line about a 1/2 hour ago, but I was
going to use the find_member script.  It's probably more efficient to use
your method though, dump it into a perl array, and compare an output from
my database query that way.

Thanks!

On 24 Oct 2002 14:49:36 -0400
Jon Carnes <jonc at nc.rr.com> wrote:

> Modifying mailman is no big deal, but you could simply run a cron job
> every hour that compares the current members (~mailman/bin/list_members)
> to a stored list.  If the stored list is different, then execute a
> command using the diff and restore the modified list.
> 
> Good Luck!
> 
> On Thu, 2002-10-24 at 13:27, Brad Barnett wrote:
> > 
> > 
> > Hello all,
> > 
> > Would anyone have a good suggestion on how get a bit of code executed
> > every time someone unsubscribes from a list?  I want the code to
> > execute if the user uses the web interface or the -request email
> > address for the list.
> > 
> > Is there such a way to do this without having to modify mailman
> > itself?
> > 
> > ------------------------------------------------------
> > Mailman-Users mailing list
> > Mailman-Users at python.org
> > http://mail.python.org/mailman/listinfo/mailman-users
> > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
> > Searchable Archives:
> > http://www.mail-archive.com/mailman-users%40python.org/
> 
> 
> 
> ------------------------------------------------------
> Mailman-Users mailing list
> Mailman-Users at python.org
> http://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
> Searchable Archives:
> http://www.mail-archive.com/mailman-users%40python.org/




More information about the Mailman-Users mailing list