Commit 262d8946 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Reword short description of package

parent 80641c82
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ repos:
  - id: copyright-notice
    args: [--min-size=500]
    files: ^kilter/.*
    exclude: ^kilter/protocol/__init__.py$
    stages: [commit, manual]
  - id: protect-first-parent

+4 −1
Original line number Diff line number Diff line
"""
Parsers and state machines for the communications protocol used between the MTAs and filters
Parsers and state machines for the Sendmail milter communications protocol

This is a low-level package for the milter protocol used between a mail transfer agent (MTA)
and mail filters.

Users looking for something as simple to use as libmilter should take a look at
`kilter.service`.