Hello,
I receive smime messages via a mail port. I’m able to read the smime message and I can see that it is a signed message. If I invoke pub.smime:processSignedData, the message is verified.
What I want now is that the flow only continues if the mail is from a certain list of senders and if the mail is signed. How can I do this? I don’t want to hardcode the mail address, I just don’t want to accept by default every signed message.
Any help is welcome!
Claire