1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

move the email address syntax validation for users and aliases into my new email_validator library (https://github.com/JoshData/python-email-validator)

This commit is contained in:
Joshua Tauberer
2015-04-21 14:43:12 +00:00
parent 6bb8f5d889
commit 5efd5abbe4
2 changed files with 15 additions and 49 deletions

View File

@@ -3,7 +3,7 @@
source setup/functions.sh
apt_install python3-flask links duplicity libyaml-dev python3-dnspython python3-dateutil
hide_output pip3 install rtyaml
hide_output pip3 install rtyaml "email_validator==0.1.0-rc1"
# Create a backup directory and a random key for encrypting backups.
mkdir -p $STORAGE_ROOT/backup