>>>> Thomas Goirand <[EMAIL PROTECTED]> 5/19/08 3:06 AM >>> > >In the hope for help, I've also added the upstream author of dkimproxy >to this thread, and the user mailing list of the project: >[EMAIL PROTECTED]
It certainly sounds like an issue with the Net::DNS module, which is used by dkimproxy. Try the following command to find out what version of Net::DNS you have: perl -MNet::DNS -e 'print Net::DNS->version' I have Net::DNS version 0.63 on a Perl 5.10 system (but not Debian) and things seem to work fine. I'd be interested in hearing what version of Net::DNS you have installed; perhaps I would be able to replicate the problem. Also, this Debian bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461709 seems to describe a very similar error message from SpamAssassin. Jason -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

