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.
More technically:
It collects bounced emails, counts them and marks user accounts as "do not send email".
It stops sending "new post" notifications to those addresses.
What it does not do:
It does not stop sending any other emails such as:
- forum subscription updates
- Happy birthday messages
- PM notifications
- other important emails
Why is it a "Poor Man's" bounce handler?
Because this is just a hack. It blocks a lot of emails, but not all that should be blocked. Also, it just leaches off of DBTech's hard work in building a bounce handler as part of his vBMail mod. Still, it is better than nothing, and that is what I had before.
I hope to encourage somebody (like you!) or vBulletin to code something better. I just don't have time to do it myself.
Set your vBMail options similar to the ones in poor-mans-reply-all-installation-instructions.txt
Install this plugin.
Done!
Please, somebody, create a real bounce handler!
The steps:
0. [s]Get DBTech's permission. If you can't get permission,[/s] rewrite their code.
1. Strip down and modify DBTech's excellent vBMail work to just what we need, see how it works and rewrite it. (Everything leading up to marking users in the user table as "do not email".)
2. Improve it to do a better job of deciding when to mark an email address as a bad. (With some types of responses, you don't need to wait for five bad emails.)
3. Find a way to stop sending other emails that shouldn't be sent such as forum subscription updates and birthday messages.
Can you do just one of these steps? Any help is appreciated.
Special thanks to DBTech for his work. What I did here is really very little. DBTech did the hard work.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I also did some work on exactly this task, also using DBTech's vbmail. The results is a very simple cron task that unsubscribes people. It could easily be copied to handle PM notifications, post reporting and so on:
I'm not claiming a great mod, but rather a quick hack that has been working for me fine for quite a while now. It would be good to see someone taking it or this mod forward.
I also did some work on exactly this task, also using DBTech's vbmail. The results is a very simple cron task that unsubscribes people. It could easily be copied to handle PM notifications, post reporting and so on:
I'm not claiming a great mod, but rather a quick hack that has been working for me fine for quite a while now. It would be good to see someone taking it or this mod forward.
I've created a full bounced email handler that I've been using successfully on my site for a few months now. I have been meaning to release it as an add-on here but haven't gotten around to it. If you want it, I'll be happy to send you what we have.
I've created a full bounced email handler that I've been using successfully on my site for a few months now. I have been meaning to release it as an add-on here but haven't gotten around to it. If you want it, I'll be happy to send you what we have.