Loading .pre-commit-config.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading kilter/protocol/__init__.py +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`. Loading Loading
.pre-commit-config.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
kilter/protocol/__init__.py +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`. Loading