From 448f2eeea247fe4bf7bbbc982fb6df0f7a1b72f9 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 21 Jul 2011 13:31:57 +0200 Subject: doc: clarified that pmlastmsg does not drop those messages --- doc/pmlastmsg.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/pmlastmsg.html') diff --git a/doc/pmlastmsg.html b/doc/pmlastmsg.html index 2abeac6a..247178c3 100644 --- a/doc/pmlastmsg.html +++ b/doc/pmlastmsg.html @@ -27,6 +27,11 @@ parser chain. It processes all those messages that contain a PRI, then none some spaces and then the exact text (case-insensitive) "last message repeated n times" where n must be an integer. All other messages are left untouched. +

Please note: this parser module makes it possible that these messages +are properly detected. It does not drop them. If you intend to drop those +messages, you need to use the usual filter logic in combination with the discard +action. +

Configuration Directives:

There do not currently exist any configuration directives for this module.

Examples:

-- cgit