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

Conflicts:
	Milter/__init__.py
	doc/milter.py
	makefile
This commit is contained in:
Stuart Gathman
2015-06-24 03:41:38 +00:00
committed by Scott Kitterman
parent d35ed40edf
commit 74b8b1ae19
5 changed files with 67 additions and 40 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.