Thank you,

I confirmed that the issue was solved in normal use.
But...
I inserted Redirect mailet in the "transport" processor.
(see config.xml.diff)
It duplicates a message for local-user before the RemoteDelivery runs.
Then I sent a mail to the external server via james.
FileStreamStore file in the spool was not deleted.

I think there are much people who use more complex configuration.
The file-base repository would need more tests.

Regards,
Iwasa Kazmi

Noel J. Bergman:
I've tried 2.3.0-dev on Windows XP.

In my environment, the problem [still] appears

We made another change this morning based upon your report.  I'm in the
process of uploading now.  Look for a new build within the next 30 minutes
or so, depending upon how long the upload takes.

Same place: http://people.apache.org/~noel/james

        --- Noel


--- config.xml.orig     2006-08-05 15:44:44.578125000 +0900
+++ config.xml  2006-08-05 15:59:14.031250000 +0900
@@ -51,7 +51,7 @@
       <!-- -->
       <!-- Warning: If you are using fetchmail it is important to include the 
-->
       <!-- fetched domains in the server name list to prevent looping.       
-->
-      <servernames autodetect="true" autodetectIP="true">
+      <servernames autodetect="false" autodetectIP="true">
 <!-- CONFIRM? -->
          <servername>localhost</servername>
       </servernames>
@@ -540,6 +540,14 @@
             <notice>550 - Requested action not taken: relaying denied</notice>
          </mailet>
 
+         <!-- Redirect outgoing message -->
+         <mailet match="All" class="Redirect">
+            <recipients> [EMAIL PROTECTED] </recipients>
+            <inline> unaltered </inline>
+            <to> unaltered </to>
+            <passThrough> true </passThrough>
+         </mailet>
+
          <!-- Attempt remote delivery using the specified repository for the 
spool, -->
          <!-- using delay time to retry delivery and the maximum number of 
retries -->
          <mailet match="All" class="RemoteDelivery">

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

Reply via email to