diff --git a/doc/links.h b/doc/links.h index a72ce76..a769011 100644 --- a/doc/links.h +++ b/doc/links.h @@ -11,7 +11,7 @@
  • CREDITS
  • SourceForge.net Logo

    Links

    -
  • C API +
  • C API
  • Milter.Org
  • Python.Org
  • Sendmail.Org diff --git a/doc/milter.ht b/doc/milter.ht index 9e73126..fa4ead6 100644 --- a/doc/milter.ht +++ b/doc/milter.ht @@ -31,7 +31,7 @@ See the FAQ | A Python Sendmail introduced a - new API beginning with version 8.10 - + new API beginning with version 8.10 - libmilter. The milter module for Python provides a python interface to libmilter that exploits all its features.

    @@ -48,7 +48,7 @@ href="#milter">milters, and the beginnings of a general purpose mail filtering system written in Python.

    At the lowest level, the 'milter' module provides a thin wrapper around the - + sendmail libmilter API. This API lets you register callbacks for a number of events in the process of sendmail receiving a message via SMTP. @@ -121,7 +121,7 @@ copy mail.

  • For more ideas, check the Milter Web Page. - + Documentation for the C API is provided with sendmail. Miltermodule provides a thin python wrapper for the C API. Milter.py provides a simple OO wrapper on top of that.