Quote from the project website (http://drupal.org/project/bounced_email):
Component module which provides service to other modules, don't install this unless another module requires it."
However, it would be nice to have:
1) a report ({domain}/admin/reports) with records of bounced emails (or at least emailaddresses).
2) an additional trigger ({domain}/admin/build/trigger), like "Whenever an outgoing email bounces"
3) an additional action ({domain}/admin/settings/actions), like "Block future outgoing emails send to (bounced) emailaddress"
ad 2) Authorized users may combine such trigger with an action to automatically send an email message to inform someone (like [site mail]) about a bounced email.
Comments
Comment #1
not_Dries_Buytaert commentedAd 2 & 3) Or implement this, using the triggered rules from the Rules module (http://drupal.org/project/rules), as was requested here: http://drupal.org/node/897148