include note about second level domains in format

This commit is contained in:
Martin Cech 2016-07-27 12:01:26 -04:00 committed by GitHub
parent 61ae67aacd
commit a7cb0fcbbc

View File

@ -41,4 +41,4 @@ Use
`$ comm -23 new_file.conf whitelist.conf > disposable_email_blacklist.conf`
to add contents of another file in the same format (domains on new line without @). It also converts uppercase to lowercase, sorts, removes duplicates and removes whitelisted domains.
to add contents of another file in the same format (only second level domains on new line without @). It also converts uppercase to lowercase, sorts, removes duplicates and removes whitelisted domains.