smancke/mailck

disposable emails update url fails

Opened this issue · 0 comments

disposable emails update url fails

package mailck

// DisposableDomains is a list of fake mail providers.
// The list was taken from https://github.com/andreis/disposable
// License: MIT 
// Last updated: Sun Apr 15 18:09:46 IST 2018
var DisposableDomains = map[string]bool{
t"<html>
": true,
t"<head><title>404 Not Found</title></head>
": true,
t"<body bgcolor="white">
": true,
t"<center><h1>404 Not Found</h1></center>
": true,
t"<hr><center>nginx/1.13.12</center>
": true,
t"</body>
": true,
t"</html>
": true,

}