<br><font size=2 face="sans-serif">Sorry if this inconvenienced anyone, a small change in sweep.pl</font>
<br>
<br><font size=2 face="sans-serif">existing code:</font>
<br><font size=2 face="sans-serif">&nbsp; # Ino prints the whole path as opposed to</font>
<br><font size=2 face="sans-serif">&nbsp; # ./messages/part so make it the same</font>
<br><font size=2 face="sans-serif">&nbsp; $line =~ s/$BaseDir//;</font>
<br>
<br><font size=2 face="sans-serif">new code :</font>
<br><font size=2 face="sans-serif">&nbsp; # Ino prints the whole path as opposed to</font>
<br><font size=2 face="sans-serif">&nbsp; # ./messages/part so make it the same</font>
<br><font size=2 face="sans-serif">&nbsp; $line =~ s/$Config::SrcDir\///;</font>
<br>
<br>
<br><font size=2 face="sans-serif">$BaseDir seemed to be returning HASH(0x8158bbc) instead of the directory name I was after.</font>
<br>
<br><font size=2 face="sans-serif">Other than that 3.01 looks great, good work Julian.</font>
<br>
<br><font size=2 face="sans-serif">I am now going to try the spam assassin support out.</font>