Hi, I think I mentioned earlier that there is a bug when you try to S/MIEM-verify/decrypt a signed/encrypted MIME part. I traced the bug to be that when `mm-dissect-buffer' is called on the MIME parts there is no longer a "From:" field to compare against. The attached patch fixes this by passing the from field on from `mm-dissect-buffer' to `mm-dissect-multipart' and then again to `mm-dissect-buffer'. Although this might seem to be a rare case it happens quite often on mailing list when they add unsubscribe information at the end of the mail in a MIME part. Withut this patch a signed message would end up saying "sender adress forge". I always thought the mailing list screw some headers, but it turned out to be Gnus instead ;-) Have a nice weekend. Kind reagrds, -- Arne Jørgensen