Share

batv-milter

File Release Notes and Changelog

Release Name: 0.4.0

Notes:
This release fixes some bugs, including compile-time detection
of MTAs with an old bug that could cause message bodies to
be dropped.  It also adds support for auto-restarts, and an experimental modification to BATV to work more seamlessly with
deployed Sendmail features.

Changes: 0.4.0 2009/04/20 Prepend the X-BATV: header rather than appending it. Fix logic bug when determining if the client is "internal" or not. Move "-A" (skip verification of authenticated clients) to "-s". Add "-x" switch which turns on a more sendmail-friendly form of BATV tagging, using the "plus-detail" syntax. Request more descriptive SMTP reply text when rejecting messages. Auto-detect whether or not the installed MTA has a fix with respect to smfi_chgfrom(), and act accordingly. Feature request #SF2102430: Re-add "-A", enabling auto-restart code (copied from dkim-filter).