From 00c8a7b07fe0607e0da512d236e1461428492e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20den=20Berg?= Date: Thu, 9 Sep 2021 08:57:08 +0200 Subject: [PATCH] Update delmailuser to allow mailboxes without TLD (#2172) --- target/bin/delmailuser | 3 --- 1 file changed, 3 deletions(-) diff --git a/target/bin/delmailuser b/target/bin/delmailuser index 8c2cdbb3..fbb33195 100755 --- a/target/bin/delmailuser +++ b/target/bin/delmailuser @@ -91,9 +91,6 @@ for EMAIL in "${@}" do ERROR=false - # very simple plausibility check - [[ ${EMAIL} != *@*.* ]] && errex "No valid email address: ${EMAIL}" - USER="${EMAIL%@*}" DOMAIN="${EMAIL#*@}"