[Logcheck-commits] martin f. krafft: ignore.d.server/postfix: expect more IPv6 addresses in filters.

Martin F. Krafft madduck at alioth.debian.org
Mon Sep 1 10:14:12 UTC 2008


Module: logcheck
Branch: master
Commit: 391fd5b8fef1e88a06cf384a76d370ec9925e8d0
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=391fd5b8fef1e88a06cf384a76d370ec9925e8d0

Author: martin f. krafft <madduck at debian.org>
Date:   Mon Sep  1 10:29:16 2008 +0100

ignore.d.server/postfix: expect more IPv6 addresses in filters.

---

 debian/changelog                        |    2 ++
 rulefiles/linux/ignore.d.server/postfix |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d8ebced..e8c378a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ logcheck (1.3.1) experimental; urgency=low
   * ignore.d.server/openvpn:
     - fix the regexps that added support for @ characters in the client CN
       (see #493066).
+  * ignore.d.server/postfix:
+    - expect more IPv6 addresses in filters.
 
  -- martin f. krafft <madduck at debian.org>  Sun, 31 Aug 2008 20:31:51 +0100
 
diff --git a/rulefiles/linux/ignore.d.server/postfix b/rulefiles/linux/ignore.d.server/postfix
index e714e8a..a8dcec3 100644
--- a/rulefiles/linux/ignore.d.server/postfix
+++ b/rulefiles/linux/ignore.d.server/postfix
@@ -152,9 +152,9 @@
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd\[[[:digit:]]+\]: warning: numeric hostname: [[:xdigit:].:]{3,39}$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd\[[[:digit:]]+\]: warning: numeric result [[[:xdigit:].:]{3,39}]+ in address->name lookup for [^[:space:]]+$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd\[[[:digit:]]+\]: warning: reject: ETRN [._[:alnum:]-]+\.\.\. from [._[:alnum:]-]+\[[[:digit:].]{7,15}\]$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd\[[[:digit:]]+\]: warning: smtpd_peer_init: [[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+: address not listed for hostname [._[:alnum:]-]+$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd\[[[:digit:]]+\]: warning: smtpd_peer_init: [[:xdigit:].:]{3,39}: address not listed for hostname [._[:alnum:]-]+$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd\[[[:digit:]]+\]: warning: smtpd_spf_result: unknown SPF result 4 \(unknown\)$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd\[[[:digit:]]+\]: warning:( smtpd_peer_init:)? [[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+: hostname [^[:space:]]+ verification failed: (Temporary failure in name resolution|Name or service not known|No address associated with hostname)$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd\[[[:digit:]]+\]: warning:( smtpd_peer_init:)? [[:xdigit:].:]{3,39}: hostname [^[:space:]]+ verification failed: (Temporary failure in name resolution|Name or service not known|No address associated with hostname)$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd\[[[:digit:]]+\]: begin transaction$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd\[[[:digit:]]+\]: commit transaction$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd\[[[:digit:]]+\]: discarding EHLO keywords:( [[:upper:]]+)+$




More information about the Logcheck-commits mailing list