We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71d6562 + 132c8ce commit 11a75cfCopy full SHA for 11a75cf
51-filter-postfix-aggregate.conf
@@ -1,7 +1,9 @@
1
filter {
2
if ![postfix_queueid] {
3
drop {}
4
- } else if [program] == "postfix/qmgr" and [postfix_from]{
+ } else if [postfix_queueid] == "NOQUEUE" {
5
+ drop {}
6
+ } else if [program] == "postfix/qmgr" and [postfix_from] {
7
aggregate {
8
task_id => "%{postfix_queueid}"
9
code => "
0 commit comments