From 1fbe44c5e53cec159e195010f02b89d9c2afce18 Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Wed, 19 Aug 2015 16:11:34 -0400 Subject: [PATCH 1/2] add whitelist info --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a00b4c9..65afa47 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ This repo contains a list of disposable and temporary email address domains ofte Originally collected to filter new user registration at https://usegalaxy.org and later merged with other lists found online. I cannot guarantee all of these can still be considered disposable but they probably were at one point in time. +Whitelist +========= +The file whitelist.conf gathers email domains that are often identified as disposable but in fact are not. + Example Usage ============= Python From 70523bfd7d4b105c5db9e0de74f41b531661e512 Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Wed, 19 Aug 2015 16:13:21 -0400 Subject: [PATCH 2/2] add fancy links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65afa47..f2dd9cf 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ List of disposable email domains ======================== -This repo contains a list of disposable and temporary email address domains often used to register dummy users in order to spam/abuse some services. It is also useful for filtering your email list to increase open rates (sending email to these domains is probably useless). +This repo contains a [list of disposable and temporary email address domains](disposable_email_blacklist.conf) often used to register dummy users in order to spam/abuse some services. It is also useful for filtering your email list to increase open rates (sending email to these domains is probably useless). Originally collected to filter new user registration at https://usegalaxy.org and later merged with other lists found online. I cannot guarantee all of these can still be considered disposable but they probably were at one point in time. Whitelist ========= -The file whitelist.conf gathers email domains that are often identified as disposable but in fact are not. +The file [whitelist.conf](whitelist.conf) gathers email domains that are often identified as disposable but in fact are not. Example Usage =============