MailWatch 0.2 buglet

kfliong kfliong at WOFS.COM
Thu Jun 19 09:25:15 IST 2003


i got it from the status.php file that you send to Mike.

At 09:16 AM 6/19/2003 +0100, you wrote:
>Hi,
>
>The '.' are present in the 0.2 tarball, and no-one else has reported this.
>Did you make your own changes to the code, as I can't think of anything else
>that would've caused this.
>
>Regards,
>Steve
>
>
>-----Original Message-----
>From: kfliong [mailto:kfliong at WOFS.COM]
>Sent: 19 June 2003 04:02
>To: MAILSCANNER at JISCMAIL.AC.UK
>
>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.
> >
>
>--
>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