Mercurial > sm-archive
changeset 14:c9a1fd8f633b
fix documentation typo
author | carl |
---|---|
date | Sat, 25 Aug 2007 11:31:03 -0700 |
parents | 75e1a9bcbc2e |
children | 72a94c46c2be |
files | xml/sm-archive.in |
diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/xml/sm-archive.in Sat Aug 25 11:14:49 2007 -0700 +++ b/xml/sm-archive.in Sat Aug 25 11:31:03 2007 -0700 @@ -204,8 +204,7 @@ LIST = ELEMENT {LIST}+ ELEMENT = ADDRESS TARGET ["remove"] ";" ADDRESS = (USER@ | DOMAIN | USER@DOMAIN) -TARGET = ("" | USER@DOMAIN) -};]]></literallayout> +TARGET = ("" | USER@DOMAIN)]]></literallayout> </refsect1> <refsect1 id='sample.5'> @@ -214,14 +213,16 @@ env_from { fred@example.com manager@example.com; example.com archive@example.com; - joe@example.com ""; # suppress archiving for joe + + # suppress archiving for joe + joe@example.com ""; }; rcpt_to { fred@example.com manager@example.com; - other@example.com manager@example.com remove; // other does not get a copy -}; + # sam does not get a copy + sam@example.com manager@example.com remove; };]]></literallayout> </refsect1>