MailWatch 0.2 buglet
kfliong
kfliong at WOFS.COM
Thu Jun 19 04:01:38 IST 2003
I am not sure if you have corrected this bug to buglet but I found another
bug to the buglet.
The new status.php file contain bugs in 2 lines :
echo " <TD ALIGN=\"RIGHT\">" .
format_mail_size($row->size) "</TD>\n";
echo " <TD ALIGN=\"RIGHT\">" .
$row->sascore "</TD>\n";
It should be :
echo " <TD ALIGN=\"RIGHT\">" . format_mail_size($row->size) .
"</TD>\n";
echo " <TD ALIGN=\"RIGHT\">" . $row->sascore .
"</TD>\n";
Notice the dot (.) in the end of each line. I did those changes and my
mailwatch stop giving error.
At 10:13 AM 6/17/2003 +0100, you wrote:
>Hi Mike,
>
>Glad you like it.
>
>I've just realised that I've got the same bug - please find the attached
>status.php file which fixes the problem.
>
>Cheers,
>Steve.
>
>-----Original Message-----
>From: Mike Zanker [mailto:mike at zanker.org]
>Sent: 17 June 2003 10:04
>To: Steve Freegard
>
>Hi Steve,
>
>just found a little bug - multiple recipients (To column on status
>page) are showing like this:
>
>mike at zanker.org<BR />alan at zanker.org
>
>Great utility, though - I can see it being VERY useful.
>
>Regards,
>
>Mike.
>
>
>--
>This email and any files transmitted with it are confidential and
>intended solely for the use of the individual or entity to whom they
>are addressed. If you have received this email in error please notify
>the sender and delete the message from your mailbox.
>
>This footnote also confirms that this email message has been swept by
>MailScanner (www.mailscanner.info) for the presence of computer viruses.
>
More information about the MailScanner
mailing list