Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-7079

E-mail validation rejects valid addresses as invalid

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.1
    • 3.0.x
    • None
    • PHP Environment:
      Database:

      E-mail validation is too strict about the characters it allows in the local part of the address (the part before @ sign), and disallows characters such as : and &.

      According to RFC2822:

      addr-spec = local-part "@" domain
      ...
      The local-part portion is a domain dependent string. In addresses,
      it is simply interpreted on the particular host as a name of a
      particular mailbox.

      IOW, only the host can decide what is valid on the left side of the e-mail address.

            Acyd Burn Meik Sievertsen [X] (Inactive)
            ender9 ender9
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: