[Logcheck-commits] r1588 - in logcheck/trunk: debian rulefiles/linux/ignore.d.server rulefiles/linux/violations.ignore.d

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Tue May 22 15:42:36 UTC 2007


Author: madduck
Date: 2007-05-22 15:42:36 +0000 (Tue, 22 May 2007)
New Revision: 1588

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/amavisd-new
   logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-amavisd-new
Log:
  - start taking over the package's file by implementing proper rules.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2007-05-22 15:05:29 UTC (rev 1587)
+++ logcheck/trunk/debian/changelog	2007-05-22 15:42:36 UTC (rev 1588)
@@ -1,4 +1,4 @@
-logcheck (1.2.57~unreleased.5) UNRELEASED; urgency=low
+logcheck (1.2.57~unreleased.6) UNRELEASED; urgency=low
 
   * ignore.d.server/teapop:
     - ignore reverse DNS errors and dropped connections, thanks to Stephan
@@ -40,8 +40,7 @@
       thanks to Marc Sherman for the patch (closes: #422618, #422884).
 
   * ignore.d.server/amavisd-new, violations.ignore.d/logcheck-amavisd-new:
-    - ignore BAD-HEADER and NOTICE messages.
-    - ignore pass messages (see #406854).
+    - start taking over the package's file by implementing proper rules.
 
   * Made dependency on logtail unversioned.
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/amavisd-new
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/amavisd-new	2007-05-22 15:05:29 UTC (rev 1587)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/amavisd-new	2007-05-22 15:42:36 UTC (rev 1588)
@@ -1 +1,2 @@
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ amavis\[[[:digit:]]+\]: \([-[:digit:]]+\) Passed CLEAN,( \[[.[:digit:]]{7,15}\]){2} <[^>]+> -> <[^>]+>, Message-ID: <[^>]+>,( Resent-Message-ID: <[^>]+>,)? mail_id: [-+[:alnum:]]+, Hits: -, queued_as: [[:xdigit:]]+, [[:digit:]]+ ms$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ amavis\[[[:digit:]]+\]: \([-[:digit:]]+\) NOTICE: Not sending DSN in response to bulk mail from <[^.]+> containing [[:upper:] ]+, mail intentionally dropped$

Modified: logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-amavisd-new
===================================================================
--- logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-amavisd-new	2007-05-22 15:05:29 UTC (rev 1587)
+++ logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-amavisd-new	2007-05-22 15:42:36 UTC (rev 1588)
@@ -1,2 +1 @@
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ amavis\[[[:digit:]]+\]: \([-[:digit:]]+\) (Blocked|Passed) BAD-HEADER,( \[[.[:digit:]]{7,15}\]){2} <[^>]+> -> <[^>]+>, quarantine: badh-[[:alnum:]]+, Message-ID: <[^>]+>, mail_id: [[:alnum:]]+, Hits: -, queued_as: [[:xdigit:]]+, [[:digit:]]+ ms$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ amavis\[[[:digit:]]+\]: \([-[:digit:]]+\) (Blocked|Passed), <[^>]+> -> <[^>]+>, Message-ID: <[^>]+>, Hits: -$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ amavis\[[[:digit:]]+\]: \([-[:digit:]]+\) (Blocked|Passed) BAD-HEADER,( \[[.[:digit:]]{7,15}\]){2} <[^>]+> -> <[^>]+>, quarantine: badh-[[:alnum:]]+, Message-ID: <[^>]+>, mail_id: [-+[:alnum:]]+, Hits: -, queued_as: [[:xdigit:]]+, [[:digit:]]+ ms$




More information about the Logcheck-commits mailing list