Disposable Email List [Deleted]

Thanks! Do you know of a way to delete the whole list? The "select all" button only selects the page you're on, and this creates thousands of pages.

The reason I was trying this is because the admin panel list shows 122k entries, but if you open the file and search banned_email= there are 172k, and re-importing didn't seem to increase it past 122k, so I wanted to delete them all and try again.

Maybe it's a visual bug? Does yours say 122k or 172k?

I submitted a suggestion: https://xenforo.com/community/threads/select-all-pages-in-the-acp.227467/

EDIT: It doesn't appear to be a visual bug. When I export my list there are 122k entries. So it's not uploading the full 172k.
 
Thanks! Do you know of a way to delete the whole list? The "select all" button only selects the page you're on, and this creates thousands of pages.

The reason I was trying this is because the admin panel list shows 122k entries, but if you open the file and search banned_email= there are 172k, and re-importing didn't seem to increase it past 122k, so I wanted to delete them all and try again.

Maybe it's a visual bug? Does yours say 122k or 172k?

I submitted a suggestion: https://xenforo.com/community/threads/select-all-pages-in-the-acp.227467/

EDIT: It doesn't appear to be a visual bug. When I export my list there are 122k entries. So it's not uploading the full 172k.
If you want to delete all the emails, you can use phpmyadmin to truncate Table: xf_ban_email .
 
Oh, I see that it was due to this server error: Fatal Error: Maximum execution time of 60 seconds exceeded

I found this 2015 thread that lists some files you can edit to increase the 60s limit. Or, you could also cut the file in half and import it twice.

Strange that it would timeout when uploading an 8MB file.
 
I would question the point of having 170k+ banned email addresses.

We have fewer than 50 on this site.
Yeah, I've been doing alright with none, but I do want to ban temporary emails, and this seems to be the only way to do that.

You guys do get some spam posts though. I'm able to prevent all spam on my forum.
 
Again, this site has been functioning for 14 years and we have fewer than 50 banned emails.

Just spam clean and move on.
 
Again, this site has been functioning for 14 years and we have fewer than 50 banned emails.

Just spam clean and move on.

Reminds me of the penguins in Madagascar. "Just smile and wave boys.". Any issues with the list, you are free to remove. I don't mind at all, especially if it comes across as overcomplicated.
 
I increased the limit to 180 but now I get this error:
Oops! We ran into some problems. Please try again later. More error details may be in the browser console.
And there are no new errors in the console.

This was the old one:
Code:
Server error log
ErrorException: Fatal Error: Maximum execution time of 60 seconds exceeded src/XF/Service/Banning/Emails/Import.php:19
Generated by: Admin Dec 6, 2024 at 10:48 AM
Stack trace
#0 [internal function]: XF::handleFatalError()
#1 {main}
Request state
array(4) {
  ["url"] => string(32) "/admin.php?banning/emails/import"
  ["referrer"] => string(59) "website.com/admin.php?banning/emails"
  ["_GET"] => array(1) {
    ["banning/emails/import"] => string(0) ""
  }
  ["_POST"] => array(4) {
    ["_xfToken"] => string(8) "********"
    ["_xfRequestUri"] => string(25) "/admin.php?banning/emails"
    ["_xfWithData"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}

I split the file in half and got this error after ~30 seconds of importing:
Code:
Oops! We ran into some problems.
Please enter a value using 120 characters or fewer.

I downloaded my list to see if where it got stopped at was a really long email address, but mine ends with zenchris97@gmail.com and the next ones are:
Code:
<entry banned_email="*0-00.usa.cc"></entry> <entry banned_email="*0-180.com"></entry> <entry banned_email="*0-30-24.com"></entry> <entry banned_email="*0-420.com"></entry> <entry banned_email="*0-900.com"></entry> <entry banned_email="*0-aa.com"></entry> <entry banned_email="*0-attorney.com"></entry> <entry banned_email="*0-z.xyz"></entry>
So I'm not sure what the issue is.

Oh, comparing your file with the one I downloaded from my ACP, they're not even in the same order, so that ^ wouldn't work to find the "long email" anyway.
 
not so much for me since our userbase is global, but for others, likely.
So is mine, fairly all over the world. Just research top email services in the most popular countries and regions. This is way less painful than playing wack-a-mole with temp email services. Not to mention spammers that uses their own custom domains.
 
This resource has been removed and is no longer available. Given the confusing nature and other means, it seems pointless.
 
Back
Top Bottom