Documentation updates.
This commit is contained 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
|
||||
|
||||
@@ -6,6 +6,15 @@ Python milter has been moved to
|
||||
<a href="http://sourceforge.net/projects/pymilter/">pymilter Sourceforge
|
||||
project</a> for development and release downloads.
|
||||
|
||||
<h3> 0.8.5 </h3>
|
||||
|
||||
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).
|
||||
|
||||
<h3> GOSSiP </h3>
|
||||
An alpha release of <a href="pygossip.html">pygossip</a> has been commited to
|
||||
CVS, module pygossip. A version of the bms.py milter has been commited to CVS
|
||||
|
||||
@@ -18,6 +18,9 @@ real, usable Python extension.
|
||||
<dd>for the pymilter mascot image of
|
||||
<a href="http://maxwelld.netfirms.com/">
|
||||
Maxwell's daemon</a>
|
||||
<dt>Stephen Figgins
|
||||
<dd>for reporting problems building with sendmail-8.12, and when
|
||||
building milter.so for the first time.
|
||||
<dt>Dave MacQuigg
|
||||
<dd>for noticing that smfi_insheader wasn't supported, and creating
|
||||
a template to help first time pymilter users create their own milter.
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ ALT="Viewable With Any Browser" BORDER="0"></A>
|
||||
Stuart D. Gathman</a><br>
|
||||
This web page is written by Stuart D. Gathman<br>and<br>sponsored by
|
||||
<a href="http://www.bmsi.com">Business Management Systems, Inc.</a> <br>
|
||||
Last updated Oct 25, 2005</h4>
|
||||
Last updated Dec 29, 2005</h4>
|
||||
|
||||
See the <a href="faq.html">FAQ</a> | <a href="http://sourceforge.net/project/showfiles.php?group_id=139894">Download now</a> |
|
||||
<a href="http://bmsi.com/mailman/listinfo/pymilter">Subscribe to mailing list</a> |
|
||||
|
||||
@@ -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.
|
||||
<li> 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.
|
||||
<li> 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.
|
||||
<li> Python milter has been tested against sendmail-8.11 through sendmail-8.13.
|
||||
<li> Python milter must be compiled for the specific version of sendmail
|
||||
it will run with. (Since the result is dynamically loaded, there could
|
||||
|
||||
Reference in New Issue
Block a user