ClearFoundation Tracker - ClearOS
View Issue Details
0000933ClearOSapp-mail-extension - Mail Extensionpublic2013-01-11 20:192019-04-24 08:04
user2 
 
lowtweakalways
closedsuspended 
 
 
0000933: Handle groups with spaces
Though the GUI does not allow adding groups with spaces, there should be a way for the mail extension to handle setting the distribution list e-mail address for such groups. For example, a group name of "test group" needs to use something like "test_group@example.com" for the group distribution list. It's tricky since "test_group" might already exist. Perhaps there is a valid character for e-mail addresses, but not permitted for group names?

http://en.wikipedia.org/wiki/Email_address#Valid_email_addresses [^]
No tags attached.
related to 0000723closed user2 app-groups allows group creation with spaces which is disallowed by app-users. 
related to 0002261closed  Handle groups with spaces 
Issue History
2013-01-11 20:19user2New Issue
2013-01-11 20:19user2Statusnew => assigned
2013-01-11 20:19user2Assigned To => user2
2013-01-11 20:19user2Issue generated from: 0000723
2013-01-11 20:19user2Relationship addedrelated to 0000723
2015-03-11 11:07dloperNote Added: 0001392
2015-03-11 11:14user2Issue cloned: 0002261
2015-03-11 11:14user2Relationship addedrelated to 0002261
2015-03-11 11:16user2Note Edited: 0001392bug_revision_view_page.php?bugnote_id=1392#r172
2018-12-14 12:11user2Assigned Touser2 => tracker
2019-04-24 08:04NickHNote Added: 0011561
2019-04-24 08:04NickHStatusassigned => closed
2019-04-24 08:04NickHAssigned Totracker =>
2019-04-24 08:04NickHResolutionopen => suspended

Notes
(0001392)
dloper   
2015-03-11 11:07   
(edited on: 2015-03-11 11:16)
This affects samba shares as well especially with flexshares where the default group of "domain users" is applied to a flexshare under active directory. To fix this in a flexshare, double-quotes can be added to the group name for example, the default behavior renders the valid users as:

valid users = @"%D\domain users", @domain users

When it should be:

valid users = @"%D\domain users", @"domain users"

Edit: added tracker 0002261 for Samba issue.

(0011561)
NickH   
2019-04-24 08:04   
Migrated to https://gitlab.com/clearos/clearfoundation/app-mail-extension/issues/1 [^]