Is there a way for Kiwi to toss the current message if it matches the very last message from a specific server (using Kiwi's "Hostname" field)? The current message received from a specific server, independent of what was done with it, is overwrites that server's buffer for use with the next message comparison for that server. We are trying to deal with 30 or more identical messages coming in all within a second.
Rules
Filter Name xxx
Filter
< if this server name starts with "^xyz" >
< if this msg body matches that of the last msg body for this server>
Action
<stop>
Filter Name yyy
...
Thanks in advance.