virus scanning with virus delivery

Mariano Absatz mailscanner at LISTS.COM.AR
Tue Apr 20 13:33:15 IST 2004


Would immediately returning from MailScanner::Message::Clean() would do this 
without breaking anything? that is, except for the recipient's computer :-P

That is, within Message.pm:

sub Clean {
  my $this = shift;
  # DON'T CLEAN ANY MESSAGE!!!
  return;
  # Get out if nothing to do
  #print STDERR "Have we got anything to do?\n";
  return unless ($this->{allreports} && %{$this->{allreports}}) ||
                ($this->{entityreports} && %{$this->{entityreports}});
  #print STDERR "Yes we have\n";
...
}



El 20 Apr 2004 a las 9:19, Mariano Absatz escribió:

> Hi Julian,
> 
> I know this sounds awfully strange, but I have the following request (please,
> don't ask why):
> 
> I need to do virus scanning and logging but NOT removing.
> 
> That is, the message must be checked for viruses and vulnerabilities, which
> will be logged and marked in the X-MailScanner: header, but the message must
> pass thru intact (that is, with all viruses and vulnerabilities in it).
> 
> Do you think that would be possible?
> 
> Or maybe an easy hack? (I can take pointers and do it by myself... I don't
> think _this_ could be a popular request :-)
> 

--
Mariano Absatz
El Baby
----------------------------------------------------------
All syllogisms contain three lines.
Therefore this is not a syllogism.




More information about the MailScanner mailing list