Remove addresses of people who never opened my emails during a given period

Hello,

I would like to clean my email database and remove the email addresses of people who never opened my emails during a given period (last year, last 2 years, I don’t know yet).

Is there a way (maybe using PHPMyAdmin) to do this (or something like this) ?

Thank you very much for your help,

T.

@trucmuche2005 The Subscribers plugin provides a report of inactive subscribers. You can see the available plugins by following the “Find plugins” link on the Manage Plugins page.

A potential problem is that the way that phpList detects that a message has been opened is that there’s a single pixel image generated by ut.php, and before it sends that pixel it updates the database to say the message has been read. If the user has set their browser not to open remote images then the message is read, but the reading is not recorded. Consequently some of the people you think have not opened the email in fact have, and you would be excluding them unnecessarily.