CVS: tmda/htdocs config-pre.ht,1.22,1.23 config-pre.html,1.61,1.62
"Jason R. Mastaler" <[email protected]> Wed, 10 Mar 2004 16:28:51 -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-serv9580
Modified Files:
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.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- config-pre.ht 10 Mar 2004 19:00:00 -0000 1.22
+++ config-pre.ht 11 Mar 2004 00:28:48 -0000 1.23
@@ -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.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- config-pre.html 10 Mar 2004 19:00:00 -0000 1.61
+++ config-pre.html 11 Mar 2004 00:28:48 -0000 1.62
@@ -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:04:48 2004 -->
+<!-- Wed Mar 10 17:24:24 2004 -->
<!-- USING HT2HTML 2.0 -->
<!-- SEE http://ht2html.sf.net -->
<!-- User-specified headers:
@@ -335,10 +335,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:
@@ -354,8 +353,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>