Hi,
I get a "failed executing command" error when trying
to use the code:
delete from lm_users where email like '%@aol.com' and list = '1';
Are you sure that's the correct code to use?
Thanks.
---------------------------------------
Alternately, you can login to ListMail and browse to editconf.php?customcmd=1
The query to permanently delete all aol.com users from list 1 would be:
Code:
delete from lm_users where email like '%@aol.com' and list = '1';