summaryrefslogtreecommitdiff
path: root/mail/courier-mta/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-10-15 15:37:13 +0000
committerjlam <jlam@pkgsrc.org>2007-10-15 15:37:13 +0000
commita704963190ee8bfbaa0c04b328d980ed74e91211 (patch)
tree0d3783fe7fae8c3bcd9576f1d2bddf02e417b0cd /mail/courier-mta/Makefile.common
parent3d408c3b971c09dfcdfe4195f65200dce75305e5 (diff)
downloadpkgsrc-a704963190ee8bfbaa0c04b328d980ed74e91211.tar.gz
Update mail/courier-mta to 0.57.1. Changes from version 0.56.0 include:
* Major code cleanup. * "User unknown" reports complete local address, including extensions. * Only run courierfilters after all control files are closed. * "opt BOFHHEADERLIMIT" replaces hardcoded limit of 100,000 bytes of headers per message. * Reject <@domain.com> for a recipient's address. * Tolerate newline-less responses from the filter. * Document that sysexit 100 from .courier is a permanent failure. * "courier show all" and "courier clear all" commands for managing backscatter suppression list.
Diffstat (limited to 'mail/courier-mta/Makefile.common')
-rw-r--r--mail/courier-mta/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/courier-mta/Makefile.common b/mail/courier-mta/Makefile.common
index 537de578aa2..5248b48ae97 100644
--- a/mail/courier-mta/Makefile.common
+++ b/mail/courier-mta/Makefile.common
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile.common,v 1.6 2007/08/10 17:57:03 jlam Exp $
+# $NetBSD: Makefile.common,v 1.7 2007/10/15 15:37:14 jlam Exp $
-COURIER_VERSION= 0.56.0
+COURIER_VERSION= 0.57.1
+LICENSE= gnu-gpl-v3
.include "../../mk/bsd.prefs.mk"