![]() |
Bounced email handler
1 Attachment(s)
What does the bounced email handler do?
It stops sending emails to addresses that are no longer valid. This helps keep your email from being marked as spam, and helps get your legitimate emails through spam filters as a result. More technically:
|
What's the difference between this one, and this version, https://vborg.vbsupport.ru/showthread.php?t=286441
|
Quote:
|
Yeah it makes no sense to release a new version in a new thread/mod, should have just updated the original one.
|
Quote:
To me, this version is independent and very different and should have its own thread where people can come by and criticize it. |
Seems to be working for me. I altered the cron task a bit though to increase the frequency but pull less mail each time. I have a few thousand of these addresses that need to be corrected..There are over 8,000 in my mail box now so I figure a little at a time will take care of them with in a few weeks and then I can lessen the frequency.
The only thing I want is a better log because using the scheduled task log sucks. I want to know what accounts have been marked. Right now the log just shows that it polled the mail from the mail account. Also the pm thing..I will edit the php file myself but would be nice to have it in the panel as an option. Pretty good though and I have needed something like this for years. Thanks! |
Quote:
|
Richie,
Thanks for testing it so quickly. The defaults were set for everyday usage. If you have a huge backlog of messages, you are going to want to do exactly what you are doing to "catch up". Once you get through the backlog, the defaults that are set make more sense. The main table that keeps track of the bounces is beh_users. This query will show you who is being blocked: select * from forum.beh_users where deliver_flag = ''; I've got 575 userids/emails in my list. Let me know what you would like to see in a log and I might be able to get it added. |
Can this be used with DBTech's vbmail?
I was one of the users of your older mod. |
Quote:
|
useful testing it
|
I have faced some problem to make it working, I have to add bounce@mydomain.com to /root/.forward my my host, also disable the firewall
working well but I have some question and suggestions 1- I have now 27 user in beh_users, so one of them , I sent mail from my forum , and its sent because the reutun is come again, thats also the same when I see bounced_count is 2,3 ... ? is it send the mail to that mail or not, if not , why I recived the bounce return again ? 2- the users in beh_users, is there any update to see them in admincp, and have user details on it and able to edit his profile ? 3- I didn't recived PM with the reports as the option config |
Ezak, I'm not sure that I understand you, but I can try to answer your questions.
1. The system only stops sending emails when the bounced_count = 5 or more. Users with a bounce_count of 3 will still receive email. 2. No, there is no way to see which users are blocked in the admincp, other than running the SQL query that I posted in post 8. 3. I'm not sure what PM you expected to receive. The only PMs sent are those sent to users with 5 bounces warning then that they will no longer receive emails unless they act. |
Quote:
|
Quote:
|
Can anyone explain how to go about cleaning over 1,000 "invalid" or "no recipient" here issues among various email services with this mod? I think 5 might be too high, maybe try at 1 or 2?
How does the mod determine what is considered a "bounce"? There are so many bounce codes to go by like 450, 451, 550, etc. Any ideas? |
Quote:
The different bounce codes? The current code doesn't look at them. I am hoping that one of you will take this add-on to the next level by figuring out what to do according to the bounce code. For some codes, we would stop sending email after a single bounce, while we would wait longer for other codes. I wish I had the time to do it myself, but I don't. |
How do I make bounce backs go to a different address?
|
Quote:
|
Quote:
Maybe in the meantime a feature to clear blocks of certain email addresses? |
My experience is that Gmail and Yahoo just send your emails to the Spam folder and don't bother sending any sort of notification. Of course, different email providers can do different things, but this isn't a problem that I have run across.
If it did happen, fixing it is a simple as running the right UPDATE on the table. UPDATE beh_users SET deliverflag = 0 WHERE email like '%@gmail.com'; Or something like that. |
I used this to send emails to all the "waiting email confirmations" user group. I don't know what I did but I ended up pruning a lot of them. There are now only 44 left in that user group. Half of those though when I click on them, it says "invalid user". I can't figure out how to remove those invalid users from the user group as when I click on "delete" for that user, I get the invalid user screen. How do I remove them for the primary user list in my AdminCP?
|
Quote:
|
Is it possible to add a way to auto move a user to a usergroup if their email bounces back?
|
Quote:
|
I installed this mod but i use mandrill as mailprovider. I enabled an option in mandrill, which sends the bounced mails to a specific address, which works great,
But: The mails, which will be collected by the Bounced-Script via imap are only deleted and not saved to the database. the message text of my bounced mail looks like this: Code:
Hello, this is the mail server on mail135.atl41.mandrillapp.com. Code:
// Try an alternate match Thanks alot! //EDIT Got it to work for me. If you get the bounced mail forwarded as shown above, change the code in forum/includes/cron/beh_maillist to this: around line 174 Code:
// Try an alternate match Code:
// Valid bounced email, go! |
1 Attachment(s)
IMPORTANT:
I improved the plugin to do a much better job, but haven't had time to publish it here. Now, I will no longer be using vBulletin, so I'm giving you all the current code, in the hopes that one of you will take over this plugin and create a new version based on it. Quote:
|
The following may be useful to someone...
Code:
// TURN OFF ALL EMAIL OPTIONS |
Alternatively (or in addition), the following code will change the usergroup to users awaiting email confirmation.
Code:
$vbulletin->db->query_write("UPDATE `user` SET `usergroupid` = 3 WHERE `userid` = $userid "); ndahiya |
Sorry but... where could i find the pm text?
The one that starts something like this: "The notification emails that the forum sends you" Greetings |
i think it should warn users which one using fake email or temporary after Waring x days user + posts will be removed from forum it will be easy for forums databases + mailing servers i have lot many servers due to bounce rate but i fixed this issue i just migrated my forum to xenforo and install some modules deleted these users then switch back to vBulletin thanks for module anyway
|
Quote:
|
Great module. But it will be nicer if you can display bounced emails statistics . also add options to deleted bounced users from the database and some more improvements really appricate your efforts
|
Nobody wants to update this? TC has given his permission in OP.
This should really be standard vb feature as sending mails to invalid addresses is really bad for your reputation in spam filter. Code needed to auto move users to new group and remove their subs was posted. So really no volunteer to improve or fix this product? |
I am willing to donate if needed.
|
Quote:
|
All times are GMT. The time now is 02:58 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|