Skip to content
Snippets Groups Projects
Forked from 713 / Warden / Warden
Source project has a limited visibility.
  • Radko Krkoš's avatar
    57e6e33c
    Server: Fix requestor e-mail validation · 57e6e33c
    Radko Krkoš authored and Pavel Kácha's avatar Pavel Kácha committed
    
    * No longer silently accept pattern 'a@b@c', otherwise stay compatibile.
    * Valid patterns are: 'user@fqdn', '<user@fqdn>', 'user <user@fqdn>',
      'user surname <user@fqdn>', no Unicode support, multiple e-mails
      separated by comma are allowed.
    * Replace email.utils.parseaddr() with extended regular expression.
    * Remove import email.utils as no other users exist.
    
    Signed-off-by: default avatarPavel Kácha <ph@cesnet.cz>
    57e6e33c
    History
    Server: Fix requestor e-mail validation
    Radko Krkoš authored and Pavel Kácha's avatar Pavel Kácha committed
    
    * No longer silently accept pattern 'a@b@c', otherwise stay compatibile.
    * Valid patterns are: 'user@fqdn', '<user@fqdn>', 'user <user@fqdn>',
      'user surname <user@fqdn>', no Unicode support, multiple e-mails
      separated by comma are allowed.
    * Replace email.utils.parseaddr() with extended regular expression.
    * Remove import email.utils as no other users exist.
    
    Signed-off-by: default avatarPavel Kácha <ph@cesnet.cz>