summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/test/data/alias-7.json
blob: b2d71ead48abfb7528606ce348877e25c1a140bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "description": "OpenPGP alias rules",
  "rules": [
    {
      "domain": "domain1.example.com",
      "keys": [{ "fingerprint": "EB85BB5FA33A75E15E944E63F231550C4F47E38E" }]
    },
    {
      "domain": "domain2.example.com",
      "keys": [{ "fingerprint": "D1A66E1A23B182C9980F788CFBFCC82A015E7330" }]
    },
    {
      "email": "contact@domain1.example.com",
      "keys": [
        { "fingerprint": "D1A66E1A23B182C9980F788CFBFCC82A015E7330" },
        { "id": "F231550C4F47E38E" }
      ]
    }
  ]
}