Changeset 160

Show
Ignore:
Timestamp:
05/28/07 10:54:26 (2 years ago)
Author:
jfp
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jsmtpd/src/org/jsmtpd/core/mail/EmailAddress.java

    r157 r160  
    5959            mailPart=input.trim();      
    6060         
    61         if (!mailPart.matches("^[_A-Za-z0-9-]+(\\.[_A-Za-z0-9-]+)*@[A-Za-z0-9-]+(\\.[A-Za-z0-9-]+)*$")) 
     61        if (!mailPart.matches("^[_A-Za-z0-9-+=]+(\\.[_A-Za-z0-9-+=]+)*@[A-Za-z0-9-]+(\\.[A-Za-z0-9-]+)*$")) 
    6262                throw new InvalidAddress(); 
    6363