From 5b84d454da645f4393b1f643887b4ec1fdff1ace Mon Sep 17 00:00:00 2001 From: Stuart Gathman Date: Mon, 25 Aug 2008 22:40:58 +0000 Subject: [PATCH] API docs on milter.org moved --- doc/links.h | 2 +- doc/milter.ht | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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.