Module Async_smtp_tools.Log_selector.Base

type t = [
| `envelope_sender of Re2.Regex.t
| `envelope_recipient of Re2.Regex.t
| `recipient of Re2.Regex.t
| `subject of Re2.Regex.t
| `rfc822_id of Re2.Regex.t
| `flows of Async_smtp.Std.Smtp_mail_log.Flows.t
]
include sig ... end
val t_of_sexp : Sexplib.Sexp.t ‑> t
val __t_of_sexp__ : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t
val regex : t ‑> Re2.Regex.t