diff options
author | sommerfeld <sommerfeld@pkgsrc.org> | 2000-07-03 02:46:16 +0000 |
---|---|---|
committer | sommerfeld <sommerfeld@pkgsrc.org> | 2000-07-03 02:46:16 +0000 |
commit | 1a328137a43e653558c7180a4e3b0985bb35eda9 (patch) | |
tree | cb285a600e4a2a5ef491ceca89df2901e1a3fe0d /mail/postfix | |
parent | 9f36490b37f5523fed524356a759e4670b7403f8 (diff) | |
download | pkgsrc-1a328137a43e653558c7180a4e3b0985bb35eda9.tar.gz |
Update to postfix-19991231-pl08
Major changes with postfix-19991231-pl08:
=========================================
Specify "body_checks = regexp:/etc/postfix/body_checks" for a quick
and dirty emergency content filter that looks at non-header lines
one line at a time (including MIME headers inside the message body).
Details in conf/sample-filter.cf.
Incompatible changes with postfix-19991231-pl07:
================================================
As required by RFC 822, Postfix now inserts a generic destination
message header when no destination header is present. The text is
specified via the undisclosed_recipients_header configuration
parameter (default: "To: undisclosed-recipients:;").
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix/files/md5 | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index b1dd19c786f..9c31dd6f6c2 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2000/04/27 01:05:06 kim Exp $ +# $NetBSD: Makefile,v 1.20 2000/07/03 02:46:16 sommerfeld Exp $ -DISTNAME= postfix-19991231-pl06 -PKGNAME= postfix-19991231pl06 +DISTNAME= postfix-19991231-pl08 +PKGNAME= postfix-19991231pl08 CATEGORIES= mail MASTER_SITES= ftp://postfix.cloud9.net/official/ diff --git a/mail/postfix/files/md5 b/mail/postfix/files/md5 index 27dd2c4395c..044b9ad5112 100644 --- a/mail/postfix/files/md5 +++ b/mail/postfix/files/md5 @@ -1,4 +1,3 @@ -$NetBSD: md5,v 1.6 2000/04/27 01:05:07 kim Exp $ +$NetBSD: md5,v 1.7 2000/07/03 02:46:18 sommerfeld Exp $ -MD5 (postfix/postfix-19991231-pl06.tar.gz) = 7630d7466569c08f1fdf7c437cef0a14 -MD5 (postfix/postfix-19991231-pl06-verp.patch.gz) = 50a274d4b7e33a6e573f7678e4b5955b +MD5 (postfix/postfix-19991231-pl08.tar.gz) = 0461524d91c87b03c80cc640ec953a63 |