- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Jun 2010 13:29:36 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/policy In directory hutz:/tmp/cvs-serv10988 Modified Files: Profile.html Log Message: making 1st policy example more readable (indent) Index: Profile.html =================================================================== RCS file: /sources/public/2009/dap/policy/Profile.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Profile.html 21 Jun 2010 13:26:35 -0000 1.10 +++ Profile.html 21 Jun 2010 13:29:34 -0000 1.11 @@ -952,21 +952,19 @@ application is trusted and is on the device. If the user (or the policy provider) has stated that they don’t want to call premium rate numbers in the UK: </p> - <pre> - <code><target></code> - <code><subject></code> - <subject-match attr="author-key-root-fingerprint" + <pre><code><target> + <subject> + <subject-match attr="author-key-root-fingerprint" match="sha256 ******** root fingerprint of author ****" /> - <-- to identify the Identified domain, the same would - apply for the Unidentified domain--> - </target> - <rule effect="one-shot"> - <code><condition></code> - <resource-match attr="dev-cap" match="messaging.*.send" - param:recipients="+4409*" func="glob"/> <-- to block UK premium - rate numbers --> - </condition> - </rule> </pre> + <-- to identify the Identified domain, the same would + apply for the Unidentified domain--> +</target> +<rule effect="one-shot"> + <condition> + <resource-match attr="dev-cap" match="messaging.*.send" + param:recipients="+4409*" func="glob"/> <-- to block UK premium rate numbers --> + </condition> +</rule></code></pre> We could extend this to other countries if we are concerned that premium rate numbers would not only be from the host country. Here is an
Received on Monday, 21 June 2010 13:29:38 UTC