# HG changeset patch # User carl # Date 1188066663 25200 # Node ID c9a1fd8f633bc3b1c0ebe823bd623c715ffc8a22 # Parent 75e1a9bcbc2e244d32cfbafcc8e60c3578d573d2 fix documentation typo diff -r 75e1a9bcbc2e -r c9a1fd8f633b xml/sm-archive.in --- 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) -};]]> +TARGET = ("" | USER@DOMAIN)]]> @@ -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; };]]>