View | Details | Raw Unified | Return to bug 7247
Collapse All | Expand All

(-)dspam-3.4.8/src/decode.c.orig (-1 / +1 lines)
Lines 828-834 Link Here
828
        struct _ds_header_field *current_header =
828
        struct _ds_header_field *current_header =
829
          (struct _ds_header_field *) node_header->ptr;
829
          (struct _ds_header_field *) node_header->ptr;
830
830
831
        data = (current_header->original_data != NULL && message->protect) ?
831
        data = (current_header->original_data != NULL && !message->protect) ?
832
                 current_header->original_data : current_header->data;
832
                 current_header->original_data : current_header->data;
833
833
834
        if (current_header->heading != NULL &&
834
        if (current_header->heading != NULL &&

Return to bug 7247