This directory contains various email-related tools.  Most assume that
you have procmail available.

BOOKKEEPING
-----------

MD5	Lists MD5 checksums of each of the other files.

README	Plain text copy of this file.

index.html
	This file.

SOURCE CODE
-----------

procmail-3.23pre.tar.gz
	This is the November 2001 procmail snapshot plus a patch to
	fix problems with memory allocation when using assignments
	of the form
		VAR=|command
	If you have trouble with procmail running out of memory or
	dropping the leading "F" in the first "From " line of
	delivered messages, please try this.  The snapshot also
	fixes the "Extraneous deliver-head flag ignored" bug.

PROCMAIL TOOLS
--------------

mimepart.txt
        Procmail recipes for extracting a single body part of a
        specified type from a MIME message structure.

mimewrap.txt
	A set of procmail recipes to package the input message as a
	MIME message/rfc822 attachment in the output.

rfc822rc.txt
	A set of procmail regular expressions for RFC822 parsing.
	This is a good, lightweight way to pick one address out of
	a line or to verify the syntax of an address.  For a more
	complete parser, see:
		ftp://ftp.gac.edu/pub/guenther/822rcs.tar.gz
	
viriirc.txt
	Based on John Conover's quarantine.outlook.attachments.txt,
	this set of recipes recognizes potential virus messages and
	uses the same technique as mimewrap.txt to package them for
	safer delivery.