Bugzilla – Attachment #7077: Make OLE2BlockMacros behave better for bug #11512
#endif
if(BLOCK_MACROS && hasmacros) {
cli_append_virus(ctx, "Heuristics.OLE2.ContainsMacros");
ret = CL_VIRUS;
ret = cli_found_possibly_unwanted(ctx);
viruses_found++;
}
if (SCAN_ALL && viruses_found)
return CL_VIRUS;