http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5464
------- Additional Comments From [EMAIL PROTECTED] 2007-05-18 08:23 -------
OK, so this might fix it:
Index: lib/Mail/SpamAssassin/Conf/SQL.pm
===================================================================
--- lib/Mail/SpamAssassin/Conf/SQL.pm (revision 539498)
+++ lib/Mail/SpamAssassin/Conf/SQL.pm (working copy)
@@ -165,6 +165,7 @@
else {
die "config: SQL error: $sql\n".$sth->errstr."\n";
}
+ undef $sth;
}
else {
die "config: SQL error: " . $dbh->errstr . "\n";
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.