Date: Thu, 12 Oct 2017 21:16:04 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451929 - head/mail/dovecot-pigeonhole Message-ID: <201710122116.v9CLG4QX099856@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Thu Oct 12 21:16:04 2017 New Revision: 451929 URL: https://svnweb.freebsd.org/changeset/ports/451929 Log: 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. Modified: head/mail/dovecot-pigeonhole/Makefile head/mail/dovecot-pigeonhole/distinfo Modified: head/mail/dovecot-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot-pigeonhole/Makefile Thu Oct 12 20:33:01 2017 (r451928) +++ head/mail/dovecot-pigeonhole/Makefile Thu Oct 12 21:16:04 2017 (r451929) @@ -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} Modified: head/mail/dovecot-pigeonhole/distinfo ============================================================================== --- head/mail/dovecot-pigeonhole/distinfo Thu Oct 12 20:33:01 2017 (r451928) +++ head/mail/dovecot-pigeonhole/distinfo Thu Oct 12 21:16:04 2017 (r451929) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710122116.v9CLG4QX099856>