added private-exchange to list of methods how to fetch public key

This commit is contained in:
Ralf Becker 2013-01-30 07:42:17 +00:00
parent 17a46f71b0
commit 1d96ed8cf9

View File

@ -389,7 +389,7 @@ class ischedule_client
"DKIM-Signature: ".
"v=1; ". // DKIM Version
"a=\$a; ". // The algorithm used to generate the signature "rsa-sha1"
"q=dns/txt:http/well-known; ". // how to fetch public key: dns/txt, http/well-known or private-exchange
"q=private-exchange:dns/txt:http/well-known; ". // how to fetch public key: dns/txt, http/well-known or private-exchange
"x=".(time()+$expires)."; ". // how long request will be valid as timestamp
// end iSchedule specific
"s=\$s; ". // The selector subdividing the namespace for the "d=" (domain) tag