Changeset 164

Show
Ignore:
Timestamp:
07/23/07 14:14:11 (1 year ago)
Author:
jfp
Message:

Fixes + late rbl plugin + refact RBL

Files:

Legend:

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

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