Xiaoyan Ma said:
> 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();
md_log('warning,"greylist relay:$ret");
> return ($ret == 1); #line 141
do a md_log right before it and see what it is printing out, then do a
if not defined statement or a different comparison statement.
--
Luke Computer Science System Administrator
Security Administrator,College of Engineering
Montana State University-Bozeman,Montana
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang