Copy sendmail-devel libmilter api into documention, since milter.org is gone.

This commit is contained in:
Stuart Gathman
2015-06-24 03:41:38 +00:00
parent 161b4c31e1
commit 2660540641
5 changed files with 40 additions and 39 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
## To roll your own milter, create a class that extends Milter.
# See the pymilter project at http://bmsi.com/python/milter.html
# based on Sendmail's milter API http://www.milter.org/milter_api/api.html
# based on Sendmail's milter API
# This code is open-source on the same terms as Python.
## Milter calls methods of your class at milter events.