Such authserv-ids are syntactically incorrect, unless quoting is used. According to RFC 8601, authserv-id is formally specified by the production value := token / quoted-string given in RFC 2045, section 5.1. token does not allow forward slash characters. If a forward slash is to be used, OpenDKIM should produce authserv-ids in quoted-string format instead:
When option
AuthservIDWithJobID
is enabled, OpenDKIM produces authserv-ids in the format<authservid>/<jobid>
.Such authserv-ids are syntactically incorrect, unless quoting is used. According to RFC 8601, authserv-id is formally specified by the production
value := token / quoted-string
given in RFC 2045, section 5.1.token
does not allow forward slash characters. If a forward slash is to be used, OpenDKIM should produce authserv-ids inquoted-string
format instead:This is important for downstream consumers, because they may otherwise reject OpenDKIM results as invalid.