vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Mail (https://vborg.vbsupport.ru/showthread.php?t=304392)

Terrablade 11-11-2013 04:36 AM

Mail
 
Folks,
I have set the DO NOT SUBSCRIBE option using the option available in query.
I have also set the same option in user registration BUT im still getting bounced mail from people because they are getting sent mail for thread subscription. No they have not subscribe themselves to the threads where they have posted. Any clue on whats going on,

Not fun receiving 200+ mail every 30 seconds.

Terrablade 11-16-2013 01:17 AM

Anyone? come on help a fellow member :(

ozzy47 11-16-2013 02:28 AM

Try running this query.

Code:

truncate subscribethread;

Terrablade 11-18-2013 01:31 AM

<a href="http://prntscr.com/24xlsf" target="_blank">http://prntscr.com/24xlsf</a>

ozzy47 11-18-2013 01:57 AM

That should do it, the table is now empty.

Terrablade 11-18-2013 05:31 AM

They still showing.. Not i cant even uninstall Ez Bounce without it messing my templates and colors go all to crap need to re-upload it for colors to go back to normal. How can I uninstall that MOD without messing things up?

ozzy47 11-18-2013 10:42 AM

Wait, so you are still getting bounced emails for thread subscription after running that query? Maybe you have emails in the queue, try running this query.

Code:

TRUNCATE TABLE mailqueue;
As for the mod I am not sure, I never have had it installed.

Terrablade 11-18-2013 07:13 PM

Ran it, hopefully it gets fixed. Still need to find a way to uninstall the MOD without messing up th templates :/

Lynne 11-18-2013 08:59 PM

The image you posted after you ran the query the first time did nothing - it said Affected Rows: 0. That means no rows were effected by the query. If you had a bunch of stuff in that table that you were trying to truncate, the number of rows would have not been 0.

ozzy47 11-18-2013 09:08 PM

No Lynne, that is a truncate on the table, it does not return any results, I tried it on my site, and got the same thing, 0 but the table was in fact emptied.

Terrablade 11-19-2013 02:29 AM

Well the second query also returned 0 as a result. So dont know what to say.

ozzy47 11-19-2013 02:31 AM

Same thing, it truncates the table, and would return 0 results even if there were thousands in there.

Have you got any bounced mails lately?

Terrablade 11-19-2013 04:33 AM

yes got 1 a few mins ago

ozzy47 11-19-2013 10:50 AM

Can you check these two tables in the DB in phpmyadmin,
subscribethread and mailqueue.

Terrablade 11-19-2013 03:27 PM

yes check for what tho

ozzy47 11-19-2013 04:12 PM

If there is anything in those tables.

Terrablade 11-19-2013 06:43 PM

no. nothing.

Lynne 11-19-2013 07:01 PM

Quote:

Originally Posted by ozzy47 (Post 2461937)
No Lynne, that is a truncate on the table, it does not return any results, I tried it on my site, and got the same thing, 0 but the table was in fact emptied.

Learn something new every day. :)

ozzy47 11-19-2013 07:25 PM

Quote:

Originally Posted by Terrablade (Post 2462129)
no. nothing.

That's really strange then, what is the exact mail that is being sent, and returned to you?

Terrablade 11-20-2013 06:13 PM

<a href="http://prntscr.com/25j0v1" target="_blank">http://prntscr.com/25j0v1</a>

Lynne 11-20-2013 06:40 PM

That is not an email from vbulletin, that is from your server.

ozzy47 11-20-2013 08:10 PM

Yup, sounds to me like someone may using your server to send out email.


All times are GMT. The time now is 03:30 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02303 seconds
  • Memory Usage 1,748KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (22)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete