A milter is an extension to the widely used open source mail transfer agent (MTA) sendmail and postfix. It allows administrators to add mail filters (for filtering spam, viruses ...) very efficiently in the mail-processing-chain of sendmail.
Milter filters can reject a message during the SMTP session. Milters preserve reliable email delivery without taking over responsibility for generating bounce messages (envelope sender addresses of viruses and spam are frequently faked).
Sendmail.org includes a special thread based library in the sendmail distribution which provides the milter API. The Sendmail daemon communicates with a milter process using the milter protocol.
The usage of milters has spread in recent years and milters are becoming increasingly important in mail processing on the large scale to block, verify and sort incoming mail.
Sendmail.org does not provide documentation for protocol used for communnication between sendmail and milter processes.