summaryrefslogtreecommitdiff
path: root/logcheck/ignore.d.workstation
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-12-31 12:51:46 +0000
committerJonas Smedegaard <dr@jones.dk>2002-12-31 12:51:46 +0000
commitf0a9cfb7bb830e0c3246e2312a5d263a5931779e (patch)
treee7654163761deab3388674f7a7162f088c7ba679 /logcheck/ignore.d.workstation
parent83feb04815a48a696e1463fc37518b71eb519845 (diff)
Ignore warnings of illegal address syntax with space in it.
Diffstat (limited to 'logcheck/ignore.d.workstation')
-rw-r--r--logcheck/ignore.d.workstation/local2
1 files changed, 1 insertions, 1 deletions
diff --git a/logcheck/ignore.d.workstation/local b/logcheck/ignore.d.workstation/local
index 181a404..4c44bab 100644
--- a/logcheck/ignore.d.workstation/local
+++ b/logcheck/ignore.d.workstation/local
@@ -221,7 +221,7 @@ postfix/smtpd?\[[0-9]+\]: warning: (numeric|malformed) domain name in resource d
postfix/smtpd?\[[0-9]+\]: warning: valid_hostname: (empty hostname|invalid character [0-9]+\(decimal\): [^[:space:]]+)$
postfix/smtpd\[[0-9]+\]: (lost connection|timeout) after [^ ]+ from [^[:space:]]+\[[\.0-9]+\]$
postfix/smtpd\[[0-9]+\]: TLS connection established (from|to) [^[:space:]]+: TLSv1 with cipher [^[:space:]]+ \([0-9/]+ bits\)
-postfix/smtpd\[[0-9]+\]: warning: Illegal address syntax from [^[:space:]\[]+\[[\.0-9]+\] in MAIL command: <[^[:space:]>]+>$
+postfix/smtpd\[[0-9]+\]: warning: Illegal address syntax from [^[:space:]\[]+\[[\.0-9]+\] in MAIL command: <[^>]+>$
postfix/smtpd\[[0-9]+\]: warning: [^[:space:]]+ sent (message header|mail content) instead of SMTP command:
postfix/smtpd\[[0-9]+\]: warning: [^[:space:]]+: address not listed for hostname [^[:space:]]+$
postfix/smtpd\[[0-9]+\]: warning: [^[:space:]]+: hostname [^[:space:]]+ verification failed: Host (name has no address|not found)$