[Mimedefang] greylist filter error

Lucas Albers admin at cs.montana.edu
Tue Feb 3 16:24:23 EST 2004


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



More information about the MIMEDefang mailing list