Author Topic: How do I remove a large list  (Read 1990 times)

paulzaiter

  • Posts: 25
    • View Profile
How do I remove a large list
« on: August 08, 2004, 04:05:23 pm »
Hi Dean

How do I remove a parge list of email addresses from one of my lists in one go?

Thankyou...Paul

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
How do I remove a large list
« Reply #1 on: August 10, 2004, 05:33:44 am »
Currently this is only possible with a custom command.

Login to ListMail and browse to the following page:

http://site.com/mail/editconf.php?customcmd=1

Enter the command (example for list 1):

delete from lm_users where list = '1'
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

paulzaiter

  • Posts: 25
    • View Profile
How do I remove a large list
« Reply #2 on: August 12, 2004, 10:24:25 pm »
Hi Dean

Can you give me a more step by step way for dummies to do this....as you have probably figured out by now, I am not a computer geek....LOL

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
How do I remove a large list
« Reply #3 on: August 13, 2004, 05:04:32 am »
First, login to your ListMail
Second, edit the URL in the Address Bar of your browser so it looks like this:

http://site.com/mail/editconf.php?customcmd=1

Replace "site.com/mail" with the correct address to your ListMail.

Hit "Enter" and you should be brought to a page with a one line text box and a "Go" button.

Enter the following in the text box if you want to delete all users on list 1.  If you want to delete users from another list change the '1' to something else, like '2':

delete from lm_users where list = '1'

Once you've edited the command to point to the list you want, hit "Go".  You should see something like "1234 Rows affected".  Now you can hit "back" a couple times or re-login to ListMail.
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

paulzaiter

  • Posts: 25
    • View Profile
How do I remove a large list
« Reply #4 on: August 17, 2004, 06:19:23 pm »
Hi Dean


Is this the process I would use say if I want to remove the email addresses of list seven from list ten?

Thankyou...Paul