*** DCC-3.1.1-orig.pm	2006-03-31 05:06:24.206891227 -0800
--- DCC.pm	2006-03-31 05:07:45.149560120 -0800
***************
*** 603,607 ****
    }
  
!   if ($self->{dccproc_available} && !$self->{options}->{dont_report_to_dcc}) {
      # use temporary file: open2() is unreliable due to buffering under spamd
      my $tmpf = $options->{report}->create_fulltext_tmpfile($options->{text});
--- 603,607 ----
    }
  
!   if ($self->{dccproc_available} && !$options->{report}->{options}->{dont_report_to_dcc}) {
      # use temporary file: open2() is unreliable due to buffering under spamd
      my $tmpf = $options->{report}->create_fulltext_tmpfile($options->{text});
