[Logcheck-commits] CVS logcheck/rulefiles/linux/violations.ignore.d

CVS User jlps-guest logcheck-devel@lists.alioth.debian.org
Tue, 10 May 2005 00:35:16 +0000


Update of /cvsroot/logcheck/logcheck/rulefiles/linux/violations.ignore.d
In directory haydn:/tmp/cvs-serv27666

Modified Files:
	logcheck-innd 
Log Message:
Fix rule for innd perl filter to match all punctuation in the first part of the message ID


--- /cvsroot/logcheck/logcheck/rulefiles/linux/violations.ignore.d/logcheck-innd	2005/02/18 01:29:56	1.11
+++ /cvsroot/logcheck/logcheck/rulefiles/linux/violations.ignore.d/logcheck-innd	2005/05/10 00:35:16	1.12
@@ -1,5 +1,5 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ innd: [-[:alnum:].]+:[0-9]+ (closed|checkpoint) seconds [0-9]+ accepted [0-9]+ refused [0-9]+ rejected [0-9]+ duplicate [0-9]+ accepted size [0-9]+ duplicate size [0-9]+$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ innd: rejecting\[perl\] <[_.[:alnum:]-]+@[.[:alnum:]-]+> [0-9]+ [[:alnum:] ]+ \([[:alnum:].]+\)$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ innd: rejecting\[perl\] <[[:alnum:][:punct:]]+@[.[:alnum:]-]+> [0-9]+ [[:alnum:] ]+ \([[:alnum:].]+\)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rnews: rejected [0-9]+ Unwanted (newsgroup|distribution) "[._,[:alnum:]-]+"$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rnews: rejected [0-9]+ Too old -- "\w{3}, [0-9 ]+ \w{3} [0-9]{4} [0-9:]{8} (\+|-)[0-9]{4}"$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rnews: rejected [0-9]+ Too old -- "[0-9]+ \w{3} [0-9]{4} [0-9:]{8} ([[:upper:]]+|(\+|-)[0-9]{4})"$