Hi,

I just spent some time trying to get scoring by message body work in one of my nnimap groups.

I finally realized the content of the messages is base64 encoded, so matching on the raw body cannot work.

The attached patch fixes the problem for me, but I have no idea whether it's a generally acceptable solution. I'm only using the body match in a low-traffic group, so speed is not an issue for me.

Jan