How do I remove all email subscriptions?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • firewire
    Senior Member
    • May 2000
    • 186
    • 3.6.x

    How do I remove all email subscriptions?

    I have disabled the email features on my forum quite some time ago.
    Still, vBulletin is sending out lots of notify emails.
    Could it be possible that subscriptions being made before I turned off email notifies are still being delivered (I have several very huge threads on that specific forum)?
    Is there a way I can remove all those ancient email subscriptions without actually touching the thread subscriptions in their control panel?

    Thanks a lot.

    Edit: I should add that in both subscribeforum and subscribethread mysql tables the "emailupdate" field is set to 0 on all records.
    Maybe there is another reason for vBulletin sending those mails? It can't be PMs etc., it's far too many mails.
    Last edited by firewire; Fri 22 Aug '03, 5:31am.
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    Originally posted by firewire
    Could it be possible that subscriptions being made before I turned off email notifies are still being delivered (I have several very huge threads on that specific forum)?
    Is there a way I can remove all those ancient email subscriptions without actually touching the thread subscriptions in their control panel?
    Yes, that is exactly what's happening. You can remove these subscriptions with this query:

    DELETE FROM subscribethread;

    However please note this will remove all subscribed threads from the User CPs.
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • JUNG1999
      New Member
      • Dec 2001
      • 18

      #3
      I am having the same problem. VB is sending out 50,000 emails a day. It's gotten so bad that there is a 4 to 5 day delay on outgoing mail from my server.

      I have seen several posts here that suggest running the query:

      "DELETE FROM subscribethread;"

      It dosen't seem to be a valid SQL query.

      I think the VB team should defeinately revisit and rethink this area of the software.

      Comment

      • Zachery
        Former vBulletin Support
        • Jul 2002
        • 59097

        #4
        Are you using table prefixes jung?

        Comment

        • JUNG1999
          New Member
          • Dec 2001
          • 18

          #5
          Originally posted by Zachery
          Are you using table prefixes jung?
          No.

          Comment

          • JUNG1999
            New Member
            • Dec 2001
            • 18

            #6
            OK,


            Here is the right SQL query to run:

            DELETE FROM subscribethread where emailupdate = 0;


            Comment

            widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
            Working...