aboutsummaryrefslogtreecommitdiff
path: root/examples/db.json
blob: 59a7ba17ec157329525453cd0b42ee59ad01d4e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
	"evosaur-dev": {
		"shortname": "Evosaur Development List",
		"description": "The Evosaur Project's development mailing list.",
		"link-out": "https://evosaur.andrewyu.org/",
		"archive": true,
		"self-subscribe-allowed": true,
		"members": ["andrew@andrewyu.org", "hax@andrewyu.org"],
		"moderators": ["andrew@andrewyu.org", "hax@andrewyu.org"],
		"owner" : "andrew@andrewyu.org",
		"allowed_senders" : "members",
		"announcements-only": false
	},
	"fases-dev": {
		"shortname": "fases Development List",
		"description": "The fases Core Utilities Project's development mailing list.",
		"link-out": "https://utils.vitali64.duckdns.org/",
		"archive": true,
		"self-subscribe-allowed": true,
		"announcements-only": false,
		"members": ["vitali64pmemail@protonmail.com", "info@minifree.org", "fun@andrewyu.org", "andrew@andrewyu.org", "andrew@noisytoot.org", "andrew@tilde.team"],
		"moderators" : ["vitali64pmemail@protonmail.com"],
		"allowed_senders" : "anyone",
		"owner" : "vitali64pmemail@protonmail.com"
	},
	"test-list": {
		"shortname": "Testing List",
		"description": "Testing mailing list.",
		"link-out": "https://www.andrewyu.ogr/",
		"archive": true,
		"self-subscribe-allowed": true,
		"members": ["fun@andrewyu.org", "hax@andrewyu.org", "andrew@andrewyu.org", "andrew+test1@andrewyu.org", "andrew+test2@andrewyu.org", "noisytoot@andrewyu.org", "luk3yx@andrewyu.org", "andrew@noisytoot.org", "andrew@tilde.team"],
		"moderators": ["fun@andrewyu.org", "hax@andrewyu.org", "andrew@andrewyu.org", "andrew+test1@andrewyu.org", "andrew+test2@andrewyu.org", "noisytoot@andrewyu.org", "luk3yx@andrewyu.org", "andrew@noisytoot.org", "andrew@tilde.team"],
		"allowed_senders" : "members",
		"announcements-only": false,
		"owner" : "andrew@andrewyu.org"
	}
}