Grant Taylor wrote:
>
>I was referring to the ""packing of information that could possibly be 
>used by both the command line (bin/add_members) and the web interface. 
>I figured it would be trivial to extend one tool, but would the 
>extension carry over to another tool.


Good point. Unfortunately, the current implementation doesn't lend
itself to that. While each tool (admin mass subscribe, bin/add_members
and bin/sync_members) that does bulk adds currently uses a common
function to parse the input into name and address, that function is
part of the Python email library and would have to be replaced by some
other, possibly Mailman specific, function to handle the password.
Further, the parsing and resultant passing of the parsed values is
done in the tool, not in the underlying method which adds the member,
so each tool would have to be modified individually anyway.

Of course, it this were to be done, there should be a common syntax for
optionally adding the password information.

-- 
Mark Sapiro <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to