Bug in www4mail

There is a minor bug affecting debugging in the subroutine 
&update_master_log.

  open (TMP2, "$conf->{ErrorLog}");

should be:

  open (TMP2, ">$conf->{ErrorLog}");

---
Alan Meyer
AM Systems
Randallstown, MD
U.S.A.

Received on Monday, 18 October 1999 15:39:19 UTC