[Logcheck-commits] r1678 - in logcheck/branches/macros: debian rulefiles/linux/ignore.d.server
madduck at users.alioth.debian.org
madduck at users.alioth.debian.org
Thu Aug 23 10:22:19 UTC 2007
Author: madduck
Date: 2007-08-23 10:22:19 +0000 (Thu, 23 Aug 2007)
New Revision: 1678
Modified:
logcheck/branches/macros/debian/changelog
logcheck/branches/macros/rulefiles/linux/ignore.d.server/spamd
Log:
- ignore failures to report to SpamCop.
- ignore reporting failures when there are no reporters.
Modified: logcheck/branches/macros/debian/changelog
===================================================================
--- logcheck/branches/macros/debian/changelog 2007-08-23 10:22:17 UTC (rev 1677)
+++ logcheck/branches/macros/debian/changelog 2007-08-23 10:22:19 UTC (rev 1678)
@@ -42,6 +42,8 @@
- ignore more runtime, informational messages.
- handle trailing space (closes: #429886).
- ignore successful pyzor report notifications.
+ - ignore failures to report to SpamCop.
+ - ignore reporting failures when there are no reporters.
* violations.ignore.d/logcheck-spamd:
- ignore informational messages about razor agent
@@ -78,7 +80,7 @@
* ignore.d.server/cron-apt:
- ignore messages from autoclean (closes: #437748).
- -- martin f. krafft <madduck at debian.org> Thu, 23 Aug 2007 11:04:04 +0200
+ -- martin f. krafft <madduck at debian.org> Thu, 23 Aug 2007 11:05:19 +0200
logcheck (1.2.58) unstable; urgency=low
Modified: logcheck/branches/macros/rulefiles/linux/ignore.d.server/spamd
===================================================================
--- logcheck/branches/macros/rulefiles/linux/ignore.d.server/spamd 2007-08-23 10:22:17 UTC (rev 1677)
+++ logcheck/branches/macros/rulefiles/linux/ignore.d.server/spamd 2007-08-23 10:22:19 UTC (rev 1678)
@@ -16,8 +16,10 @@
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (spamd|check|re(port|voke))\[[0-9]+\]: (spamd: )?Tell: Setting (local|remote|local,remote) for [-._+=[:alnum:]]+(@[-.[:alnum:]]+)?(:[[:digit:]]+)? in [.[:digit:]]+ seconds, [[:digit:]]+ bytes$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (spamd|check|re(port|voke))\[[0-9]+\]: (spamd: )?Tell: Did nothing for [-._+=[:alnum:]]+(@[-.[:alnum:]]+)?(:[[:digit:]]+)? in [.[:digit:]]+ seconds, [[:digit:]]+ bytes$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (spamd|check|re(port|voke))\[[0-9]+\]: reporter: spam reported to (DCC|SpamCop|Pyzor)$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (spamd|check|re(port|voke))\[[0-9]+\]: reporter: could not report spam to (Pyzor|Razor|DCC via dccproc)$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (spamd|check|re(port|voke))\[[0-9]+\]: reporter: could not report spam to (SpamCop|Pyzor|Razor|DCC via dccproc)$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (spamd|check|re(port|voke))\[[0-9]+\]: reporter: no revoke methods available, so couldn't revoke$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (spamd|check|re(port|voke))\[[0-9]+\]: reporter: no reporting methods available, so couldn't report$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (spamd|check|re(port|voke))\[[0-9]+\]: reporter: SpamCop message older than [[:digit:]]+ days, not reporting
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ check\[[0-9]+\]: rules: meta test [._[:alnum:]]+ has dependency '[._[:alnum:]]+' with a zero score$
# razor, temporary I hope
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (check|re(port|voke)|admin)\[[0-9]+\]: \[ 2\] \[bootup\] Logging initiated LogDebugLevel=[[:digit:]]+ to sys-syslog$
More information about the Logcheck-commits
mailing list