Inoculate support fix

Scott Farrell sfarrell at ICCONSULTING.COM.AU
Sat Jan 5 04:35:39 GMT 2002


Sorry if this inconvenienced anyone, a small change in sweep.pl

existing code:
  # Ino prints the whole path as opposed to
  # ./messages/part so make it the same
  $line =~ s/$BaseDir//;

new code :
  # Ino prints the whole path as opposed to
  # ./messages/part so make it the same
  $line =~ s/$Config::SrcDir\///;


$BaseDir seemed to be returning HASH(0x8158bbc) instead of the directory
name I was after.

Other than that 3.01 looks great, good work Julian.

I am now going to try the spam assassin support out.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20020105/2027e140/attachment.html


More information about the MailScanner mailing list