pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dovecot2-pigeonhole dovecot2-pigeonhole: update t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d72b71950f32
branches: trunk
changeset: 370178:d72b71950f32
user: adam <adam%pkgsrc.org@localhost>
date: Fri Oct 13 06:53:24 2017 +0000
description:
dovecot2-pigeonhole: update to 0.4.21
v0.4.21:
* redirect action: Always set the X-Sieve-Redirected-From header to
sieve_user_email if configured. Before, it would use the envelope recipient
instead if available, which makes no sense if the primary e-mail address is
available.
+ vacation extension: Allow ignoring the envelope sender while composing the
"To:" header for the reply. Normally, the "To:" header is composed from
the address found in the "Sender", "Resent-From" or "From" headers that is
equal to the envelope sender. If none is then found, the bare envelope
sender is used. This change adds a new setting
"sieve_vacation_to_header_ignore_envelope". With this setting enabled, the
"To:" header is always composed from those headers in the source message.
The new setting thus allows ignoring the envelope, which is useful e.g.
when SRS is used.
+ vacation extension: Compose the "To:" header from the full sender address
found in the first "Sender:", "From:" or "Resent-From:" header. Before, it
would create a "To:" header without a phrase part. The new behavior is
nicer, since the reply will be addressed to the sender by name if possible.
- LDA Sieve plugin: Fixed sequential execution of LDAP-based scripts. A
missing LDAP-based script could cause the script sequence to exit earlier.
- sieve-filter: Removed the (now) duplicate utf8 to mutf7 mailbox name
conversion. This caused problems with mailbox names containing UTF-8
characters. The Dovecot API was changed years ago, but apparently
sieve-filter was never updated.
diffstat:
mail/dovecot2-pigeonhole/Makefile | 4 ++--
mail/dovecot2-pigeonhole/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r ae40b1ceb83c -r d72b71950f32 mail/dovecot2-pigeonhole/Makefile
--- a/mail/dovecot2-pigeonhole/Makefile Fri Oct 13 04:52:09 2017 +0000
+++ b/mail/dovecot2-pigeonhole/Makefile Fri Oct 13 06:53:24 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2017/09/02 14:31:23 taca Exp $
+# $NetBSD: Makefile,v 1.37 2017/10/13 06:53:24 adam Exp $
-DISTNAME= dovecot-2.2-pigeonhole-0.4.20
+DISTNAME= dovecot-2.2-pigeonhole-0.4.21
PKGNAME= ${DISTNAME:S/-2.2-/-/}
CATEGORIES= mail
MASTER_SITES= http://pigeonhole.dovecot.org/releases/2.2/
diff -r ae40b1ceb83c -r d72b71950f32 mail/dovecot2-pigeonhole/distinfo
--- a/mail/dovecot2-pigeonhole/distinfo Fri Oct 13 04:52:09 2017 +0000
+++ b/mail/dovecot2-pigeonhole/distinfo Fri Oct 13 06:53:24 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.27 2017/09/02 14:31:23 taca Exp $
+$NetBSD: distinfo,v 1.28 2017/10/13 06:53:24 adam Exp $
-SHA1 (dovecot-2.2-pigeonhole-0.4.20.tar.gz) = 27f0972f83c011aa32239186c9325731540e5ccc
-RMD160 (dovecot-2.2-pigeonhole-0.4.20.tar.gz) = 6849bb97df5e8979b9cbf9786c5fc851091fbf73
-SHA512 (dovecot-2.2-pigeonhole-0.4.20.tar.gz) = 84a28842be206e05cb96c07cf1c1b62c9c378ba4c952caa47cf79a44b9428e076f4182eadd9c4fb8f45d3605b881f91e8e520c41705017ac4039240d4bcace39
-Size (dovecot-2.2-pigeonhole-0.4.20.tar.gz) = 1745121 bytes
+SHA1 (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = ee43f18f52988fc2a05b1dbbc248fb255996d127
+RMD160 (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = f9f67d30793918bbc126b29b897df95e781dd2c4
+SHA512 (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = 4751f449ede1b05173c706b414ebf9f7f670ff78589ce6f0b687c32c9abe6dae8b3064ed1b20e893d9ec0147b0139ce479e1d74ebe94747c33f2d8ca177912de
+Size (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = 1774887 bytes
SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29
Home |
Main Index |
Thread Index |
Old Index