Description
Mailguard
A mail control plane whose rules are the glither.mail dialect — messages settle to delivered/dropped or rest in quarantine, every verdict produced by a capability-sandboxed wasm policy.
Mailguard is a standalone product in the RAGBAZ stack. It classifies inbound
mail through a rule pipeline; its policy language is Glither (the glither.mail
dialect), so verdicts run as capability-sandboxed WebAssembly rather than in-process
rule evaluation.
Mailguard
1A mail control plane: inbound sources feed a pipeline of steps that classify each message into buckets (inbox · newsletters · quarantine · drop), governed by rules, with webhooks, a blacklist, and tamper-evident mail + audit logs.
Glither is Mailguard's rule engine. Mailguard's rules are the glither.mail
dialect, the easy, degenerate case of Glither: a flat delivered/dropped
verdict plus one suspended state quarantine : Pending<{delivered, dropped}>
resolved by admin.release or a deadline. The same engine drives the other
dialects elsewhere in the stack — Mailguard is the proving ground.