[Mailman-Users] Delete a message from the list archive

2020-11-02 Thread Christian F Buser via Mailman-Users
Hello In a Mailman mailing list (which runs in a cPanel installation), a user sent a message which was not really for the list. Of course, all "normal" recipients already have this message in their mailboxes. There is nothing I could do there. But is it possible to delete this single messag

[Mailman-Users] delete a message out of a pending digest?

2020-09-18 Thread Bryan Teague
Hello, I was contacted by the member of one of my mailing lists asking if it was possible to delete a message before it was sent out in a digest. I searched, but did not find anything to indicate this was possible. Is it possible? and if so, where can I find the documentation on this proc

Re: [Mailman-Users] Delete list while leaving archives available?

2019-12-12 Thread Mark Sapiro
On 12/12/19 11:21 AM, Kevin Bowen wrote: > Hello, > Is there any way to delete a list (mailman 2.1.9) but leave its archives > available? I know that rmlist by default doesn't delete list archives, but > with the list no longer in existence, they're no longer viewable via the > web interface. Is th

[Mailman-Users] Delete list while leaving archives available?

2019-12-12 Thread Kevin Bowen
Hello, Is there any way to delete a list (mailman 2.1.9) but leave its archives available? I know that rmlist by default doesn't delete list archives, but with the list no longer in existence, they're no longer viewable via the web interface. Is there perhaps a way to just disable a list without de

Re: [Mailman-Users] Delete Archive

2015-11-09 Thread Mark Sapiro
On 11/9/15 7:30 AM, am wrote: > I posted a similar q on 6th but did not see the post nor any responses. > (I may be still in the newbie doghouse :-) ...) Your post was received. it is answered at . -- Mark Sapiro

[Mailman-Users] Delete Archive

2015-11-09 Thread am via Mailman-Users
I posted a similar q on 6th but did not see the post nor any responses. (I may be still in the newbie doghouse :-) ...) My question: Is there a way to reset the archive, or delete / restart it? Mailman 2.1.20 Thank you - C-L -- Mailman-Users m

Re: [Mailman-Users] Delete archive?

2015-11-06 Thread Mark Sapiro
On 11/06/2015 06:50 AM, am via Mailman-Users wrote: > Is there a way to wipe out an archive and restart it from scratch? To delete the archive completely including the cumulative mbox file, do echo > /path/to/mailman/archives/private/LISTNAME.mbox/LISTNAME.mbox /path/to/mailman/bin/arch --wipe L

[Mailman-Users] Delete archive?

2015-11-06 Thread am via Mailman-Users
Is there a way to wipe out an archive and restart it from scratch? Mailman v2.1.20 C-L -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Securit

Re: [Mailman-Users] Delete all members with nomail[B]

2012-11-04 Thread Mark Sapiro
On 11/4/2012 6:22 PM, Josh Berkus wrote: > >> However, if it was non-zero at >> the time of the first recorded bounce, that is the value that was >> saved for that user at that time and subsequent changes to >> bounce_you_are_disabled_warnings have no effect for that user. > > Ok, that's probably

Re: [Mailman-Users] Delete all members with nomail[B]

2012-11-04 Thread Josh Berkus
Mark, > That depends. If bounce_you_are_disabled_warnings was set to zero at > the time of the user's first bounce, then the user should have been > removed when her bounce score reached bounce_score_threshold rather > than setting her delivery nomail[B]. However, if it was non-zero at > the time

Re: [Mailman-Users] Delete all members with nomail[B]

2012-11-04 Thread Mark Sapiro
Josh Berkus quoted me and wrote: > >> If Mailman's cron/disabled script is being run daily by cron as it >> should be, a nomail[B] member will receive a total of N warnings at >> intervals of D days and then will be automatically removed. > >Hmmm. "N" is set to zero, so it seems like they should h

Re: [Mailman-Users] Delete all members with nomail[B]

2012-11-04 Thread Josh Berkus
Mark, > If Mailman's cron/disabled script is being run daily by cron as it > should be, a nomail[B] member will receive a total of N warnings at > intervals of D days and then will be automatically removed. Hmmm. "N" is set to zero, so it seems like they should have already been removed. No?

Re: [Mailman-Users] Delete all members with nomail[B]

