Blob


1 package mailmux
3 type Alias struct {
4 recipient string
5 destination string
6 }