Mudassir - 2009-02-18

PHPMailer-ML 1.3 works fine with a single list but once multiple lists are added email goes out to all active subscribers.

I modified an SQL in inc.campaigns.php to filter based on selected list:
$query = "SELECT * FROM ". $phpml['dbMembers']."WHERE confirmed = '1' AND deleted = '0' AND listid = " . $_POST['frmWhichList'];

Has anyone else experienced any thing similar and has a better fix than the one I've made?

Thanks.