diff options
author | martti <martti> | 2006-02-05 12:55:32 +0000 |
---|---|---|
committer | martti <martti> | 2006-02-05 12:55:32 +0000 |
commit | 7571a106d1e3c840c2372facfc4dcb16f0f0657f (patch) | |
tree | 361d78ab7fbdf579fd0979fbdd3a2f6247683ad7 | |
parent | 57394dc1865c3691584a8bab8727bde27bd3fcf3 (diff) | |
download | pkgsrc-7571a106d1e3c840c2372facfc4dcb16f0f0657f.tar.gz |
Updated mail/postfix-current to 2.3-20060202
Postfix now preserves uppercase information while mapping addresses
with canonical, virtual, relocated or generic maps; this happens
even with $number substitutions in regular expression maps. However,
the local(8) and virtual(8) delivery agents still fold addresses
to lower case.
By default, Postfix now folds the search string to lowercase only
with tables that have fixed-case lookup fields such as btree:,
hash:, dbm:, ldap:, or *sql:. The search string is no longer case
folded with tables whose lookup fields can match both upper or lower
case, such as regexp:, pcre:, or cidr:.
For safety reasons, Postfix no longer allows $number substitution
in regexp: or pcre: transport tables or per-sender relayhost tables.
-rw-r--r-- | mail/postfix-current/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index e5056ddfa72..8dbe6dcdf71 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2006/01/10 20:21:32 joerg Exp $ +# $NetBSD: Makefile,v 1.57 2006/02/05 12:55:32 martti Exp $ -DISTNAME= postfix-2.3-20060103 +DISTNAME= postfix-2.3-20060202 #PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index b9de15f986f..99dd501d1de 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2006/01/10 06:39:00 martti Exp $ +$NetBSD: distinfo,v 1.21 2006/02/05 12:55:32 martti Exp $ -SHA1 (postfix/postfix-2.3-20060103.tar.gz) = 7b270542046e76c88e3ba9eb85653d8fb54d9194 -RMD160 (postfix/postfix-2.3-20060103.tar.gz) = 2c95fc416d287de0b50f517312fd817fcb3f43dc -Size (postfix/postfix-2.3-20060103.tar.gz) = 2576252 bytes +SHA1 (postfix/postfix-2.3-20060202.tar.gz) = 4891274d20c3a3d95e7d31a2b479389e1aef12fd +RMD160 (postfix/postfix-2.3-20060202.tar.gz) = 21335cde2241b1aba73814be6270d87f1575e74b +Size (postfix/postfix-2.3-20060202.tar.gz) = 2592139 bytes SHA1 (patch-aa) = 3f45ca9b05bf080bd0f9ef3c9f8c24a1ef992edd SHA1 (patch-ai) = 890ccf2d7f6c6e21f00a2bea9c71ef1e058ac826 |