IFrame and Object Codebase silent?

Julian Field mailscanner at ecs.soton.ac.uk
Fri Jan 10 14:33:40 GMT 2003


At 14:09 10/01/2003, you wrote:
>Is it possible to "silence" these? I don't really want warnings sent to
>senders of spam which is where I see most of these.

Try this:

--- SweepContent.pm     Sat Dec 28 22:49:56 2002
+++ /tmp/SweepContent.pm        Fri Jan 10 15:47:54 2003
@@ -301,6 +301,7 @@
            MailScanner::Config::LanguageValue($message, 'foundiframe') . "\n";
          $message->{othertypes}{"$attach"}   .= "v";
          $message->{otherinfected}++;
+        $message->{silent} = 1;
          $counter++;
        }
      }
@@ -317,6 +318,7 @@
            MailScanner::Config::LanguageValue($message, 'foundobject') . "\n";
          $message->{othertypes}{"$attach"}   .= "v";
          $message->{otherinfected}++;
+        $message->{silent} = 1;
          $counter++;
        }
      }

--
Julian Field
www.MailScanner.info
MailScanner thanks transtec Computers for their support



More information about the MailScanner mailing list