Subject: CVS commit: pkgsrc/mail/maildrop
From: Johnny C. Lam
Date: 2005-10-20 22:26:37
Message id: 20051020202637.EB4562DA27@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.27modifypkgsrc/mail/maildrop/Makefile
1.9modifypkgsrc/mail/maildrop/distinfo
1.5modifypkgsrc/mail/maildrop/patches/patch-aa
1.2modifypkgsrc/mail/maildrop/patches/patch-ab