Description: Fix for clamav-milter >= 0.96 Author: Adrian von Bidder Forwarded: no --- a/mailgraph.pl +++ b/mailgraph.pl @@ -846,6 +846,9 @@ if($text =~ /Intercepted/) { event($time, 'virus'); } + elsif($text =~ /Message.*infected by/) { + event($time, 'virus'); + } } # uncommment for clamassassin: #elsif($prog eq 'clamd') {