Author Topic: How do I reset my followups to the entire list?  (Read 1506 times)

emullins2001

  • Posts: 6
    • View Profile
How do I reset my followups to the entire list?
« on: May 22, 2004, 07:51:15 am »
Hi Dean, I need to reset my entire followup to the list but I do not see how to do that. There are no buttons to click on that process that I can see.  Most of my list is still stuck on followup 4 after I reloaded the follow up messages.  Any suggestions?

Tks in advance.

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
How do I reset my followups to the entire list?
« Reply #1 on: May 22, 2004, 10:30:46 am »
This is not currently possible from within the program.  What you need to do is run a custom MySQL command with a program like PhpMyAdmin, as follows (example for List 1, followup 1, delay 0):

update lm_users set cseq = '1', cdel = '0' where list = '1'
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
How do I reset my followups to the entire list?
« Reply #2 on: December 17, 2005, 02:23:42 am »
v1.86 (coming soon) features a "Reset Users" button on the followup listing page to help with this.

Regards!
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting