Closed (fixed)
Project:
Simplenews Bounce
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2011 at 08:36 UTC
Updated:
14 Jan 2012 at 19:23 UTC
This is the standard way to manage bounced mails.
With BMH bounced emails can be easily identified, and then users whose email bounced could be unsubscribed by Drupal.
http://sourceforge.net/projects/bmh/
Comments
Comment #1
momper commentedsubscribe
Comment #2
sapelzin commentedsubscribe
Comment #3
mattcasey commentedsub
Comment #4
weseze commentedI will try this in my personal development site. If it works good I will push this in the module.
Comment #5
weseze commentedIt's a great framework and it handles bounced mails like it promises. But I fear it will not be flexible enough to do everything that our module might need to do in the future... I will delve into the code a bit deeper and see what's possible.
I believe the best approach would be to reuse some of the code in there to better suit a more generic mail handling.
Things that I don't see possible with BMH:
Also I'm not seeing much development going on in the BMH project, so I'm assuming it is somewhat dead? (but still very useful)
Comment #6
philippejadin commentedI haven't looked at the BMH code, but imho what can have some value inside it is the code that guess if a return email is temporary error or a definitive one. (User unknown is <> than mailbox full)
The storage of emails and all would probabnly be done using Drupal DB access anyway. (even maybe using the watchdog?)
Comment #7
weseze commentedI've done some more work here and decided to just use BMH to speed up the development. You can see the work in the 2.x release of the module. Should be online shortly (waiting on the cron run)
Comment #8
weseze commented