chiark / gitweb /
New option to list a user's (or all) extant tokens.
[cryptomail] / .userv / rc
1 ### Userv configuration for cryptomail
2
3 if glob service generate
4         no-suppress-args
5         execute bin/uwrap generate -f %@cryptomail.distorted.org.uk
6 fi
7
8 if glob service info
9         no-suppress-args
10         execute bin/uwrap info
11 fi
12
13 if glob service revoke
14         no-suppress-args
15         execute bin/uwrap revoke
16 fi
17
18 if glob service list
19         no-suppress-args
20         execute bin/uwrap list
21 fi
22
23 if glob service help
24         no-suppress-args
25         execute bin/uwrap help
26 fi
27
28 if ( glob service addrcheck:cryptomail-default
29    & glob calling-user qmaild
30    )
31         no-suppress-args
32         execute bin/cryptomail addrcheck --
33 fi