comparison sm-archive.conf @ 13:75e1a9bcbc2e

gpl3, add removal option for original recipients
author carl
date Sat, 25 Aug 2007 11:14:49 -0700
parents 45c8592d5d13
children
comparison
equal deleted inserted replaced
12:bb3d2cd6007e 13:75e1a9bcbc2e
1 env_from { 1 env_from {
2 fred@example.com manager@example.com; 2 fred@example.com manager@example.com;
3 example.com archive@example.com; 3 example.com archive@example.com;
4 joe@example.com ""; # suppress archiving for joe 4
5 # suppress archiving for joe
6 joe@example.com "";
5 }; 7 };
6 8
7 rcpt_to { 9 rcpt_to {
8 fred@example.com manager@example.com; 10 fred@example.com manager@example.com;
11
12 # sam does not get a copy
13 sam@example.com manager@example.com remove;
9 }; 14 };
10 15