is it possible to use standard Postmaster Filters against SMIME decrypted messages in general?
I can see i can search header field X-OTRS-BodyDecrypted in Postmaster Filter and then do something.
I suppose I need to turn on (set Value 1) in StoreDecryptedBody of module PostMaster::PreFilterModule###000-DecryptBody to do so.
My problem is:
- I need to use Postmaster Filter and search in Decrypted Body - it does not work now, bcs. it filters encrypted content
- I want my incomming encrypted mails to decrypt and create readable tickets (plain body)
thanks, BR!