Bulk UnBlacklist emails

Thanks Suela! yes, that should work… will try that way…

BTW, here the php error if someone knows what to change in the php codes up there…:
[25-Aug-2020 08:58:20 America/Chicago] PHP Warning: feof() expects parameter 1 to be resource, bool given in /home/username/public_html/unblacklist.php on line 14
[25-Aug-2020 08:58:20 America/Chicago] PHP Warning: fgets() expects parameter 1 to be resource, bool given in /home/username/public_html/unblacklist.php on line 15

30 seconds of it, generates an errorlog file of near 115mb lol…

Those lines seems to be:
while(!feof($file)) {
$myline=fgets($file);