[ postfixadmin-Bugs-3066059 ] space in aliases shouldn't be allowed
                
                Brought to you by:
                
                    christian_boltz,
                    
                
                    gingerdog
                    
                
            
            
        
        
        
    | 
      
      
      From: SourceForge.net <no...@so...> - 2012-05-27 19:09:45
      
     | 
| Bugs item #3066059, was opened at 2010-09-14 09:32 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3066059&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v2.3.2 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Christian Boltz (christian_boltz) Assigned to: Nobody/Anonymous (nobody) Summary: space in aliases shouldn't be allowed Initial Comment: Accidential ;-) finding by a customer: When creating an alias, you can enter " foo" in the from field. This results in the creation of an " fo...@ex..." alias (with leading space!) and people will wonder why the alias will fail with "user unknown". PostfixAdmin should prevent spaces - either with trim() or with a error message. ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2012-05-27 12:09 Message: Fixed in SVN trunk r1390 - check_email() did a trim() before validating the mail address :-/ @robelix: I can't create a domain with space at the end in SVN trunk, therefore I assume it's fixed. ---------------------------------------------------------------------- Comment By: roland obermayer (robelix) Date: 2011-06-16 09:21 Message: Just had a pretty similar issue: A domain "example.com " - with a space at the end - was added. It seems that postfix does not mind - mails are. But in postfixadmin it's impossilbe to select it in the virtual-list. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3066059&group_id=191583 |