[Logcheck-commits] Hanspeter Kunz: ignore "NOQUEUE: milter-reject" messages
Gerfried Fuchs
alfie at alioth.debian.org
Mon Sep 1 08:49:23 UTC 2008
Module: logcheck
Branch: etch-backports
Commit: 2cffbec393bd05d31320758264702dab94837cf2
URL: http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=2cffbec393bd05d31320758264702dab94837cf2
Author: Hanspeter Kunz <hkunz at ifi.uzh.ch>
Date: Tue Jul 29 23:22:34 2008 +0200
ignore "NOQUEUE: milter-reject" messages
Signed-off-by: Hanspeter Kunz <hkunz at ifi.uzh.ch>
---
debian/changelog | 3 +++
rulefiles/linux/ignore.d.server/postfix | 1 +
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6e6a4fe..df1e763 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ logcheck (1.2.68) unstable; urgency=low
- ignore forwards and to cope with missing >'s at the end of long msgids.
- ignore closed connection messages also when connection is reset by peer.
+ * ignore.d.server/postfix:
+ - ignore "NOQUEUE: milter-reject" messages
+
-- martin f. krafft <madduck at debian.org> Thu, 17 Jul 2008 12:17:19 +0200
logcheck (1.2.67) unstable; urgency=low
diff --git a/rulefiles/linux/ignore.d.server/postfix b/rulefiles/linux/ignore.d.server/postfix
index 18fcc49..ecfad56 100644
--- a/rulefiles/linux/ignore.d.server/postfix
+++ b/rulefiles/linux/ignore.d.server/postfix
@@ -102,6 +102,7 @@
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/error\[[0-9]+\]: [[:alnum:]]+: to=<[^[:space:]]+>, relay=none, delay=[.0-9]+,( delays=[.0-9/]+,)? dsn=[45]\.0\.0, status=bounced \(User unknown in virtual alias table\)$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: warning: network_biopair_interop: error reading [[:digit:]]+ bytes from the network: Connection reset by peer$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: NOQUEUE: discard: RCPT from [^[:space:]]+: <[^[:space:]]+>: .+; from=[^[:space:]]+ to=[^[:space:]]+ proto=E?SMTP helo=<[^[:space:]]+>$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: NOQUEUE: milter-reject: MAIL from [^[:space:]]+: .+; from=[^[:space:]]+ proto=E?SMTP helo=<[^[:space:]]+>$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/cleanup\[[0-9]+\]: [[:xdigit:]]+: to=<[^[:space:]]+>, relay=none,( conn_use=[0-9]+,)? delay=[0-9.]+,( delays=[0-9./]+,)?( dsn=[45]\.[0-9]\.[0-9],)? status=(bounced|deferred) \(.+\)$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: warning: ([-._[:alnum:]]+): RBL lookup error: Host or domain name not found\. Name service error for name=\1 type=A: Host not found, try again$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: warning: Connection concurrency limit exceeded: [[:digit:]]+ from [-._[:alnum:]]+\[[.[:digit:]]{7,15}\] for service smtp$
More information about the Logcheck-commits
mailing list