2012-11-04 Thread Mark Sapiro
Josh Berkus wrote: > >I have a mailman list with 3200 members, about 900 of which are now >nomail[B] from bounces. I'd like to know how to purge all the nomail[B] >members from the list -- without spending an entire day doing it through >the GUI. If Mailman's cron/disabled script is being run da

[Mailman-Users] Delete all members with nomail[B]

2012-11-04 Thread Josh Berkus
Howdy, I have a mailman list with 3200 members, about 900 of which are now nomail[B] from bounces. I'd like to know how to purge all the nomail[B] members from the list -- without spending an entire day doing it through the GUI. -- Josh Berkus PostgreSQL Experts Inc. http://pgexperts.com -

Re: [Mailman-Users] Delete and re-create a list with same name

2010-01-04 Thread Mark Sapiro
Hung Phan wrote: > >We have a list which transfered over from a different platform and it >has multiple issues that we couldn't figure out. We thinking of delete >the list and re-create it with the same name. Will there be any issue >with re-create the list with the same name? Will bin/rmlist

[Mailman-Users] Delete and re-create a list with same name

2010-01-04 Thread Hung Phan
Hello, We have a list which transfered over from a different platform and it has multiple issues that we couldn't figure out. We thinking of delete the list and re-create it with the same name. Will there be any issue with re-create the list with the same name? Will bin/rmlist erases all

Re: [Mailman-Users] Delete messages

2008-09-25 Thread Mark Sapiro
nikos wrote: >Some of my clients send big emails to about 10 lists. >The result is to slow down Internet connection. >How can I delete the messages that left to be sent? >I delete them from mqueue but they come back. There are two steps in delivery. Delivery from Mailman to the MTA and delivery

[Mailman-Users] Delete messages

2008-09-25 Thread nikos
Hello list Some of my clients send big emails to about 10 lists. The result is to slow down Internet connection. How can I delete the messages that left to be sent? I delete them from mqueue but they come back. We set up mailman-2.1.9-5.3 in fedora v7. Thank you very much Nikos --

Re: [Mailman-Users] Delete a subscriber

2008-08-26 Thread Fil
Hello, > During " delete " a subscriber I want to perform an additional action on > my lists folder , which is delete the keys from the keyring for that > subscriber. check out the following methods: Mailman/MemberAdaptor.py:def removeMember(self, memberkey): Mailman/OldStyleMemberships.py:

Re: [Mailman-Users] Delete a subscriber

2008-08-26 Thread Mark Sapiro
Meenal Pant wrote: > >During " delete " a subscriber I want to perform an additional action on >my lists folder , which is delete the keys from the keyring for that >subscriber. > >I am trying to figure out all the scripts I need to modify to add this >feature to mailman. Also where is the source c

[Mailman-Users] Delete a subscriber

2008-08-26 Thread Meenal Pant
Hello all, I work on the SELS project (http://sels.ncsa.uiuc.edu) We store the GnuPG keyring of list members in the list folder (ex. /var/lib/mailman/list/testlist/SELS) During " delete " a subscriber I want to perform an additional action on my lists folder , which is delete the keys from the ke

Re: [Mailman-Users] Delete message in large mbox

2008-02-25 Thread Brad Knowles
On 2/25/08, Odieresis [Gmail] wrote: > I didn't do any changes yet, I was working on other projects. > Vim is a new utility for me, but there's a useful guide I can use to do > what I need for now. Your example makes me think I have to worry about > the future growth of the mailbox and how to

Re: [Mailman-Users] Delete message in large mbox

2008-02-25 Thread Stephen J. Turnbull
Odieresis [Gmail] writes: > Do you think there is an easier way to do these cleanings? A sort of > webmail interface? Maybe this could be done in the long run, but the problem is finding a given message in the large mailbox. This can't be done effectively over the web. If you have shell acce

Re: [Mailman-Users] Delete message in large mbox

2008-02-25 Thread Odieresis [Gmail]
Barry Finkel ha scritto: >> I ended up using head, tail, grep, and a few other Unix utilities >> to find the wanted mail and extract it into a new mbox file. >> It would have been easier to use vi or vim, but the file was too large. I didn't do any changes yet, I was working on other projects. Vi

Re: [Mailman-Users] Delete message in large mbox

2008-02-25 Thread Barry Finkel
> I tried to use vim, but it's a too long file to manage (I don't know how > to do, too). I have not had as chance to read this entire thread from the weekend, so maybe what I have to say has already been said. I once had to processs a 1+Gb mbox file where there had been a mail loop, which caus

