Author: robert
Date: Sat Nov 17 00:16:46 2007
New Revision: 816
Modified:
trunk/plugins/virus/clamdscan
Log:
fix typo
Modified: trunk/plugins/virus/clamdscan
==============================================================================
--- trunk/plugins/virus/clamdscan (original)
+++ trunk/plugins/virus/clamdscan Sat Nov 17 00:16:46 2007
@@ -120,7 +120,7 @@
# Ignore non-multipart emails
my $content_type = $transaction->header->get('Content-Type');
$content_type =~ s/\s/ /g if defined $content_type;
- unless ( $self->{"_clamd"}-{"scan_all"}
+ unless ( $self->{"_clamd"}->{"scan_all"}
|| $content_type
&& $content_type =~ m!\bmultipart/.*\bboundary="?([^"]+)!i )
{