Ticket #1344 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Error with LocalPart address checking

Reported by: Centre IT Assigned to:
Priority: major Milestone: ispCP ω 1.0.0 - RC5
Component: Backend (Engine) Version: ispCP ω 1.0.0 - RC4
Severity: Medium Keywords:
Cc:

Description

When you try and add an email address containing an & symbol in the localpart an error is thrown "Invalid Mail Localpart Format used!"

This is incorrect, & is a valid symbol for use in the localpart. You can check the email address definitions in RFC 2822 http://tools.ietf.org/html/rfc2822

The address checking should conform to the standards.

Attachments

Change History

06/13/08 20:12:21 changed by rats

The regexp

(?:[a-zA-Z0-9][a-zA-Z0-9_.-]*|\"(?:[^\\\\\x80-\xff\015\012\"]|\\\\[^\x80-\xff])+\")

is okay; I don't know what's wrong.

06/14/08 14:40:16 changed by rats

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone changed from Working to ispCP ω 1.0.0 - RC5.

fixed in r1207 -> not the regexp was the problem; it was the input cleaning.


Add/Change #1344 (Error with LocalPart address checking)




Action