https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7230
Bug ID: 7230
Summary: Mail::Spamassassin::Message::new fails to handle
IO::File
Product: Spamassassin
Version: 3.4.1
Hardware: PC
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: spamassassin
Assignee: [email protected]
Reporter: [email protected]
Mail::Spamassassin::Message::new(...) fails to process IO::File input.
It fails with the following message:
Can't locate object method "FILENO" via package "IO::Lines" at
/usr/share/perl5/Mail/SpamAssassin/Message.pm line 160
159 elsif (ref($message) eq 'GLOB' || ref($message) =~ /^IO::/) {
160 if (defined fileno $message) {
--
You are receiving this mail because:
You are the assignee for the bug.