diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-04-14 17:25:48 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-04-14 17:25:48 +0000 |
commit | d972e084b74a085d5537b45f84bba9e84182c22c (patch) | |
tree | 7e5bf967416778f01c7ecb4d0bc5e6b7701a756e /logcheck/ignore.d.workstation/local | |
parent | fa1966869beb26983c60ae2fc24fafdf477f37b6 (diff) |
Ignore postfix message-id's with comments.
Diffstat (limited to 'logcheck/ignore.d.workstation/local')
-rw-r--r-- | logcheck/ignore.d.workstation/local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logcheck/ignore.d.workstation/local b/logcheck/ignore.d.workstation/local index 763ee45..00e8c1c 100644 --- a/logcheck/ignore.d.workstation/local +++ b/logcheck/ignore.d.workstation/local @@ -216,7 +216,7 @@ pop-before-smtp\[[0-9]+\]: (opening|closing) relay for [\.0-9]+( --- not in myne ### ignore.d.server/postfix postfix/[[:alnum:]]+\[[0-9]+\]: table has changed -- exiting$ postfix/cleanup\[[0-9]+\]: warning: premature end-of-input from cleanup socket while reading input attribute name$ -postfix/cleanup\[[0-9]+\]: [A-Z0-9]+: message-id=<[^>]+>$ +postfix/cleanup\[[0-9]+\]: [A-Z0-9]+: message-id=<[^>]+>( \([^\(\)]+\))?$ postfix/local\[[0-9]+\]: warning: unable to create lock file /var/mail/[[:alnum:]]+\.lock: Permission denied$ postfix/master\[[0-9]+\]: reload configuration$ postfix/n?qmgr\[[0-9]+\]: [A-Z0-9]+: skipped, still being delivered$ |