* Janice Leong ([EMAIL PROTECTED]) wrote:
> I currently have several email addresses listed in the admin site that have
> single quotes around them.  I would like to unsubscribe these members and
> subscribe them again using correct email addresses.  Yet when I go to
> unsubscribe them, I get an "Error unsubscribing" message showing all the
> members from that page with "Not subscribed" written next to them.  If I try
> to simply subscribe them using the proper email addresses, I get a
> "Successfully subscribed" message initially, but when I log out and go back
> into admin, their names are not there.  Any reason why this would be and how
> I can resolve this problem?
> Janice Leong, Web Production Manager

Per a post just recently by Tokio Kikuchi, he said to try the withlist
command.  Thou his solution fixed comma's in the address.  So using his
technique...

% python -i bin/withlist mylist
 >>> m.Lock()
 >>> del m.members['\'user\'@mailinglist.com']
 >>> m.Save()
 >>> ^D



Maybe...?  I'm no python programmer.

--
Matthew Davis
http://dogpound.vnet.net/

Silence is more eloquent at times than words.

------------------------------------------------------
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/

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to