Article ID: 270617260
iQ.Suite Program Call – Parameters with Spaces
Tags: IBM Domino Microsoft Exchange Microsoft SMTP Crypt Pro Convert
Problem
GnuPG Crypt Job – Error message with encrypted emails: "encryption error - bad signature detected".
Solution
In some configuration documents, (for example unzip, crypt engines, convert command line) parameters for program calls can be defined. Please note the following information:
If a program call uses a parameter containing spaces, the parameter must be set in quotation marks. Program calls under Windows per cmd.exe must also have quotation marks surrounding the complete command.
Positive example in the GnuPG engine:
/C ""C:\Program Files (x86)\GNU\GnuPG\gpg.exe" --homedir "C:\Program Files (x86)\GNU\GnuPG\Keyring" --batch --yes --output "%o" --recipient %recipients% --armor --encrypt "%i" >"%r" 2>&1"
Last updated: 27 June 2017