Changeset 162

Show
Ignore:
Timestamp:
07/10/07 08:26:18 (1 year ago)
Author:
jfp
Message:

--

Files:

Legend:

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

    r160 r162  
    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