https://bugs.kde.org/show_bug.cgi?id=345005

gra...@howlingfrog.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gra...@howlingfrog.com

--- Comment #2 from gra...@howlingfrog.com ---
I'm able to replicate this easily.  Most common message that _doesn't_ filter
properly for me and which has a Base64 encoded body, are PayPal payment
notifications.

They used to arrive with:
  Content-Transfer-Encoding: quoted-printable
  Content-Type; text/plain; charset="windows-1252"

and those ones would filter just fine.

The new ones now arrive with:
  Content-Transfer-Encoding: base64
  Content-Type: text/plain; charset=UTF-8

and do *not* match at all with the "Body of Message" filtering rule.

My first guess would be that its trying to match/filter based on the raw
message body, instead of the decoded message body.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to