add_members command

Bug #266756 reported by Roxik
2
Affects Status Importance Assigned to Milestone
GNU Mailman
Won't Fix
Medium
Unassigned

Bug Description

Hi

I use debian version of mailman (2.1.4).

The remove_members command had these args:
    remove_members [options] [listname] [addr1 ...]

but add_memebrs:
    add_members [options] listname

I use my own write program to subscribe/unsubscribe
posters. Unsubscribe is very easy:
remove_members mylist <email address hidden>

but I have some trouble with subscribe users.
Is a possible write [addr1 ...] to add_members??
Then subscribe is so easy:
add_members mylist <email address hidden>

--
I greet
Wieslaw

[http://sourceforge.net/tracker/index.php?func=detail&aid=992896&group_id=103&atid=350103]

Revision history for this message
Mark Sapiro (msapiro) wrote :

You could make bin/my_add_members containing

#!/bin/sh
cd /path/to/mailman/bin
echo $2 | add_members -r - $1

and then do

my_add_members mylist <email address hidden>

Changed in mailman:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.