# $Id: README,v 1.5 2005/08/16 23:20:08 ca Exp $

This directory contains information, patches, and source code which
might be helpful for running sendmail X and related programs.

Everything in this directory (except this file) has been contributed
or is based on external code; nothing in here is a supported part
of sendmail X.

------------------------------------------------------------
Patches for procmail

procmail.lmtp.p0	A patch from Philip Guenther for procmail-3.22
			to allow for detail handling in LMTP mode.
			-z takes an optional argument to specify the
			detail delimiter, e.g., -z+
			This patch is necessary to use procmail as LDA
			for sendmail X when detail handling is used.

procmail.lmtp.p1	A patch for procmail-3.22 to allow quoted
			sender addresses, e.g., MAIL From:<"a b"@c.d>

------------------------------------------------------------
Example Policy Milters

There are two milters written by Daniel Hartmeier which have been
modified to use the sendmail X pmilter API: milter-regex.c and
milter-spamd.c. They are only built by

make check

and they are not installed during

make install

Note: on some systems you have to use

YACC=yacc ./configure

to allow milter-regex to compile.

