diff options
-rw-r--r-- | logcheck/ignore.d.server/amavis | 2 | ||||
-rw-r--r-- | logcheck/ignore.d.server/local | 2 | ||||
-rw-r--r-- | logcheck/ignore.d.workstation/local | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/logcheck/ignore.d.server/amavis b/logcheck/ignore.d.server/amavis index 60167af..e808f67 100644 --- a/logcheck/ignore.d.server/amavis +++ b/logcheck/ignore.d.server/amavis @@ -2,6 +2,6 @@ amavis\[[0-9]+\]: cached [a-f0-9]+ from <[^[:space:]]*>$ amavis\[[0-9]+\]: infected \([^[:space:]]+\), from=<[^[:space:]]+>, to=<[^[:space:]]+>, quarantine virus-[0-9-]+$ amavis\[[0-9]+\]: local delivery: <[^[:space:]]*> -> <(spam|virus)-quarantine>, mbx=/var/lib/amavis/virusmails/(spam|virus)-[[:alnum:]-]+(\.gz)?$ amavis\[[0-9]+\]: mail checking ended: (DISCARD|REJECT)$ -amavis\[[0-9]+\]: spam from=(<[^>]+>|\(\?\)), to=<[^>]+>, quarantine spam-[0-9a-f-]+$ +amavis\[[0-9]+\]: spam from=(<[^>]+>|\(\?\)), to=(<[^>]+>,)+ quarantine spam-[0-9a-f-]+$ amavis\[[0-9]+\]: spam_scan: (No|Yes), hits=[\.0-9-]+ tests=[,_A-Z0-9]+ <[^>]*>$ amavis\[[0-9]+\]: spam_scan: whitelisted sender <[^[:space:]]+>, spam check skipped$ diff --git a/logcheck/ignore.d.server/local b/logcheck/ignore.d.server/local index 55f570d..04627c6 100644 --- a/logcheck/ignore.d.server/local +++ b/logcheck/ignore.d.server/local @@ -5,7 +5,7 @@ amavis\[[0-9]+\]: cached [a-f0-9]+ from <[^[:space:]]*>$ amavis\[[0-9]+\]: infected \([^[:space:]]+\), from=<[^[:space:]]+>, to=<[^[:space:]]+>, quarantine virus-[0-9-]+$ amavis\[[0-9]+\]: local delivery: <[^[:space:]]*> -> <(spam|virus)-quarantine>, mbx=/var/lib/amavis/virusmails/(spam|virus)-[[:alnum:]-]+(\.gz)?$ amavis\[[0-9]+\]: mail checking ended: (DISCARD|REJECT)$ -amavis\[[0-9]+\]: spam from=(<[^>]+>|\(\?\)), to=<[^>]+>, quarantine spam-[0-9a-f-]+$ +amavis\[[0-9]+\]: spam from=(<[^>]+>|\(\?\)), to=(<[^>]+>,)+ quarantine spam-[0-9a-f-]+$ amavis\[[0-9]+\]: spam_scan: (No|Yes), hits=[\.0-9-]+ tests=[,_A-Z0-9]+ <[^>]*>$ amavis\[[0-9]+\]: spam_scan: whitelisted sender <[^[:space:]]+>, spam check skipped$ ### ignore.d.server/anacron diff --git a/logcheck/ignore.d.workstation/local b/logcheck/ignore.d.workstation/local index 2c1e0c8..128e6e3 100644 --- a/logcheck/ignore.d.workstation/local +++ b/logcheck/ignore.d.workstation/local @@ -5,7 +5,7 @@ amavis\[[0-9]+\]: cached [a-f0-9]+ from <[^[:space:]]*>$ amavis\[[0-9]+\]: infected \([^[:space:]]+\), from=<[^[:space:]]+>, to=<[^[:space:]]+>, quarantine virus-[0-9-]+$ amavis\[[0-9]+\]: local delivery: <[^[:space:]]*> -> <(spam|virus)-quarantine>, mbx=/var/lib/amavis/virusmails/(spam|virus)-[[:alnum:]-]+(\.gz)?$ amavis\[[0-9]+\]: mail checking ended: (DISCARD|REJECT)$ -amavis\[[0-9]+\]: spam from=(<[^>]+>|\(\?\)), to=<[^>]+>, quarantine spam-[0-9a-f-]+$ +amavis\[[0-9]+\]: spam from=(<[^>]+>|\(\?\)), to=(<[^>]+>,)+ quarantine spam-[0-9a-f-]+$ amavis\[[0-9]+\]: spam_scan: (No|Yes), hits=[\.0-9-]+ tests=[,_A-Z0-9]+ <[^>]*>$ amavis\[[0-9]+\]: spam_scan: whitelisted sender <[^[:space:]]+>, spam check skipped$ ### ignore.d.server/anacron |