CVS: tmda/htdocs config-pre.ht, 1.21.2.1, 1.21.2.2 config-pre.html, 1.55.2.3, 1.55.2.4

"Jason R. Mastaler" <[email protected]> Wed, 10 Mar 2004 16:29:23 -0800
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Update of /cvsroot/tmda/tmda/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9740

Modified Files:
      Tag: release-1-0
	config-pre.ht config-pre.html 
Log Message:
Exim 4 now adds RECIPIENT

Index: config-pre.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-pre.ht,v
retrieving revision 1.21.2.1
retrieving revision 1.21.2.2
diff -u -r1.21.2.1 -r1.21.2.2
--- config-pre.ht	10 Mar 2004 19:14:08 -0000	1.21.2.1
+++ config-pre.ht	11 Mar 2004 00:29:20 -0000	1.21.2.2
@@ -127,10 +127,9 @@
 <ol>
 
 <li>
-Exim only sets the <strong>SENDER</strong> environment variable
-by default.  You must configure it to also set <strong>RECIPIENT</strong>
-and <strong>EXTENSION</strong> using the <em>environment</em> 
-pipe option.<br><br>
+Exim only sets the <strong>SENDER</strong> and <strong>RECIPIENT</strong>
+environment variables by default.  You must configure it to also set
+<strong>EXTENSION</strong> using the <em>environment</em> pipe option.<br><br>
 
 <li>
 You must also have Exim add a Return-Path: 
@@ -146,8 +145,7 @@
   driver = pipe 
   return_fail_output 
   return_path_add
-  environment = EXTENSION=${substr_1:$local_part_suffix}:\
-                RECIPIENT=$local_part$local_part_suffix@$domain 
+  environment = EXTENSION=${substr_1:$local_part_suffix}
 </blockquote></pre>
 
 </ol>

Index: config-pre.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-pre.html,v
retrieving revision 1.55.2.3
retrieving revision 1.55.2.4
diff -u -r1.55.2.3 -r1.55.2.4
--- config-pre.html	10 Mar 2004 19:14:08 -0000	1.55.2.3
+++ config-pre.html	11 Mar 2004 00:29:20 -0000	1.55.2.4
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Wed Mar 10 12:22:07 2004 -->
+<!-- Wed Mar 10 17:37:22 2004 -->
 <!-- USING HT2HTML 2.0 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -333,10 +333,9 @@
 <ol>
 
 <li>
-Exim only sets the <strong>SENDER</strong> environment variable
-by default.  You must configure it to also set <strong>RECIPIENT</strong>
-and <strong>EXTENSION</strong> using the <em>environment</em> 
-pipe option.<br><br>
+Exim only sets the <strong>SENDER</strong> and <strong>RECIPIENT</strong>
+environment variables by default.  You must configure it to also set
+<strong>EXTENSION</strong> using the <em>environment</em> pipe option.<br><br>
 
 <li>
 You must also have Exim add a Return-Path: 
@@ -352,8 +351,7 @@
   driver = pipe 
   return_fail_output 
   return_path_add
-  environment = EXTENSION=${substr_1:$local_part_suffix}:\
-                RECIPIENT=$local_part$local_part_suffix@$domain 
+  environment = EXTENSION=${substr_1:$local_part_suffix}
 </blockquote></pre>
 
 </ol>