comparison xml/sample.conf @ 76:81f1e400e8ab

start coding on new config syntax
author carl
date Sat, 16 Jul 2005 13:47:19 -0700
parents 1142e46be550
children d554e41f2886
comparison
equal deleted inserted replaced
75:1142e46be550 76:81f1e400e8ab
126 second@another.com unknown; 126 second@another.com unknown;
127 yahoo.com inherit; # delegate to the parent 127 yahoo.com inherit; # delegate to the parent
128 }; 128 };
129 }; 129 };
130 130
131 env_from { 131 env_from inherit {
132 yahoo.com black; # no mail from yahoo 132 yahoo.com black; # no mail from yahoo
133 first@yahoo.com unknown; # except this one 133 first@yahoo.com unknown; # except this one
134 }; 134 };
135 }; 135 };
136 136