Closed ericwbentley closed 2 years ago
The percent symbol has a special function when used in strings in Python, so it should be escaped. Use "%%" instead of "%" and it should work fine.
Couldn't this be resolved in code instead of having the user escape the character themselves? IMO all user input should be sanitized to handle these sort of occurrences without user intervention.
If the IMAP password in the config file includes the percent sign (%) as the last character of the password, the ParseDMARC service fails to start