diff options
author | martti <martti@pkgsrc.org> | 2001-11-22 11:43:07 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-11-22 11:43:07 +0000 |
commit | 8438c32fbcd64e39472179c924593bfe18af36c6 (patch) | |
tree | 2e55fa0d964be74c0120ad8658047df6f25c8b8f /mail/postfix | |
parent | 45daa3f56745936e5aa7d4a3c9b32d720edcc721 (diff) | |
download | pkgsrc-8438c32fbcd64e39472179c924593bfe18af36c6.tar.gz |
Updated to 20010228pl8. Changes since 20010228pl4nb1:
20010917
Bugfix: an address extension could be appended multiple
times to the result of a canonical or virtual map lookup.
File: global/mail_addr_map.c. Fix by Victor Duchovni,
Morgan Stanley.
Bugfix: because split_addr() would split an address even
when there was no data before the recipient delimiter, the
above bug could cause an address to grow exponentially in
size. Problem reported by Victor Duchovni, Morgan Stanley.
File: global/split_addr.c.
20010918
Bugfix: the mail_addr_map() fix was almost but not quite
right. It took two clever people and several iterations of
email to really fix the mail_addr_map() problem. Thanks
to Victor Duchovni and Liviu Daia.
20011016
Bugfix: As of 20000625, Errors-To: was broken, because the
code to extract the address was not moved from recipient
address rewriting to sender address rewriting. Problem
reported by Roelof Osinga @ nisser.com. File:
cleanup/cleanup_message.c.
20011023
Bugfix: the FILTER_README content filtering example had
not been updated to include the sendmail "-i" command line
option.
20011029
Bugfix: virtual map expansion terminated early because the
detection of self-referential entries was flawed. File:
cleanup/cleanup_map1n.c.
20011031
Bugfix: mail_date() mis-formatted negative time zone offsets
with fractional hours (-03-30 instead of -0330). Fix by
Chad House, greyfirst.ca. File: global/mail_date.c.
20011103
Bugfix: Postfix would log the wrong error text when locally
submitted mail was deferred due to "soft_bounce = yes".
Bugfix: The LDAP client dropped any entries that don't have
the result_attribute, but errored out when a DN didn't
exist. The behavior is now consistent: treat non-existant
DN's in a special result attribute expansion the same as
DN's with no attribute. LaMont Jones, HP.
20011114
Bugfix: reset the smtpd command transaction log between
deliveries. File: smtpd/smtpd.c.
20011115
Bugfix: reset the smtpd command transaction log between
non-deliveries. File: smtpd/smtpd.c.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 2a4e1a14693..ea9333235e2 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2001/11/12 05:07:19 itojun Exp $ +# $NetBSD: Makefile,v 1.45 2001/11/22 11:43:07 martti Exp $ -DISTNAME= postfix-20010228-pl04 -PKGNAME= postfix-20010228pl4nb1 +DISTNAME= postfix-20010228-pl08 +PKGNAME= postfix-20010228pl8 CATEGORIES= mail MASTER_SITES= ftp://postfix.cloud9.net/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 1d6adbdf93e..1efaaeac4a9 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2001/11/12 05:07:19 itojun Exp $ +$NetBSD: distinfo,v 1.10 2001/11/22 11:43:07 martti Exp $ -SHA1 (postfix/postfix-20010228-pl04.tar.gz) = 5a9328a7e50d5abffaeb320a5ae403f5229efd90 -Size (postfix/postfix-20010228-pl04.tar.gz) = 989045 bytes +SHA1 (postfix/postfix-20010228-pl08.tar.gz) = d171867ba89c3766f2346575acdab8423ebf7077 +Size (postfix/postfix-20010228-pl08.tar.gz) = 989129 bytes SHA1 (postfix/postfix-20010228release-ercpt.diff) = c6abc5d57ca1a36de85dadee878b266d707ad3cd Size (postfix/postfix-20010228release-ercpt.diff) = 4484 bytes SHA1 (patch-aa) = a2cbec9609c9abaf87a8e11220ddf2546802648d |