refactor: normalize runtime group sender gating decisions

This commit is contained in:
Peter Steinberger
2026-03-07 21:50:19 +00:00
parent 5eba663c38
commit 27dad962fe
8 changed files with 190 additions and 109 deletions

View File

@@ -277,6 +277,7 @@ export {
} from "./allow-from.js";
export {
evaluateSenderGroupAccess,
evaluateSenderGroupAccessForPolicy,
type SenderGroupAccessDecision,
type SenderGroupAccessReason,
} from "./group-access.js";