comparison 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
comparison
equal deleted inserted replaced
12:bb3d2cd6007e 13:75e1a9bcbc2e
10 10
11 </partintro> 11 </partintro>
12 12
13 <refentry id="@PACKAGE@.1"> 13 <refentry id="@PACKAGE@.1">
14 <refentryinfo> 14 <refentryinfo>
15 <date>2006-03-10</date> 15 <date>2007-08-25</date>
16 </refentryinfo> 16 </refentryinfo>
17 17
18 <refmeta> 18 <refmeta>
19 <refentrytitle>@PACKAGE@</refentrytitle> 19 <refentrytitle>@PACKAGE@</refentrytitle>
20 <manvolnum>1</manvolnum> 20 <manvolnum>1</manvolnum>
143 </refsect1> 143 </refsect1>
144 144
145 <refsect1 id='copyright.1'> 145 <refsect1 id='copyright.1'>
146 <title>Copyright</title> 146 <title>Copyright</title>
147 <para> 147 <para>
148 Copyright (C) 2006 by 510 Software Group &lt;carl@five-ten-sg.com&gt; 148 Copyright (C) 2007 by 510 Software Group &lt;carl@five-ten-sg.com&gt;
149 </para> 149 </para>
150 <para> 150 <para>
151 This program is free software; you can redistribute it and/or modify it 151 This program is free software; you can redistribute it and/or modify it
152 under the terms of the GNU General Public License as published by the 152 under the terms of the GNU General Public License as published by the
153 Free Software Foundation; either version 2, or (at your option) any 153 Free Software Foundation; either version 3, or (at your option) any
154 later version. 154 later version.
155 </para> 155 </para>
156 <para> 156 <para>
157 You should have received a copy of the GNU General Public License along 157 You should have received a copy of the GNU General Public License along
158 with this program; see the file COPYING. If not, please write to the 158 with this program; see the file COPYING. If not, please write to the
169 </refentry> 169 </refentry>
170 170
171 171
172 <refentry id="@PACKAGE@.conf.5"> 172 <refentry id="@PACKAGE@.conf.5">
173 <refentryinfo> 173 <refentryinfo>
174 <date>2006-03-10</date> 174 <date>2007-08-25</date>
175 </refentryinfo> 175 </refentryinfo>
176 176
177 <refmeta> 177 <refmeta>
178 <refentrytitle>@PACKAGE@.conf</refentrytitle> 178 <refentrytitle>@PACKAGE@.conf</refentrytitle>
179 <manvolnum>5</manvolnum> 179 <manvolnum>5</manvolnum>
200 <literallayout class="monospaced"><![CDATA[ 200 <literallayout class="monospaced"><![CDATA[
201 CONFIG = {ENV-FROM ENV-TO}+ 201 CONFIG = {ENV-FROM ENV-TO}+
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 ";" 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)
208 };]]></literallayout> 208 };]]></literallayout>
209 </refsect1> 209 </refsect1>
210 210
217 joe@example.com ""; # suppress archiving for joe 217 joe@example.com ""; # suppress archiving for joe
218 }; 218 };
219 219
220 rcpt_to { 220 rcpt_to {
221 fred@example.com manager@example.com; 221 fred@example.com manager@example.com;
222 other@example.com manager@example.com remove; // other does not get a copy
222 }; 223 };
223 224
224 };]]></literallayout> 225 };]]></literallayout>
225 </refsect1> 226 </refsect1>
226 227