Subject: CVS commit: pkgsrc/mail/maildrop
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/20/2005 20:26:37
Module Name: pkgsrc
Committed By: jlam
Date: Thu Oct 20 20:26:37 UTC 2005
Modified Files:
pkgsrc/mail/maildrop: Makefile distinfo
pkgsrc/mail/maildrop/patches: patch-aa patch-ab
Log Message:
Update mail/maildrop to 2.0.1. Changes from version 1.8.1 include:
* Use PCRE (http://www.pcre.org) for mattern matching.
+ Most visible change is a different syntax for subexpression matching,
using (...). MATCH2 becomes MATCH1, MATCH3 becomes MATCH2, etc...
+ "w" account option dropped.
+ During a transitional period, setting MAILDROP_OLD_REGEXP
reverts to the old pattern matching engine.
* Do not autoreply to messages with an Auto-Submitted: header, unless
it's contents are "no". Add Auto-Submitted: auto-replied.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/mail/maildrop/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/mail/maildrop/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/maildrop/patches/patch-aa
cvs rdiff -r1.1 -r1.2 pkgsrc/mail/maildrop/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.