Redmond Militante wrote:
>
>Is there a way to edit a malformed subscriber email address?  The admin for 
>one of our lists added members through the web interface using a cut and paste 
>method.  As a result, a couple of addresses are malformed, in that there are 
>extraneous characters.  Is there a way to edit the email addresses without 
>having to delete the member and have them rejoin the mailing list?

The list admin can delete the member and then resubscribe the member
from the admin mass subscribe interface, or the list admin can go to
the existing user's options page by clicking the email address in the
admin membership list and change the address via the options page, but
this requires the user to respond to a confirmation sent to the new
address.

If you wan't to actually change the address and not do the delete and
mass subscribe as above, and you want to avoid the user confirmation,
you would need to call the ApprovedChangeMemberAddress() method
directly using bin/withlist. E.g.,

bin/withlist -l listname
(response)
>>> m.ApprovedChangeMemberAddress('bad_address', 'good_address')
>>> m.Save()
>>>

('>>> ' is the Python prompt. The last prompt is answered with
control-D.)

-- 
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://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to