On Fri, 12 Sep 2003, Cormack, Ken wrote:
> David, could you clarify?
Pseudocode:
sub action_notify_sender {
    if ($VirusFound) {
        md_syslog('err', "Do NOT call action_notify_sender in response to a virus!")
    } else {
        # Normal processing
    }
}
--
David.