https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8055
--- Comment #6 from Sidney Markowitz <sid...@sidney.com> --- This is somewhat along Henrik's comment, but pushed a bit further. We already have $marker1 which is the file signature of a .doc file. sub _check_office_doc checks for exactly that. Isn't the real bug that _check_oldtype_doc or _check_markers doesn't return 0 right away if (index($data, $marker1) != 0) ? What is the reason for checking for anything else in _check_markers if the file does not start with the signature of a .doc file? -- You are receiving this mail because: You are the assignee for the bug.