Bug 210905 - mail/dovecot2-pigeonhole upgrade to 0.4.15
Summary: mail/dovecot2-pigeonhole upgrade to 0.4.15
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Adam Weinberger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-07 22:32 UTC by Larry Rosenman
Modified: 2016-07-07 22:50 UTC (History)
1 user (show)

See Also:
ler: maintainer-feedback+


Attachments
upgrade patch (1.06 KB, patch)
2016-07-07 22:32 UTC, Larry Rosenman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Larry Rosenman freebsd_committer freebsd_triage 2016-07-07 22:32:16 UTC
Created attachment 172216 [details]
upgrade patch

I have completed the final release. I found a few more problems while
testing this release, so a few more fixes are included. I also added a
behavioral change to the vacation extension.

Changelog v0.4.15:

* vacation extension: The sieve_user_email setting is now used in the
  check for implicit delivery.
- imapsieve plugin: For any mail transaction, the mailbox was opened a
  second time, even if no mailbox rule matched. This was unintentional,
  useless and caused problems when the imapsieve plugin was used with
  other plugins like acl.
- extprograms plugin: Significantly improved error handling. No stream
  errors were logged.
- extprograms plugin: Fixed bug in handling of result code from remote
  program (script service).
- extprograms plugin: Connection to remote program service was not
  retried.
- Several small fixes based on static analysis.
- Fixed handling of quoted string localparts in email addresses.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-07-07 22:50:33 UTC
A commit references this bug:

Author: adamw
Date: Thu Jul  7 22:50:24 UTC 2016
New revision: 418203
URL: https://svnweb.freebsd.org/changeset/ports/418203

Log:
  Update to 0.4.15.

  * vacation extension: The sieve_user_email setting is now used in the
    check for implicit delivery.
  - imapsieve plugin: For any mail transaction, the mailbox was opened a
    second time, even if no mailbox rule matched. This was unintentional,
    useless and caused problems when the imapsieve plugin was used with
    other plugins like acl.
  - extprograms plugin: Significantly improved error handling. No stream
    errors were logged.
  - extprograms plugin: Fixed bug in handling of result code from remote
    program (script service).
  - extprograms plugin: Connection to remote program service was not
    retried.
  - Several small fixes based on static analysis.
  - Fixed handling of quoted string localparts in email addresses.

  PR:		210905
  Submitted by:	maintainer (Larry Rosenman)

Changes:
  head/mail/dovecot2-pigeonhole/Makefile
  head/mail/dovecot2-pigeonhole/distinfo
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2016-07-07 22:50:48 UTC
Committed, thanks Larry.