diff xml/sm-archive.in @ 13:75e1a9bcbc2e

gpl3, add removal option for original recipients
author carl
date Sat, 25 Aug 2007 11:14:49 -0700
parents 311e331f1bab
children c9a1fd8f633b
line wrap: on
line diff
--- a/xml/sm-archive.in	Mon Mar 19 22:38:37 2007 -0700
+++ b/xml/sm-archive.in	Sat Aug 25 11:14:49 2007 -0700
@@ -12,7 +12,7 @@
 
     <refentry id="@PACKAGE@.1">
         <refentryinfo>
-            <date>2006-03-10</date>
+            <date>2007-08-25</date>
         </refentryinfo>
 
         <refmeta>
@@ -145,12 +145,12 @@
         <refsect1 id='copyright.1'>
             <title>Copyright</title>
             <para>
-                Copyright (C) 2006 by 510 Software Group &lt;carl@five-ten-sg.com&gt;
+                Copyright (C) 2007 by 510 Software Group &lt;carl@five-ten-sg.com&gt;
             </para>
             <para>
                 This program is free software; you can redistribute it and/or modify it
                 under the terms of the GNU General Public License as published by the
-                Free Software Foundation; either version 2, or (at your option) any
+                Free Software Foundation; either version 3, or (at your option) any
                 later version.
             </para>
             <para>
@@ -171,7 +171,7 @@
 
     <refentry id="@PACKAGE@.conf.5">
         <refentryinfo>
-            <date>2006-03-10</date>
+            <date>2007-08-25</date>
         </refentryinfo>
 
         <refmeta>
@@ -202,7 +202,7 @@
 ENV-FROM   = env_from "{" LIST "}" ";"
 ENV-TO     = rcpt_to  "{" LIST "}" ";"
 LIST       = ELEMENT {LIST}+
-ELEMENT    = ADDRESS TARGET ";"
+ELEMENT    = ADDRESS TARGET ["remove"] ";"
 ADDRESS    = (USER@ | DOMAIN | USER@DOMAIN)
 TARGET     = ("" | USER@DOMAIN)
 };]]></literallayout>
@@ -219,6 +219,7 @@
 
 rcpt_to {
     fred@example.com    manager@example.com;
+    other@example.com   manager@example.com remove; // other does not get a copy
 };
 
 };]]></literallayout>