Renen wrote:
<snipped>
Try inserting insert a <remoteReceivedHeader/> tag as shown below with an
index of 1. You may encounter an instance of issue
http://issues.apache.org/jira/browse/JAMES-345.

If so, a temporary workaround is to use an index of -1. Unfortunately, this
will disable any RBL checks you have in the mailet chain.

Let us know what happens.

-- Steve

>  <fetchmail enabled="true">
>         <fetch name="lucy.wdsl.co.za">
>             <accounts>
>                 <account
>                     user="[EMAIL PROTECTED]"
>                     password="*****"
>                     recipient="[EMAIL PROTECTED]"
>                     ignorercpt-header="true"/>
>             </accounts>
>
>             <recipientnotfound
>                 defer="false"
>                 reject="false"
>                 leaveonserver="true"
>                 markseen="true"/>
>
>             <host>lucy.wdsl.co.za</host>
>
>             <interval>60000</interval>
>
>             <javaMailProviderName>pop3</javaMailProviderName>
>
>             <javaMailFolderName>INBOX</javaMailFolderName>
>
>             <fetchall>true</fetchall>
>
>             <recursesubfolders>false</recursesubfolders>
>
>             <fetched
>                 leaveonserver="false"
>                 markseen="true"/>
>
>             <undeliverable
>                 leaveonserver="true"
>                 markseen="true"/>
>
>             <blacklist
>                 reject="true"
>                 leaveonserver="false"
>                 markseen="false">
>                 [EMAIL PROTECTED], [EMAIL PROTECTED]
>             </blacklist>
>
>             <userundefined
>                 reject="false"
>                 leaveonserver="true"
>                 markseen="true"/>
>
>             <remoterecipient
>                 reject="true"
>                 leaveonserver="true"
>                 markseen="true"/>

<remoteReceivedHeader
    index="1"
    reject="true"
    leaveonserver="true"
    markseen="true"/>

>         </fetch>
>     </fetchmail>

-- Steve


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

Reply via email to