[Logcheck-commits] martin f. krafft: ignore.d.server/postfix: ignore milter rejection messages .

Martin F. Krafft madduck at alioth.debian.org
Fri May 22 06:09:07 UTC 2009


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

Author: martin f. krafft <madduck at debian.org>
Date:   Fri May 22 08:08:05 2009 +0200

ignore.d.server/postfix: ignore milter rejection messages.

Signed-off-by: martin f. krafft <madduck at debian.org>

---

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

diff --git a/debian/changelog b/debian/changelog
index b890bdc..8cb5624 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,10 @@ logcheck (1.3.2) experimental; urgency=low
   * ignore.d.server/nagios, violations.ignore.d/logcheck-nagios: also support
     nagios3 as string in the log lines (closes: #514335).
 
+  [ martin f. krafft ]
+  * ignore.d.server/postfix:
+    - ignore milter rejection messages.
+
  -- Gerfried Fuchs <rhonda at debian.at>  Mon, 09 Feb 2009 21:29:23 +0100
 
 logcheck (1.3.1) experimental; urgency=low
diff --git a/rulefiles/linux/ignore.d.server/postfix b/rulefiles/linux/ignore.d.server/postfix
index a8dcec3..d55978b 100644
--- a/rulefiles/linux/ignore.d.server/postfix
+++ b/rulefiles/linux/ignore.d.server/postfix
@@ -13,7 +13,7 @@
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/cleanup\[[[:digit:]]+\]: [[:alnum:]]+: (resent-|)message-id=<?[^>]+>?( \(added by [^[:space:]]+\))?$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/cleanup\[[[:digit:]]+\]: [[:alnum:]]+: milter-discard: END-OF-MESSAGE from [-._[:alnum:]]+\[[.[:digit:]]+\]: milter triggers DISCARD action; from=<[^[:space:]]*> to=<[^[:space:]]*> proto=E?SMTP helo=<[^[:space:]]+>$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/cleanup\[[[:digit:]]+\]: [[:upper:][:digit:]]+: reject: header [^[:space:]]+:.+ from=<[^[:space:]]*>( to=<[^[:space:]]+>)? proto=E?SMTP helo=<[^[:space:]]+>: .+$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/cleanup\[[[:digit:]]+\]: [[: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:]]+>$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/cleanup\[[[:digit:]]+\]: [[:xdigit:]]+: milter-reject: END-OF-MESSAGE from [-._[:alnum:]]+\[[.[:digit:]]+\]: [45]\.7\.1 (virus [-._/[:alnum:]]+ detected by ClamAV - http://www\.clamav\.net|Command rejected); from=<[^[:space:]]*> to=<[^[:space:]]+> proto=E?SMTP helo=<[^[:space:]]+>$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/cleanup\[[[:digit:]]+\]: [[:xdigit:]]+: to=<[^[:space:]]+>, relay=none,( conn_use=[[:digit:]]+,)? delay=[[:digit:].]+,( delays=[[:digit:]./]+,)?( dsn=[45]\.[[:digit:]]\.[[:digit:]],)? status=(bounced|deferred) \(.+\)$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/error\[[[:digit:]]+\]: [[:alnum:]]+: to=<[^[:space:]]+>, relay=none, delay=[.[:digit:]]+,( delays=[.[:digit:]/]+,)? dsn=[45]\.0\.0, status=bounced \(User unknown in virtual alias table\)$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/local\[[[:digit:]]+\]: [[:upper:][:digit:]]+: to=<[^[:space:]]+>,( orig_to=<[^[:space:]]+>,)* relay=local, delay=[[:digit:]]+, status=sent \(delivered to command: /var/lib/mailman/mail/mailman admin [._[:alnum:]-]+\)$




More information about the Logcheck-commits mailing list