diff --git a/MANIFEST.in b/MANIFEST.in
index 292c5f3..383e0b6 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -18,6 +18,7 @@ include spfquery.py
include test.py
include sample.py
include test/*
+include doc/*
include Milter/*.py
include *.spec
include start.sh
diff --git a/doc/changes.ht b/doc/changes.ht
index 01e5c24..dc82e54 100644
--- a/doc/changes.ht
+++ b/doc/changes.ht
@@ -6,6 +6,15 @@ Python milter has been moved to
pymilter Sourceforge
project for development and release downloads.
+
0.8.5
+
+Release 0.8.5 fixes some build bugs reported by Stephen Figgins. It
+fixes many small things, like not auto-whitelisting recipients of
+outgoing mail when the subject contains "autoreply:". There is a
+simple trusted forwarder implementation. If you have more than
+2 or so forwarders, we will need a way to "compile" SPF records into an
+IP set and TTL for it to be efficient (like libspf2 does).
+
GOSSiP
An alpha release of pygossip has been commited to
CVS, module pygossip. A version of the bms.py milter has been commited to CVS
diff --git a/doc/credits.ht b/doc/credits.ht
index dcdfaad..849ae3d 100644
--- a/doc/credits.ht
+++ b/doc/credits.ht
@@ -18,6 +18,9 @@ real, usable Python extension.
for the pymilter mascot image of
Maxwell's daemon
+Stephen Figgins
+ for reporting problems building with sendmail-8.12, and when
+ building milter.so for the first time.
Dave MacQuigg
for noticing that smfi_insheader wasn't supported, and creating
a template to help first time pymilter users create their own milter.
diff --git a/doc/milter.ht b/doc/milter.ht
index f6ebb94..dd4830b 100644
--- a/doc/milter.ht
+++ b/doc/milter.ht
@@ -20,7 +20,7 @@ ALT="Viewable With Any Browser" BORDER="0">
Stuart D. Gathman
This web page is written by Stuart D. Gathman
and
sponsored by
Business Management Systems, Inc.
-Last updated Oct 25, 2005
+Last updated Dec 29, 2005
See the FAQ | Download now |
Subscribe to mailing list |
diff --git a/doc/requirements.ht b/doc/requirements.ht
index 62c5ec8..0696f22 100644
--- a/doc/requirements.ht
+++ b/doc/requirements.ht
@@ -13,6 +13,12 @@ sendmail prior to 8.12 libmilter is marked FFR (For Future Release) and
is not installed by default.
Sendmail 8.12 still does not enable libmilter by default. You must
explicitly select the "MILTER" option when compiling.
+ When compiling Python milter against sendmail versions earlier than
+8.13, you must set MAX_ML_REPLY to 1 in setup.py. There is no way to tell from
+the libmilter includes that smfi_setmlreply is not supported.
+ You probably want to use sendmail-8.13, since that supports multi-line
+SMTP error descriptions and SOCKETMAP. You want SOCKETMAP for use with
+pysrs.
Python milter has been tested against sendmail-8.11 through sendmail-8.13.
Python milter must be compiled for the specific version of sendmail
it will run with. (Since the result is dynamically loaded, there could