diff --git a/mailscanner/bin/MailScanner/Message.pm b/mailscanner/bin/MailScanner/Message.pm index 19be90b..ecc303d 100644 --- a/mailscanner/bin/MailScanner/Message.pm +++ b/mailscanner/bin/MailScanner/Message.pm @@ -2437,8 +2437,7 @@ sub Explode { if ($boundary eq "" || $boundary eq "\"\"" || $boundary =~ /\s$/) { my $cantparse = MailScanner::Config::LanguageValue($this, 'cantanalyze'); - $this->{allreports}{""} .= "$mailscannername: $cantparse\n"; - $this->{alltypes}{""} .= 'c'; + $this->{cantparse} = 1; $this->{otherinfected}++; #print STDERR "Found error\n"; }