This would be my "dream" feature:
I have a bunch of bounced messages that I kept to avoid sending messages to invalid addresses, yet treating all these messages is time consuming so I tried to extract the email addresses and block them on the drupal site, yet it is not the best as some valid emails are sometimes in the list of the invalid ones.

Would it be possible that bounce could read the headers of these messages (which have been sent a long time ago and not with the Drupal mail API) and block the corresponding email address on Drupal?

Comments

exratione’s picture

So some form of import process for historical data?

What format is your bunch of bounced messages in? You keep them in a mail account, or in a text file, or ?