Bug 101137 - mail/pflogsumm is broken for postfix 2.3.1; fix update included
Summary: mail/pflogsumm is broken for postfix 2.3.1; fix update included
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Erwin Lansing
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-01 05:30 UTC by Darren Pilgrim
Modified: 2006-08-01 09:06 UTC (History)
0 users

See Also:


Attachments
file.diff (515 bytes, patch)
2006-08-01 05:30 UTC, Darren Pilgrim
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darren Pilgrim 2006-08-01 05:30:13 UTC
Changes to the format of the Postfix log data were made sometime between 2.3 and 2.3.1 that break pflogsumm.  Specifically, pflogsumm omits the delivered and deferred counts and other important data, making its output non-useful.

Fix: The patch below is the FreeBSD-style unified diff equivalent of the pflogsumm patch included with the postfix 2.3.1 distribution tarball. The following patch is a drop-in replacement for files/patch-pflogsumm:
How-To-Repeat: Run the stock (port-patched) pflogsumm against log data produced by 2.3.1 and see it report 100% rejection and other creative analysis.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-01 05:30:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->erwin

Over to maintainer
Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2006-08-01 09:06:50 UTC
State Changed
From-To: open->closed

Committed, thanks!