Subject: Developers of Sympa
List archive
- From: Lauri Jesmin <address@concealed>
- To: address@concealed
- Subject: sympa and Bridex
- Date: 12 Nov 2002 16:46:17 +0200
Hello, i noticed that uvscan + sympa virus scanning does not stop new
Brid or Bridex virus. Problem is that virus generates bad mime headers
and perl's MIME packages do not open those messages.
So, for this virus to be detected whole message must be dumped also to
virus scanning folder, i did this like this:
my $bodyfile=">".$work_dir."/".'body.msg';
open(FAIL,$bodyfile);
$mail->print(\*FAIL);
&do_log('debug2', 'virus_infected dump_body (%s)', $bodyfile);
close(FAIL);
I added this code to tools.pl virus_infected function.
Cannot send patch as i dont have original any more :)
--
Lauri Jesmin <address@concealed>
- sympa and Bridex, Lauri Jesmin, 11/12/2002
Archive powered by MHonArc 2.6.19+.