--- lib/Mail/SpamAssassin/PerMsgStatus.pm (revision 1338466) +++ lib/Mail/SpamAssassin/PerMsgStatus.pm (working copy) @@ -139,6 +139,7 @@ sub DESTROY { my ($self) = shift; + local $@; eval { $self->delete_fulltext_tmpfile() }; # Bug 5808 }