[UPHPU] Deduping a list

Gary Thornock gthornock at yahoo.com
Sat Aug 5 00:01:15 MDT 2006


If you have both lists in MySQL, another option would be:

DELETE mailing_list.*
FROM mailing_list, unsub_list
WHERE mailing_list.email = unsub_list.email;



More information about the UPHPU mailing list