The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
bouncing registration emails
my forum piggybacks on another forum's server
the webmaster of the host forum is complaining that emails sent to my AOL account, during the registration process in my forum, are being rejected by AOL, and are ending up in his mailbox. I've removed my email address from: settings-options > site name / URL / contact details change contact info. according to the webmaster of the host forum the problem is allegedly continuing thinking it has something to do with a plugin "quick registration via Facebook" that was added into my forum about six months ago, which, among other things, denies registration based on time taken to fill out the registration form. my question is: is there an easy fix? I don't want these emails in my AOL mailbox any more than the webmaster of the host forum wants them in his. thanks for any help or suggestions |
#2
|
|||
|
|||
If you have thread or forum subscriptions then there could be queued emails. Also I think sometimes mail is retried a number of times, so it could take some time after you change your email address to get all the bounces.
It could also be something else, like the facebook thing you mentioned, but I don't know anything about that. |
#3
|
|||
|
|||
Quote:
that's something I don't yet know how to do |
#4
|
|||
|
|||
Oh, I just re-read your first post, and I see now that you are the admin (or owner) of the (piggybacked) forum, so you're getting emails because people are registering? That's different, I guess what I said doesn't really apply.
|
#5
|
||||
|
||||
Do you have any spam hacks/mods in place or any security to protect against hackers? The reason AOL maybe bouncing those mails is because they maybe blacklisted somewhere and AOL may check them against a black list before allowing them to go through. That is one option. Another is the hacks you have in place is causing some sort of problem or conflict. You might want to try disabling the FB mod and do a test register and see if the problem persists. If so then disable the plugins globally.
You will need a HTML editor like Dreamweaver or use NotePad. DO NOT use MS Word or Word Pad. Global disable: open your includes>config.php file and find: Code:
<?php Code:
define('DISABLE_HOOKS', true); If you find that it works after disabling the plugins globally then re-enable the plugins by putting // in front of the code so it looks like this: Code:
//define('DISABLE_HOOKS', true); Then you will have to go through your mods one by one until you find the one that is causing the conflict. |
#6
|
|||
|
|||
Quote:
I'll need to hire someone to effect your recommendations. |
#7
|
||||
|
||||
OK good luck hopefully you can get it all resolved.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|