> Just alerted to this warning. Any thoughts?
>
> root@ethan [~]# sa-update -v --install ${REV}.tar.gz
> Argument "0.70_01" isn't numeric in numeric ge (>=) at
> /usr/local/share/perl5/Mail/SpamAssassin/Plugin/AskDNS.pm line 214.

AskDNS.pm line 214:
$txtdata_can_provide_a_list = Net::DNS->VERSION >= 0.69;

> Argument "0.70_01" isn't numeric in numeric ge (>=) at

Maybe its some kind of patched version, bacause 0.70_01 is not a version
(of Net::DNS) i can find on CPAN. The version is supposed to be numeric or
at least convertable to numeric. Obviously "0.70_01" is not, because of
the underscore.

so I guess $txtdata_can_provide_a_list will be set to false. Don't know
what it does, might just be less efficient or it might break something
when fetching txt records. But since he installed the update successfully
i guess its not too critical.

Mail::SpamAssassin::Plugin::AskDNS could be changed to strip anything away
from the version which is not [\d\.]+ before doing the comparison.

> /usr/local/share/perl5/Mail/SpamAssassin/Plugin/AskDNS.pm line 214.
> Update was available, and was downloaded and installed successfully
>
>
>


Reply via email to