mbox

BUG10963: implement a better email verification

Message ID 1447659054-5138-1-git-send-email-alexander.marx@ipfire.org
State Superseded
Headers

Message

Alexander Marx Nov. 16, 2015, 6:30 p.m. UTC
  We now check all allowed chars in the address before the @ sign.

To check the fqdn of an email the function validfqdn has been adapted as
well. Here a valid domain part is for example: user@ipfire or user@localhost.localdomain

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
---
 config/cfgroot/general-functions.pl | 30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)