http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5444
------- Additional Comments From [EMAIL PROTECTED] 2007-05-09 06:51 -------
As reported by others, this bug also causes tmp files to be orphaned by
MIMEDefang using SA 3.2.0.
The following patch from David F. Skoll against the latest MIMEDefang should fix
it for MIMEDefang. (This patch is against SVN trunk, but it applies cleanly
to 2.62.)
Testing shows that this resolves the issue for MIMEDefang / SpamAssassin 3.2.0
users.
Index: mimedefang.pl.in
===================================================================
--- mimedefang.pl.in (revision 14638)
+++ mimedefang.pl.in (working copy)
@@ -6317,6 +6317,7 @@
my $status;
push_status_tag("Running SpamAssassin");
$status = $object->check($mail);
+ $mail->finish();
pop_status_tag();
return $status;
}
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.