cufilter
Perl module for checking email addresses for validity
Install
- All systems
-
curl cmd.cat/cufilter.sh
- Debian
-
apt-get install libmail-checkuser-perl
- Ubuntu
-
apt-get install libmail-checkuser-perl
- Kali Linux
-
apt-get install libmail-checkuser-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmail-checkuser-perl
- Raspbian
-
apt-get install libmail-checkuser-perl
- Dockerfile
- dockerfile.run/cufilter
libmail-checkuser-perl
Perl module for checking email addresses for validity
Mail::CheckUser provides routines for quickly checking the validity of email addresses. It carries out the following checks: * syntax of the email address * existence of MX or A records for the domain part (optional) * direct connection via SMTP simulating email delivery with MAIL and RCPT (optional)