Fw: Fw: [Mimedefang] SA 3.2.0 and tmp files

David F. Skoll dfs at roaringpenguin.com
Tue May 8 13:32:29 EDT 2007


Kevin A. McGrail wrote:

> http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5444

OK.  This patch against the latest MIMEDefang should fix it for
MIMEDefang.  (This patch is against SVN trunk, but it applies cleanly
to 2.62.)

If someone could test this, I'd appreciate it.

Regards,

David.

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;
 }



More information about the MIMEDefang mailing list