From 7920b8c87e0e66d797c98919104a8126bdf928cb Mon Sep 17 00:00:00 2001
From: martti <martti@pkgsrc.org>
Date: Thu, 31 Aug 2006 18:44:50 +0000
Subject: Updated mail/postfix-2.3.3

- File corruption while executing a Milter "header insert" action
  with headers-only mail (found with dk-filter).  Delivery agents
  would go into an infinite loop because some queue file update
  had been done in the wrong order.  As a precaution, delivery
  agents now detect such loops, and the queue manager now saves
  such mail to the "corrupt" directory.

- Segmentation fault in the SMTP client while saving a cached
  connection with unsent data. Postfix indexed some table with -1,
  because some I/O cleanup had been done in the wrong order. The
  same problem should exist in Postfix 2.2.

- Postfix no longer announces its name in delivery status notifications.
  All other details of the default bounce text remain unchanged.
  The reason for this change is that too many people believe that
  Wietse provides a free helpdesk service that solves all their
  email problems.
---
 mail/postfix/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'mail/postfix/Makefile')

diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 6ff419b0f53..03d6dff843b 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.186 2006/08/11 12:34:24 taca Exp $
+# $NetBSD: Makefile,v 1.187 2006/08/31 18:44:50 martti Exp $
 
-DISTNAME=	postfix-2.3.2
-PKGREVISION=	1
+DISTNAME=	postfix-2.3.3
+#PKGREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/official/
 
-- 
cgit v1.2.3