aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot-pigeonhole
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2017-10-12 21:16:04 +0000
committerLarry Rosenman <ler@FreeBSD.org>2017-10-12 21:16:04 +0000
commitad3c26d6822e60906e492a2a151985cc5af4582d (patch)
tree766328ac7c25baa219452f2de80e3f86620cbdeb /mail/dovecot-pigeonhole
parent35a043a751290865d0e651dad9b5bf23b2d93154 (diff)
downloadports-ad3c26d6822e60906e492a2a151985cc5af4582d.tar.gz
ports-ad3c26d6822e60906e492a2a151985cc5af4582d.zip
mail/dovecot-pigeonhole: update to 0.4.21.
Changelog 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.
Notes
Notes: svn path=/head/; revision=451929
Diffstat (limited to 'mail/dovecot-pigeonhole')
-rw-r--r--mail/dovecot-pigeonhole/Makefile3
-rw-r--r--mail/dovecot-pigeonhole/distinfo6
2 files changed, 4 insertions, 5 deletions
diff --git a/mail/dovecot-pigeonhole/Makefile b/mail/dovecot-pigeonhole/Makefile
index af5c0d4e1a22..f34582545000 100644
--- a/mail/dovecot-pigeonhole/Makefile
+++ b/mail/dovecot-pigeonhole/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= dovecot-pigeonhole
-PORTVERSION= 0.4.20
-PORTREVISION= 3
+PORTVERSION= 0.4.21
CATEGORIES= mail
MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/
DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
diff --git a/mail/dovecot-pigeonhole/distinfo b/mail/dovecot-pigeonhole/distinfo
index 5a2589363519..a213518f39d2 100644
--- a/mail/dovecot-pigeonhole/distinfo
+++ b/mail/dovecot-pigeonhole/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1503842938
-SHA256 (dovecot-2.2-pigeonhole-0.4.20.tar.gz) = 6fe17d0b8f25f2ad580e01ad81ce47a9e965255e383a1f80e455f9ca0f00be5b
-SIZE (dovecot-2.2-pigeonhole-0.4.20.tar.gz) = 1745121
+TIMESTAMP = 1507842786
+SHA256 (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = 4ae09cb788c5334d167f5a89ee70b0616c3231e5904ad258ce408e4953cfdd6a
+SIZE (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = 1774887