From 057491e33c3921eff57d41738fa7809c5bd28105 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Fri, 18 Sep 2026 09:32:03 -0700 Subject: [PATCH] Masked email: acceptance test 8 matches the observed error --- features/masked-email.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/masked-email.md b/features/masked-email.md index 188cfd3..aed0366 100644 --- a/features/masked-email.md +++ b/features/masked-email.md @@ -245,7 +245,7 @@ masks. (ME-3, ME-13). 7. `emailPrefix: "shop"` gives `shop_…`. `emailPrefix: "Shop!"` fails `invalidProperties`. -8. `emailDomain` the account isn't linked to fails `invalidProperties` +8. `emailDomain` the account isn't linked to fails `forbidden` (ME-12). 9. `maxMaskedAddresses` 2: the third fails `overQuota`. 0 blocks creation (ME-14).