Re: [Mailman-Users] Delete message in large mbox

2008-02-25 Thread Odieresis [Gmail]
Brad Knowles ha scritto: > Vim should be able to handle it. If vim can't handle it, you may be > left with no other viable option. Again, you need to talk to your > provider. I'm trying to edit the .mbox with Vim, I hope to do any mistakes. Thank you for your detailed answers. --

Re: [Mailman-Users] Delete message in large mbox

2008-02-23 Thread Brad Knowles
On 2/23/08, Odieresis [Gmail] wrote: > I don't want to edit the html files and leave the message in the mailbox. Fair enough. > I tried to use vim, but it's a too long file to manage (I don't know how > to do, too). Vim should be able to handle it. If vim can't handle it, you may be left w

Re: [Mailman-Users] Delete message in large mbox

2008-02-23 Thread Brad Knowles
On 2/23/08, Mark Sapiro wrote: > You could try ed, ex, vi or vim, or you could just edit the individual > HTML message per the last section in the revised FAQ. My recollection is that ed, ex, and the original vi cannot handle arbitrarily long lines or binary content, and don't work well with

Re: [Mailman-Users] Delete message in large mbox

2008-02-23 Thread Brad Knowles
On 2/23/08, Odieresis [Gmail] wrote: > Now my question is how to handle a large mailbox file. Maybe it's a dumb > question, I can't open the file with mutt or emacs, I think these are > unavailable on my virtual server. You may need to talk to your service provider to find out what tools they

Re: [Mailman-Users] Delete message in large mbox

2008-02-23 Thread Brad Knowles
On 2/23/08, Odieresis [Gmail] wrote: > Now I have a large mbox of MB 200. That's not a large mbox. A large mbox is 2GB, especially on a system where the OS is not configured to support "large files", and 2GB is the largest file size it can handle. Oh, and the machine has only 2GB of RAM. >

Re: [Mailman-Users] Delete message in large mbox

2008-02-23 Thread Odieresis [Gmail]
Mark Sapiro ha scritto: > You could try ed, ex, vi or vim, or you could just edit the individual > HTML message per the last section in the revised FAQ I don't want to edit the html files and leave the message in the mailbox. I tried to use vim, but it's a too long file to manage (I don't know how

Re: [Mailman-Users] Delete message in large mbox

2008-02-23 Thread Mark Sapiro
Odieresis wrote: > >Thank you Mark, this is where I collected the informations about how to >delete the messages. >Now my question is how to handle a large mailbox file. Maybe it's a dumb >question, I can't open the file with mutt or emacs, I think these are >unavailable on my virtual server.

Re: [Mailman-Users] Delete message in large mbox

2008-02-23 Thread Odieresis [Gmail]
Mark Sapiro ha scritto: > If you haven't already done so, see > . > Even if you have seen this FAQ, see it again as I just revised it. > Thank you Mark, this is where I collected the informations about how to delete the mes

Re: [Mailman-Users] Delete message in large mbox

2008-02-23 Thread Mark Sapiro
Odieresis wrote: > >I need to delete a message from the archive. I read in some post I have >to open mbox file of the list and manually remove the message as in >source code. Then to rebuild the archive it's necessary to backup the >archive folder and leave it blank. > >Now I have a large mbox o

[Mailman-Users] Delete message in large mbox

2008-02-23 Thread Odieresis [Gmail]
Hi, I need to delete a message from the archive. I read in some post I have to open mbox file of the list and manually remove the message as in source code. Then to rebuild the archive it's necessary to backup the archive folder and leave it blank. Now I have a large mbox of MB 200. Can you te

Re: [Mailman-Users] delete moderator requests on the server?

2007-01-08 Thread Mark Sapiro
peter pilsl wrote: > >Is there a way to delete the moderator-requests with a command on the server >instead of going to the moderator-request-page for each list? See and

[Mailman-Users] delete moderator requests on the server?

2007-01-08 Thread peter pilsl
I run plenty of lists on my server and on many of them the moderator-requests are piling up over time. Mostly when there is a spam-flood or when I'm on vacation or cause the people that moderate the list dont do their job. Is there a way to delete the moderator-requests with a command on the s

Re: [Mailman-Users] Delete messages too big

2007-01-07 Thread Manuel Goepfert
Mark Sapiro wrote: >>I want to remove this message and directly erase the mail sent to the >>list without going to the admin page and delete myself the message. >> >>Is there a way to do so ? >Only by modifying Mailman/Handlers/Hold.py or creating a custom handler

Re: [Mailman-Users] Delete messages too big

2007-01-07 Thread Mark Sapiro
Manuel Goepfert wrote: > >The max since of messages is defined and I get the approbation e-mail >stating that the message is too big. >I want to remove this message and directly erase the mail sent to the list >without going to the admin page and delete myself the message. > >Is there a way to do s

[Mailman-Users] Delete messages too big

2007-01-07 Thread Manuel Goepfert
Hello, I'm currently trying to find a way to automatically delete messages that are oversized. The max since of messages is defined and I get the approbation e-mail stating that the message is too big. I want to remove this message and directly erase the mail sent to the list without going to the

Re: [Mailman-Users] delete or edit message in archives?

2006-08-03 Thread Brad Knowles
At 3:35 PM -0400 2006-08-03, Bill Howe wrote: > Is there a way to edit a portion of a message on the archive? a subscriber > accidently included some language she would like vedited out. See FAQ 3.3. -- Brad Knowles, <[EMAIL PROTECTED]> "Those who would give up essential Liberty, to purchase

Re: [Mailman-Users] delete or edit message in archives?

2006-08-03 Thread William Yardley
On Thu, Aug 03, 2006 at 03:35:48PM -0400, Bill Howe wrote: > Is there a way to edit a portion of a message on the archive? a subscriber > accidently included some language she would like vedited out. See http://www.gnu.org/software/mailman/faq.html "Q. I want to get rid of some messages in my a

[Mailman-Users] delete or edit message in archives?

2006-08-03 Thread Bill Howe
Is there a way to edit a portion of a message on the archive? a subscriber accidently included some language she would like vedited out. -- Bill Howe www.billhowe.org -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org

Re: [Mailman-Users] Delete List

2005-11-23 Thread Mark Sapiro
Jess Mooers wrote: >We have a client who no longer wants their list running. How do I delete the >list? I have tried searching archives and faq's but could not find it. bin/rmlist --help You can also allow owners to remove their own lists although in some environments this is not a good idea

[Mailman-Users] Delete List

2005-11-23 Thread Jess Mooers
We have a client who no longer wants their list running. How do I delete the list? I have tried searching archives and faq's but could not find it. Regards, Jess Mooers ~~~ Landmann InterActive 1423 S. Park St., Madison, WI 53715 W 608-257-1558 F 608-257-8705 ww

Re: [Mailman-Users] Delete a message

2004-11-10 Thread Mark Sapiro
Robert Haack wrote: >I didn't see this in the archives so I thought I would ask. A user sent > >a message to a list yesterday. Do to some problems which I haven't >figured out yet, I see nothing in the error logs, the message never got >sent. The user needed the message to go out so he used ou

[Mailman-Users] Delete a message

2004-11-10 Thread Robert Haack
I didn't see this in the archives so I thought I would ask. A user sent a message to a list yesterday. Do to some problems which I haven't figured out yet, I see nothing in the error logs, the message never got sent. The user needed the message to go out so he used our old list serv to do this

Re: [Mailman-Users] Delete message from list archive

2004-10-06 Thread Mark Sapiro
Bill Moseley wrote: >This has got to be a FAQ or a previous post but "delete" and "archive" >are not the best search terms... Actually, they both get the relevant article as does "remove"; they just get too many others as well. The article you want is 3.3. >Someone sent a message to the list th

[Mailman-Users] Delete message from list archive

2004-10-06 Thread Bill Moseley
This has got to be a FAQ or a previous post but "delete" and "archive" are not the best search terms... Someone sent a message to the list that they now want removed from the archive. I went in an manually edited the message from: private/.mbox private//2004-October.txt private//2004

Re: [Mailman-Users] Delete posting without shell access

2004-08-25 Thread Brad Knowles
At 11:45 AM -0700 2004-08-24, John W. Baxter wrote: I think there is little choice for the future but to make more of the bin/xxx capabilities, and archive management, available by means other than shell access. I don't think there's any question that Mailman is heading this direction. The

Re: [Mailman-Users] Delete posting without shell access

2004-08-25 Thread Allen Watson
On or near 8/24/04 11:45 AM, John W. Baxter at [EMAIL PROTECTED] observed: > I think there is little choice for the future but to make more of the > bin/xxx capabilities, and archive management, available by means other than > shell access. I'd vote strongly in favor of changes in that direction.

Re: [Mailman-Users] Delete posting without shell access

2004-08-24 Thread Jeff Barger
On Aug 24, 2004, at 2:37 PM, John W. Baxter wrote: On 8/24/2004 10:36, "Glenn Black" <[EMAIL PROTECTED]> wrote: I have read the posting about deleting postings and running the re-archive function. Unfortunately, I don't have shell access on my virtual hosted server for security reasons. Getting h

Re: [Mailman-Users] Delete posting without shell access

2004-08-24 Thread Jeff Barger
On Aug 24, 2004, at 2:45 PM, John W. Baxter wrote: I think there is little choice for the future but to make more of the bin/xxx capabilities, and archive management, available by means other than shell access. While I'm all for such additions I doubt you'll see anything like that soon. Maybe wit

Re: [Mailman-Users] Delete posting without shell access

2004-08-24 Thread John W. Baxter
On 8/24/2004 10:51, "Jeff Barger" <[EMAIL PROTECTED]> wrote: > > On Aug 24, 2004, at 1:36 PM, Glenn Black wrote: > >> I have read the posting about deleting postings and running the >> re-archive function. Unfortunately, I don't have shell access on my >> virtual hosted server for security reas

[Mailman-Users] Delete posting without shell access

2004-08-24 Thread Glenn Black
I have read the posting about deleting postings and running the re-archive function. Unfortunately, I don't have shell access on my virtual hosted server for security reasons. Getting host server personnel to do it is impossible ("we don't do that, you have to self manage."). Is there no oth

Re: [Mailman-Users] Delete posting without shell access

2004-08-24 Thread John W. Baxter
On 8/24/2004 10:36, "Glenn Black" <[EMAIL PROTECTED]> wrote: > I have read the posting about deleting postings and running the > re-archive function. Unfortunately, I don't have shell access on my > virtual hosted server for security reasons. Getting host server > personnel to do it is impossibl

Re: [Mailman-Users] Delete posting without shell access

2004-08-24 Thread Jeff Barger
On Aug 24, 2004, at 1:36 PM, Glenn Black wrote: I have read the posting about deleting postings and running the re-archive function. Unfortunately, I don't have shell access on my virtual hosted server for security reasons. Getting host server personnel to do it is impossible ("we don't do tha

Re: [Mailman-Users] delete pending mails from shell

2004-08-13 Thread Tom Lee
At 4:07 AM + 2004-08-13, Tom Lee wrote: I have thousands of pending spam emails in a list for mailman 2.0.x, is there a way to delete them from shell command instead GUI? I really don't want to check thousand times for "discard". There might be some old patches on SourceForge to do this ki

Re: [Mailman-Users] delete pending mails from shell

2004-08-13 Thread Brad Knowles
At 4:07 AM + 2004-08-13, Tom Lee wrote: I have thousands of pending spam emails in a list for mailman 2.0.x, is there a way to delete them from shell command instead GUI? I really don't want to check thousand times for "discard". There might be some old patches on SourceForge to do this kin

[Mailman-Users] delete pending mails from shell

2004-08-12 Thread Tom Lee
Hello, I have thousands of pending spam emails in a list for mailman 2.0.x, is there a way to delete them from shell command instead GUI? I really don't want to check thousand times for "discard". Also, is there a way that I can change the mailman settings, in the future, non registered users pos

Re: [Mailman-Users] Delete list archives

2004-05-07 Thread Detlef Neubauer
"Franco, Ruben" <[EMAIL PROTECTED]> writes: > What about the stuff in "$MAILMANHOME/archives/public/$LISTNAME"? All. Example: $MAILMANHOME is /home/mailman, $LISTNAME is foobar. Then delete all stuff in the directory /home/mailman/archives/public/foobar/ and /home/mailman/archives/public/fooba

RE: [Mailman-Users] Delete list archives

2004-05-06 Thread Franco, Ruben
What about the stuff in "$MAILMANHOME/archives/public/$LISTNAME"? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Detlef Neubauer Sent: Thursday, May 06, 2004 1:37 AM To: [EMAIL PROTECTED] Subject: Re: [Mailman-Users] Delete list archives &quo

Re: [Mailman-Users] Delete list archives

2004-05-06 Thread Detlef Neubauer
"Franco, Ruben" <[EMAIL PROTECTED]> writes: > I have a list admin that wishes to delete all archives for a > particluar list but the admin interface does not have such an > option. Can I simply delete the files found in the "archives" > sub-directory? No. But you can dele

[Mailman-Users] Delete list archives

2004-05-05 Thread Franco, Ruben
I have a list admin that wishes to delete all archives for a particluar list but the admin interface does not have such an option. Can I simply delete the files found in the "archives" sub-directory? -- Mailman-Users mailing list [EMA

Re: [Mailman-Users] delete list that have space

2003-03-18 Thread Detlef Neubauer
mr_zali <[EMAIL PROTECTED]> writes: > I create a list named free software. :-) > But how i want to delete the list. Using 'rmlist' command still > no effect. I'm using Mailman-2.0.12. Try rmlist "free software" or rmlist free\ software Mit freundlichen Gruessen Detlef Neubauer -- .oO GnuP

[Mailman-Users] delete list that have space

2003-03-17 Thread mr_zali
Hi, I create a list named free software. But how i want to delete the list. Using 'rmlist' command still no effect. I'm using Mailman-2.0.12. -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

Re: [Mailman-Users] Delete ALL Users Through the Web Interface?

2003-03-09 Thread Jon Carnes
In version 2.1 you can specify a text list of emails to delete. Unfortunately you can't download a list of current subscribers via the web-interface (but this is easily done from the command line). Good Luck - Jon Carnes On Sat, 2003-03-08 at 10:38, Jeremy Butler wrote: > Is it possible to delete

[Mailman-Users] Delete ALL Users Through the Web Interface?

2003-03-08 Thread Jeremy Butler
Is it possible to delete ALL users from a list using the Web interface? Can the "Mass Removals" be done with wildcards or the like? I've got a situation where once a year I need to completely purge a list and start over from scratch. I don't want to remove the list itself, just delete all the

Re: [Mailman-Users] Delete

2003-02-09 Thread Matthew Davis
* Tricia Maloney ([EMAIL PROTECTED]) wrote: > How does the administrator delete a list? # bin/rmlist Remove the components of a mailing list with impunity - beware! This removes (almost) all traces of a mailing list. By default, the lists archives are not removed, which is very handy for retirin

[Mailman-Users] Delete

2003-02-09 Thread Tricia Maloney
How does the administrator delete a list? Tricia Maloney Assistant Director of Alumni Relations Swarthmore College 500 College Avenue Swarthmore, PA 19081 (610) 328-8404 http://www.Swarthmore.edu -- Mailman-Users mailing list [EMAIL PROTECTED]

[Mailman-Users] Delete Users question

2002-07-11 Thread Robert S. Campbell
On your program, you have a way to add many users at once without them recieving an email. However, I can not find a way to delete a bunch of users without them being notified. I tried setting them no "nomail" and then unsubscribing them, but they will still recieve the exit message. I thought

Re: [Mailman-Users] delete mail queue...

2001-12-18 Thread Jon Carnes
ditto... But, if you are running sendmail on RH Linux, you can look at your queue by typing in: /usr/sbin/sendmail -bp Here's an example of the output: NAA20852 2235 Fri Dec 14 13:14 MAILER-DAEMON (Deferred: Connection refused by prophet.qa.haht.com.)

[Mailman-Users] delete a message from archive

2001-07-10 Thread smitha
Hi how do we delete a message from an archive in mailman regards smitha regards smitha -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

[Mailman-Users] delete

2001-06-05 Thread Raj Rangaraj
I like my name taken off the list. [EMAIL PROTECTED] -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users