oops (was: Re: [rbldnsd] Warning: possible danger of using rbldnsd, and upcoming data format change)

David Landgren david at landgren.net
Wed Jun 9 20:18:50 MSD 2004


David Landgren wrote:

> if [ "$(echo *.data)" = "" ]
> then
>     echo $0: unlinking *.data
>     $rm *.data
> fi

That should of course read

	if [ "$(echo *.data)" != "" ]

some kind of cut'n'paste glitch. Now that I think about it, there's 
probably a better way of saying "if there are any .data files"...

David


More information about the rbldnsd mailing list