X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/ac830fc6328ed5b7493c4f58fa448f2cef5e602a..2bc5ed226e9a0cba24f9d689754e1d62bb883d86:/src/msgTypes.sml diff --git a/src/msgTypes.sml b/src/msgTypes.sml index 7f328e3..efcbefa 100644 --- a/src/msgTypes.sml +++ b/src/msgTypes.sml @@ -75,5 +75,9 @@ datatype msg = (* Response to MsgSaQuery *) | MsgSaSet of string * bool (* Set the filtering status of a user or e-mail address *) + | MsgSmtpLogReq of string + (* Request all current SMTP log lines about a domain *) + | MsgSmtpLogRes of string + (* One line of a response to MsgSmtpLogReq *) end