mimedefang-multiplexor: [ID 980602 mail.info] Slave 4 stderr: Use of uninitialized value in numeric eq (==) at /etc/mail/mimedefang-filter line 141, <STDIN> line 35.
Here is the related part of code:
lock_db();
tie %hash, 'DB_File', $DBFilename;
my $ret = ++$hash{$key};
untie %hash;
unlock_db();
return ($ret == 1); #line 141
....Any suggestions ?
Thanks. Xiaoyan
_______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

