Open dnmvisser opened 4 months ago
Does anyone know if the configuration options are case sensitive? I could not find any definitive information on this in man (5) opendkim.conf.
man (5) opendkim.conf
So for example instead of AllowSHA1Only, can I also use allowsha1only.
AllowSHA1Only
allowsha1only
I would ask this on a mailing list but that seem to be offline...
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.
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 useallowsha1only
.I would ask this on a mailing list but that seem to be offline...