[Logcheck-commits] r1664 - 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 07:58:21 UTC 2007


Author: madduck
Date: 2007-08-23 07:58:21 +0000 (Thu, 23 Aug 2007)
New Revision: 1664

Modified:
   logcheck/branches/macros/debian/changelog
   logcheck/branches/macros/rulefiles/linux/ignore.d.server/postfix
Log:
  - do not require unknown_*_domain filters to include "valid_hostname"
    (closes: #437752).


Modified: logcheck/branches/macros/debian/changelog
===================================================================
--- logcheck/branches/macros/debian/changelog	2007-08-23 07:46:59 UTC (rev 1663)
+++ logcheck/branches/macros/debian/changelog	2007-08-23 07:58:21 UTC (rev 1664)
@@ -28,6 +28,8 @@
     - ignore lost connection message in stage with two words (e.g. MAIL FROM).
     - ignore timeout messages after all kinds of SMTP commands, incl. UNKNOWN.
     - ignore pickup messages.
+    - do not require unknown_*_domain filters to include "valid_hostname"
+      (closes: #437752).
 
   * ignore.d.server/spamd:
     - ignore more runtime, informational messages.
@@ -50,7 +52,7 @@
   * ignore.d.server/pdns:
     - ignore warning about zero-sized packet from remote.
 
- -- martin f. krafft <madduck at debian.org>  Wed, 15 Aug 2007 11:39:11 +0200
+ -- martin f. krafft <madduck at debian.org>  Thu, 23 Aug 2007 09:48:05 +0200
 
 logcheck (1.2.58) unstable; urgency=low
 

Modified: logcheck/branches/macros/rulefiles/linux/ignore.d.server/postfix
===================================================================
--- logcheck/branches/macros/rulefiles/linux/ignore.d.server/postfix	2007-08-23 07:46:59 UTC (rev 1663)
+++ logcheck/branches/macros/rulefiles/linux/ignore.d.server/postfix	2007-08-23 07:58:21 UTC (rev 1664)
@@ -58,10 +58,10 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/[ls]mtp\[[0-9]+\]: [[:upper:]0-9]+: to=<[^[:space:]]+>, relay=[._[:alnum:]-]+\[[0-9.]{7,15}\](:[[:digit:]]{1,5})?, (conn_use=[[:digit:]]+, )?delay=[.0-9]+(, delays=([.0-9]+/){3}[.0-9]+)?(, dsn=2(\.[0-9]+){2})?, status=sent \(2[0-9][0-9] .+\)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: warning: ([0-9a-f.:]{3,39})+: address not listed for hostname [^[:space:]]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: too many errors after ([[:upper:]]{4}|UNKNOWN) from [._[:alnum:]-]+\[[.[:digit:]]+\]$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd?\[[0-9]+\]: warning: valid_hostname: invalid character [0-9]+\(decimal\): .*$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd?\[[0-9]+\]: warning: valid_hostname: misplaced delimiter: .$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd?\[[0-9]+\]: warning: valid_hostname: empty hostname$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd?\[[0-9]+\]: warning: valid_hostname: numeric hostname: [.[:digit:]]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd?\[[0-9]+\]: warning: (valid_hostname: )?invalid character [0-9]+\(decimal\): .*$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd?\[[0-9]+\]: warning: (valid_hostname: )?misplaced delimiter: .$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd?\[[0-9]+\]: warning: (valid_hostname: )?empty hostname$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd?\[[0-9]+\]: warning: (valid_hostname: )?numeric hostname: [.[:digit:]]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd?\[[0-9]+\]: warning: numeric domain name in resource data of MX record for [._[:alnum:]-]+: [0-9a-f.:]{3,39}$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: warning: mailer loop: best MX for [^[:space:]]+ is local$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: [[:upper:]0-9]+: enabling PIX <CRLF>\.<CRLF> workaround for .*$




More information about the Logcheck-commits mailing list