I see that PHPlist has a mass "unconfirm" how about a mass "blacklist" for uploading. I am currently migrating over a large list of users, it would be nice to have that as an option. Since my past mailer had an automatic "do not mail" list that was applied every send.
I have a work-around, to enable "do not send mail in this list" option then create list called blacklist and add memebers to that group and click it every time. But I am sure I will make a mistake in the future and not click that option and send to those people.
I am sure it would not be a terribly hard option to add, since mass confirm is doing the same thing just flipping 0 to 1 in the database. We would just flip a different field, the blacklist field. If no one has written this up yet, I will eventually write it up and post it here in a couple months. (basically copy the mass unconfirm code and change the database flip to blacklist)
Does anyone have another solution?
Thanks
James