Bug 210905

Summary: mail/dovecot2-pigeonhole upgrade to 0.4.15
Product: Ports & Packages Reporter: Larry Rosenman <ler>
Component: Individual Port(s)Assignee: Adam Weinberger <adamw>
Status: Closed FIXED    
Severity: Affects Only Me CC: adamw
Priority: --- Flags: ler: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
upgrade patch none

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.