Small feature request

Kevin Hansard Kevin.Hansard at IPLBATH.COM
Thu Dec 4 16:06:39 GMT 2003


Hi,

Thanks for the patch. I couldn't seem to get it to work, the score in
the subject still didn't have leading zeros.

Anyway I have it working now by changing all occurrences in Message.pm
of

$spamtag =~ s/_SCORE_/$starcount/;
To 
$spamtag =~ s/_SCORE_/sprintf("%02d",$starcount)/e;

I think that is basically what your patch was trying to achieve.

Many thanks
Kevin Hansard
---




More information about the MailScanner mailing list