On Tue, 22 Oct 2002, Link, Pete wrote:
> /etc/mail/mimedefang-filter line 149 contains the following:
> 146 if($bounce eq "no") {
> 147 open(IN, "<./HEADERS");
> 148 while() {
while() is not valid perl... You need to find a Perl person to give
you a hand.
--
David.