Hi Dean,
I recently got some spam complaints from some of my AOL subscribers.
I use double optin and I was able to show my webhost (Host4Profits) that these subscribers did indeed themselves subscribe to my newsletter. However, as you probably know, it's very easy for AOL users to send a spam complaint (just by pressing a button in their emails, I think) - often much easier to taking the time to check if they did indeed subscribe to an optin list.
However, I've decided (at least for the time being) to skip all AOL subscribers from my list.
So, my question is, what is the easiest way to do that?
I've tried to use your excellent User Selection function, by using the following query:
SELECT * FROM lm_users WHERE (list = '3' and cnf = '1' AND email != 'aol.com');
However, this prompt don't seem to to filter away my AOL subscribers.
I've also tried to download my lm_users table, then deleting all AOL subscribers by using the regular expression search/replace function in my text editor. The next step is to delete my present lm_users table and then finally upload the lm_users mysql file I've just edited in my text editor. However, this seems like a rather difficult way to accomplish this task - especially if I have to do it every time I want to clean my list of AOL subscribers.
I'll be really grateful if you can please help me here and give me some advice on the easiest way to do this.
BTW, thank you for AN EXCELLENT SCRIPT! I've tested several competing scripts, and yours is the best, so far as I can judge.
Thank you very much in advance!
Warm regards,
Klaus Dahl