[GH-ISSUE #164] New TLD Support (Alias) #131

Closed
opened 2026-02-26 09:36:10 +03:00 by kerem · 3 comments
Owner

Originally created by @s256 on GitHub (Feb 7, 2016).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/164

It's not possible to add multiple recipients (Goto) to an Alias if it's a new TLD. In my case .business .
Domain was added successfully. One Alias is also not a problem. Just multiple recipients.

Originally created by @s256 on GitHub (Feb 7, 2016). Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/164 It's not possible to add multiple recipients (Goto) to an Alias if it's a new TLD. In my case .business . Domain was added successfully. One Alias is also not a problem. Just multiple recipients.
kerem closed this issue 2026-02-26 09:36:10 +03:00
Author
Owner

@s256 commented on GitHub (Feb 24, 2016):

I'm correcting: If the TLD part is longer than 4 Characters. I assume AliasController.php is the responsible file. First I thought it's the Zend Framework. But after removing !Zend_Validate::is( "{$address}", 'EmailAddress', array( 1, null ) ) nothing changed.
I'm not sure if it's the correct file, but it was the only one I could finde the exact error message.
I'm not a programmer, just an admin. Sorry :/
Line 428 in AliasController.php
// is the alias valid (allowing for wildcard domains (i.e. with no local part) if( $form->getValue( "local_part" ) && !Zend_Validate::is( "{$address}", 'EmailAddress', array( 1, null ) ) ) { $form->getElement( 'local_part' )->addError( _( 'Invalid email address.' ) ); return false; }

<!-- gh-comment-id:188462533 --> @s256 commented on GitHub (Feb 24, 2016): I'm correcting: If the TLD part is longer than 4 Characters. I assume AliasController.php is the responsible file. First I thought it's the Zend Framework. But after removing `!Zend_Validate::is( "{$address}", 'EmailAddress', array( 1, null ) )` nothing changed. I'm not sure if it's the correct file, but it was the only one I could finde the exact error message. I'm not a programmer, just an admin. Sorry :/ Line 428 in AliasController.php `// is the alias valid (allowing for wildcard domains (i.e. with no local part) if( $form->getValue( "local_part" ) && !Zend_Validate::is( "{$address}", 'EmailAddress', array( 1, null ) ) ) { $form->getElement( 'local_part' )->addError( _( 'Invalid email address.' ) ); return false; }`
Author
Owner

@SE0N commented on GitHub (Mar 7, 2016):

Maybe this helps: https://github.com/opensolutions/ViMbAdmin/issues/151

At least this was what helped me for the new TLDs

<!-- gh-comment-id:193359949 --> @SE0N commented on GitHub (Mar 7, 2016): Maybe this helps: https://github.com/opensolutions/ViMbAdmin/issues/151 At least this was what helped me for the new TLDs
Author
Owner

@barryo commented on GitHub (Apr 2, 2016):

Seems to work fine now. I'll create a new release shortly.

<!-- gh-comment-id:204697353 --> @barryo commented on GitHub (Apr 2, 2016): Seems to work fine now. I'll create a new release shortly.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ViMbAdmin-opensolutions#131
No description provided.