http://bugzilla.spamassassin.org/show_bug.cgi?id=4589
------- Additional Comments From [EMAIL PROTECTED] 2005-09-17 08:20 -------
Umm...well, third time's the charm. The "GLOB" doesn't show up in a IO::File
object, so some variation on this theme:
elsif ((ref $message) =~ /GLOB|IO::/) {
if (defined fileno $message) {
@message = <$message>;
}
}
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
