mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[GH-ISSUE #4] Improve filter for postfix #1
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/sendmailanalyzer#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @daks-ua on GitHub (Feb 28, 2013).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/4
Originally assigned to: @darold on GitHub.
Hello!
First of all thank you for sendmailanalyzer! We use it in for analyze statistic our mail forwarding farms.
We use it with some custom patches. One of them filters out some postscreen (new postfix subsystem) messages, which are not errors, but info messages. This messages are "BARE NEWLINE" and "WHITELIST VETO". Such message appears very often in case using postscreen and all comes into the "Rejection & Events" section "System messages" part. Considering that such messages appears 800-1000 times in one hour, result cache file for one month contains more than a half million of them. The messages described here http://www.postfix.org/POSTSCREEN_README.html#barelf and here http://www.postfix.org/POSTSCREEN_README.html#white_veto. Can you please add this messages to filtering out in the sendmailanalyzer and sa_cache.
Regards,
Dmitriy F.
@daks-ua commented on GitHub (Feb 28, 2013):
Sorry, forgot the examples of such message:
Feb 28 07:00:00 eforward1b postfix/postscreen[35830]: WHITELIST VETO [95.160.44.242]:32718
Feb 28 07:00:01 eforward1b postfix/postscreen[35830]: WHITELIST VETO [201.239.193.59]:3733
Feb 28 04:01:01 eforward3e postfix/postscreen[25518]: BARE NEWLINE from [98.142.221.7]:43262
Feb 28 04:02:15 eforward3e postfix/postscreen[25518]: BARE NEWLINE from [98.142.221.7]:43809
@darold commented on GitHub (Mar 11, 2013):
Hi,
Sorry for the response delay, the issue has just been fixed in commit
0311e04.Thanks a lot for your report.