Mercurial > sm-archive
comparison xml/sm-archive.in @ 14:c9a1fd8f633b
fix documentation typo
author | carl |
---|---|
date | Sat, 25 Aug 2007 11:31:03 -0700 |
parents | 75e1a9bcbc2e |
children | 8ebecad6530f |
comparison
equal
deleted
inserted
replaced
13:75e1a9bcbc2e | 14:c9a1fd8f633b |
---|---|
202 ENV-FROM = env_from "{" LIST "}" ";" | 202 ENV-FROM = env_from "{" LIST "}" ";" |
203 ENV-TO = rcpt_to "{" LIST "}" ";" | 203 ENV-TO = rcpt_to "{" LIST "}" ";" |
204 LIST = ELEMENT {LIST}+ | 204 LIST = ELEMENT {LIST}+ |
205 ELEMENT = ADDRESS TARGET ["remove"] ";" | 205 ELEMENT = ADDRESS TARGET ["remove"] ";" |
206 ADDRESS = (USER@ | DOMAIN | USER@DOMAIN) | 206 ADDRESS = (USER@ | DOMAIN | USER@DOMAIN) |
207 TARGET = ("" | USER@DOMAIN) | 207 TARGET = ("" | USER@DOMAIN)]]></literallayout> |
208 };]]></literallayout> | |
209 </refsect1> | 208 </refsect1> |
210 | 209 |
211 <refsect1 id='sample.5'> | 210 <refsect1 id='sample.5'> |
212 <title>Sample</title> | 211 <title>Sample</title> |
213 <literallayout class="monospaced"><![CDATA[ | 212 <literallayout class="monospaced"><![CDATA[ |
214 env_from { | 213 env_from { |
215 fred@example.com manager@example.com; | 214 fred@example.com manager@example.com; |
216 example.com archive@example.com; | 215 example.com archive@example.com; |
217 joe@example.com ""; # suppress archiving for joe | 216 |
217 # suppress archiving for joe | |
218 joe@example.com ""; | |
218 }; | 219 }; |
219 | 220 |
220 rcpt_to { | 221 rcpt_to { |
221 fred@example.com manager@example.com; | 222 fred@example.com manager@example.com; |
222 other@example.com manager@example.com remove; // other does not get a copy | 223 |
223 }; | 224 # sam does not get a copy |
224 | 225 sam@example.com manager@example.com remove; |
225 };]]></literallayout> | 226 };]]></literallayout> |
226 </refsect1> | 227 </refsect1> |
227 | 228 |
228 <refsect1 id='version.5'> | 229 <refsect1 id='version.5'> |
229 <title>CVS Version</title> | 230 <title>CVS Version</title> |