Skip to content

Commit

Permalink
Update p_rfc3165-symantec_brightmail.conf.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Dec 13, 2019
1 parent bd0a9d6 commit 1f02296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parser symantec_brightmail_grouping {
key("${SMG.seq}")
timeout(2)
aggregate(
value("MESSAGE" "${PID}|${SMG.seq}|$(implode ';' $(context-values ${MESSAGE}))")
value("MESSAGE" ";CONTEXT|${PID};${SMG.seq}|$(implode ';' $(context-values ${MESSAGE}))")
value("SMG.COMPLETE" "yes")
)
);
Expand Down

0 comments on commit 1f02296

Please sign in to comment.