diff options
author | ghen <ghen@pkgsrc.org> | 2011-11-21 08:13:08 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2011-11-21 08:13:08 +0000 |
commit | d1f45332dc364138184927365d54136c44833fa8 (patch) | |
tree | a743e9d1d817ad1f4e80671ba7d555240c9483bd /mail/dovecot2-pigeonhole | |
parent | 47c746dd50d9079274305f26a2a1059d9b464db7 (diff) | |
download | pkgsrc-d1f45332dc364138184927365d54136c44833fa8.tar.gz |
Update to Pigeonhole 0.2.5:
+ Sieve vacation extension: made discard message for implicit
delivery more verbose
- The sieve-test tool: mixed up original and final envelope recipient
in implementation of command line arguments.
- Sieve vacation extension: resolved FIXME regarding the use of
variables in the :handle argument. Variables are now handled
correctly.
- Sieve body extension: fixed handling of :content "message/rfc822".
This now yields the headers of the embedded message as required by
the specification. Handling of :content "multipart" remains to be
fixed.
- LDA Sieve plugin: fixed problem with recipient_delimiter
configuration. Now it falls back to global recipient_delimiter
setting if plugin/recipient_delimiter is not set.
Diffstat (limited to 'mail/dovecot2-pigeonhole')
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index 6e7b2792765..b0558ca1e9d 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2011/09/15 14:22:29 ghen Exp $ +# $NetBSD: Makefile,v 1.7 2011/11/21 08:13:08 ghen Exp $ -DISTNAME= dovecot-2.0-pigeonhole-0.2.4 +DISTNAME= dovecot-2.0-pigeonhole-0.2.5 PKGNAME= ${DISTNAME:S/-2.0-/-/} CATEGORIES= mail MASTER_SITES= http://www.rename-it.nl/dovecot/2.0/ diff --git a/mail/dovecot2-pigeonhole/distinfo b/mail/dovecot2-pigeonhole/distinfo index 628a63f1d8c..56c3b37e1fd 100644 --- a/mail/dovecot2-pigeonhole/distinfo +++ b/mail/dovecot2-pigeonhole/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2011/09/15 14:22:29 ghen Exp $ +$NetBSD: distinfo,v 1.5 2011/11/21 08:13:08 ghen Exp $ -SHA1 (dovecot-2.0-pigeonhole-0.2.4.tar.gz) = 43e1ab3f4435765c6ecf14594c8fa41a3a046bb2 -RMD160 (dovecot-2.0-pigeonhole-0.2.4.tar.gz) = 61cf4209210f56d033586d779eca31f7433dbf62 -Size (dovecot-2.0-pigeonhole-0.2.4.tar.gz) = 1230408 bytes +SHA1 (dovecot-2.0-pigeonhole-0.2.5.tar.gz) = a67388b739172134ae0d5f43cf45b773da1eff37 +RMD160 (dovecot-2.0-pigeonhole-0.2.5.tar.gz) = 6d8e98fccfa7c6c0eca66fd3b7c70854f9fd2950 +Size (dovecot-2.0-pigeonhole-0.2.5.tar.gz) = 1232117 bytes SHA1 (patch-aa) = 97bcc7ae0c1b07508027e7c03247316de02badcf |