http://bugzilla.spamassassin.org/show_bug.cgi?id=4606
------- Additional Comments From [EMAIL PROTECTED] 2005-09-29 09:15 ------- Subject: Re: Misparsing of message causes binary attachment to be treated as text On Thu, Sep 29, 2005 at 08:38:27AM -0700, [EMAIL PROTECTED] wrote: > Well this issue is causing me 100s of false positives each day. I could write > custom nice rules to counter the misfiring rules but I was hoping for a better > solution, one that would work for everyone! Is there anything that can be > done > in SA to work around this issue? Not that I can think of. We originally would have parsed the whole thing, but certain messages would then cause perl to die with a deep recursion error (bug 4103). So now the code only subparses the first level message/rfc822 to avoid the issue. The messages don't necessary look like spam, and SA doesn't flag any of them as spam with the default 3.1 set, so I'm not sure where you're getting FPs. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
