I want to edit ezbounce.php to also clear out the invalid email address to work in conjunction with
this mod but I have tried a few variations of the code below with no luck, I just get a blank white screen when I click on the link in the bounced email message and ezbounce.php is not working at all.
Can someone help me with the correct code to use? Thanks!
Code:
// Clear current bad email address
$vbulletin->db->query_write("
UPDATE " . TABLE_PREFIX . "user
SET useremail = ???
WHERE userid = " . $buser['userid'] . "
");