mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #213] Add alias: address --> goto address validation #167
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#167
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nine on GitHub (Nov 13, 2016).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/213
In the form /vimbadmin/alias/add
it is possible to enter the same address in the fields address and goto,
e.g. address:foo@example.com --> goto:foo@example.com.
After adding this alias-loop it is not shown in the alias-table and therefore it is not possible to delete this loop anymore.
@barryo commented on GitHub (Nov 19, 2016):
yes, this is intentional. It allows you to alias you address but also retain mailbox delivery.
There's a toggle button on the top left to show mailbox aliases.
@barryo commented on GitHub (Nov 19, 2016):
Err, top right even.
@nine commented on GitHub (Nov 19, 2016):
Thank you!