sympa-community / sympa

Sympa, Mailing List Management Software
https://www.sympa.community/sympa
GNU General Public License v2.0
237 stars 94 forks source link

CLI: With `sympa config key=value`, key couldn't contain dot #1831

Open ikedas opened 2 months ago

ikedas commented 2 months ago

For example,

sympa config dmarc_protection.mode="dmarc_reject" 

was rejected due to Invalid argument 'dmarc_protection.mode=dmarc_reject' ("key=value" is expected).

This PR may fix it.