[Logcheck-commits] r1629 - in logcheck/trunk: debian rulefiles/linux/violations.ignore.d
madduck at users.alioth.debian.org
madduck at users.alioth.debian.org
Mon Aug 13 22:03:28 UTC 2007
Author: madduck
Date: 2007-08-13 22:03:27 +0000 (Mon, 13 Aug 2007)
New Revision: 1629
Modified:
logcheck/trunk/debian/changelog
logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-postfix
Log:
* violations.ignore.d/logcheck-postfix:
- ignore milter-reject virus rejection notices.
Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog 2007-08-13 11:34:31 UTC (rev 1628)
+++ logcheck/trunk/debian/changelog 2007-08-13 22:03:27 UTC (rev 1629)
@@ -1,8 +1,5 @@
-logcheck (1.2.59.0) UNRELEASED; urgency=low
+logcheck (1.2.60) UNRELEASED; urgency=low
- [ Marc Haber ]
- * NOT RELEASED YET
-
[ maximilian attems ]
* logcheck-database.config, logcheck-database.postinst,
logcheck-database.preinst, logcheck.postinst, logcheck-database.templates:
@@ -11,8 +8,12 @@
* debian/control: No debconf no debconf-updatepo need anymore.
* debian/control: Drop versioned dep of presarge grep.
- -- maximilian attems <maks at debian.org> Mon, 13 Aug 2007 13:31:20 +0200
+ [ martin f. krafft ]
+ * violations.ignore.d/logcheck-postfix:
+ - ignore milter-reject virus rejection notices.
+ -- martin f. krafft <madduck at debian.org> Mon, 13 Aug 2007 23:20:31 +0200
+
logcheck (1.2.59) experimental; urgency=low
* add logtail2
Modified: logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-postfix
===================================================================
--- logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-postfix 2007-08-13 11:34:31 UTC (rev 1628)
+++ logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-postfix 2007-08-13 22:03:27 UTC (rev 1629)
@@ -43,3 +43,4 @@
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/cleanup\[[0-9]+\]: [[:upper:]0-9]+: reject: header [^[:space:]]+:.+ from=<[^[:space:]]*>( to=<[^[:space:]]+>)? proto=E?SMTP helo=<[^[:space:]]+>: .+$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/cleanup\[[0-9]+\]: [[:alnum:]]+: (resent-|)message-id=<?[^>]+>?( \(added by [^[:space:]]+\))?$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/pickup\[[0-9]+\]: [[:alnum:]]+: uid=[[:digit:]]+ from=<[^[:space:]]+>$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/cleanup\[[0-9]+\]: [[:xdigit:]]+: milter-reject: END-OF-MESSAGE from [-._[:alnum:]]+\[[.[:digit:]]+\]: [45]\.7\.1 virus [-._[:alnum:]]+ detected by ClamAV - http://www\.clamav\.net; from=<[^[:space:]]+> to=<[^[:space:]]+> proto=E?SMTP helo=<[^[:space:]]+>$
More information about the Logcheck-commits
mailing list