diff options
author | adam <adam@pkgsrc.org> | 2017-10-13 06:53:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-10-13 06:53:24 +0000 |
commit | 12c42ac827b3618d4c979ea631c5f1d501c09db0 (patch) | |
tree | dbe73091c32f9990fe059bb2ff049e162a35a90a /mail | |
parent | e182a970781637ba896e1c5c9ad234f0140c6e59 (diff) | |
download | pkgsrc-12c42ac827b3618d4c979ea631c5f1d501c09db0.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index 32a7bac181f..4b1c3604e15 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -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 --git a/mail/dovecot2-pigeonhole/distinfo b/mail/dovecot2-pigeonhole/distinfo index c267a091d9c..08c6c7137f3 100644 --- a/mail/dovecot2-pigeonhole/distinfo +++ b/mail/dovecot2-pigeonhole/distinfo @@ -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 |