Author: bago
Date: Thu Aug 11 12:16:41 2005
New Revision: 231503

URL: http://svn.apache.org/viewcvs?rev=231503&view=rev
Log:
Sample configuration for Additional "received for" headers to Fetchmail 
(JAMES-360)

Modified:
    james/server/trunk/src/conf/james-fetchmail.xml

Modified: james/server/trunk/src/conf/james-fetchmail.xml
URL: 
http://svn.apache.org/viewcvs/james/server/trunk/src/conf/james-fetchmail.xml?rev=231503&r1=231502&r2=231503&view=diff
==============================================================================
--- james/server/trunk/src/conf/james-fetchmail.xml (original)
+++ james/server/trunk/src/conf/james-fetchmail.xml Thu Aug 11 12:16:41 2005
@@ -59,7 +59,12 @@
             
             <accounts>
                 <alllocal userprefix="" usersuffix="@myaccount" 
password="password" recipientprefix="" recipientsuffix="@mydomain.com" 
ignorercpt-header="true"/>
-                <account user="myglobalaccount" password="password" 
recipient="[EMAIL PROTECTED]" ignorercpt-header="false"/>                       
                     
+                <account user="myglobalaccount" password="password" 
recipient="[EMAIL PROTECTED]" ignorercpt-header="false"/>
+                <!-- Custom recipient header handling -->
+                <!-- this example search an header named X-Envelope-To and use 
the recipient found in that header -->
+                <!-- 
+                <account customrcpt-header="X-Envelope-To" 
user="myglobalaccount" password="password" recipient="[EMAIL PROTECTED]" 
ignorercpt-header="false"/>
+                 -->
             </accounts>
             
             <!-- The address of the server from which to fetch the mail -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to