diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-02-08 11:19:55 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-02-08 11:19:55 +0000 |
commit | 8bc0d343a980ffca74a9e97eaaa59308d044ae11 (patch) | |
tree | 360d020352759adedec591823e9147802f8e0e1b /logcheck/ignore.d.server/amavis | |
parent | 6aae6f2f1f9a0f39182b6e1ae94f473bdd09c86a (diff) |
Capture and filter out spam to mutiple recipients.
Diffstat (limited to 'logcheck/ignore.d.server/amavis')
-rw-r--r-- | logcheck/ignore.d.server/amavis | 2 |
1 files changed, 1 insertions, 1 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$ |