Mercurial > sm-archive
annotate sm-archive.conf @ 28:946961e534b4 default tip
Added tag stable-1-0-10 for changeset 9298f8b00db2
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 24 May 2018 10:38:44 -0700 |
parents | 75e1a9bcbc2e |
children |
rev | line source |
---|---|
1 | 1 env_from { |
2 fred@example.com manager@example.com; | |
3 example.com archive@example.com; | |
13 | 4 |
5 # suppress archiving for joe | |
6 joe@example.com ""; | |
1 | 7 }; |
8 | |
9 rcpt_to { | |
10 fred@example.com manager@example.com; | |
13 | 11 |
12 # sam does not get a copy | |
13 sam@example.com manager@example.com remove; | |
1 | 14 }; |
15 |