http://bugzilla.spamassassin.org/show_bug.cgi?id=3833
------- Additional Comments From [EMAIL PROTECTED] 2004-10-22 06:57 ------- Try changing line 152 of that file from: $text .= "$row[0]\t$row[1]\n"; to: $text .= "$row[0]\t$row[1]\n" if (defined($row[0]) && defined($row[1])); I don't have access to an Oracle server to test it out, but it sounds like Oracle returns undef/null for empty columns, unlike MySQL which (IIRC) returns an empty string (or the default column value) in such a situation. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
