http://bugzilla.spamassassin.org/show_bug.cgi?id=4631
Summary: DnsResolver is using Net::DNS without eval{} protection
Product: Spamassassin
Version: 3.1.0
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: Libraries
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
debian bug 333330 notes:
starting spamassassin via the init script resolves with the error:
mybabe:~# /etc/init.d/spamassassin restart
Restarting SpamAssassin Mail Filter Daemon: [9296] error: Can't locate
object method "new" via package "Ne
t::DNS::Resolver" at /usr/share/perl5/Mail/SpamAssassin/DnsResolver.pm
line 87.
spamd.
looks to me a lot like the reporter doesn't have Net::DNS installed, but
DnsResolver is using that module without eval{} protection -- hence causing a
crash. Net::DNS is still listed as an optional module in our documentation.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.