OpenDKIM icon indicating copy to clipboard operation
OpenDKIM copied to clipboard

Are configuration options case sensitive?

Open dnmvisser opened this issue 1 year ago • 1 comments

Does anyone know if the configuration options are case sensitive? I could not find any definitive information on this in man (5) opendkim.conf.

So for example instead of AllowSHA1Only, can I also use allowsha1only.

I would ask this on a mailing list but that seem to be offline...

dnmvisser avatar Jul 29 '24 08:07 dnmvisser

I didn't tried it in opendkim.conf actually, but it uses strcasecmp() for checking directives in opendkim/config.c, so I guess it is case insensitive.

futatuki avatar Jul 29 '24 10:07 futatuki