From 8da2a6873f8edfe18a34989bd688ebbc36580ebb Mon Sep 17 00:00:00 2001 From: johnnyburnaway <60918126+johnnyburnaway@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:15:59 +0200 Subject: [PATCH 1/2] docs: update announcements.md --- announcements.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/announcements.md b/announcements.md index 571d39c1..6d5d1e87 100644 --- a/announcements.md +++ b/announcements.md @@ -1,5 +1,13 @@ # Announcements +## Catch-all domains and alias restore added - 2026-07-29 + +### Catch-all for custom domains +Turn on catch-all for a verified domain to forward mail sent to any address on it, not just addresses you set up as aliases. Set the catch-all recipient and from name per domain. + +### Restore deleted aliases +A deleted alias is now kept for 90 days and can be restored, rather than removed immediately. It stays inactive and does not forward while deleted. Filter the Aliases list with "Show: Active / Deleted / All" to see deleted aliases and restore them. + ## Recent Mailx updates - 2026-06-14 ### Custom domains and custom aliases From 54d202906016f11560ba9abdaa4cda9d24541ebc Mon Sep 17 00:00:00 2001 From: Juraj Hilje Date: Wed, 29 Jul 2026 18:25:29 +0200 Subject: [PATCH 2/2] feat: update announcements.md --- announcements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/announcements.md b/announcements.md index 6d5d1e87..756d5813 100644 --- a/announcements.md +++ b/announcements.md @@ -6,7 +6,7 @@ Turn on catch-all for a verified domain to forward mail sent to any address on it, not just addresses you set up as aliases. Set the catch-all recipient and from name per domain. ### Restore deleted aliases -A deleted alias is now kept for 90 days and can be restored, rather than removed immediately. It stays inactive and does not forward while deleted. Filter the Aliases list with "Show: Active / Deleted / All" to see deleted aliases and restore them. +A deleted alias can be restored 90 days after deletion. It stays inactive and does not forward while deleted. Filter the Aliases list with "Show: Active / Deleted / All" to see deleted aliases and restore them. ## Recent Mailx updates - 2026-06-14