[ 
http://issues.apache.org/jira/browse/JAMES-486?page=comments#action_12411939 ] 

Norman Maurer commented on JAMES-486:
-------------------------------------

just checked to get sure.. 

Before FLUSHSPOOL:

mysql> select message_name,message_state,error_message,last_updated from spool;
+---------------------+---------------+---------------+---------------------+
| message_name        | message_state | error_message | last_updated        |
+---------------------+---------------+---------------+---------------------+
| Mail1147772661914-0 | error         | 4             | 2006-05-16 12:59:23 |
+---------------------+---------------+---------------+---------------------+
1 row in set (0.00 sec)

After:

mysql> select message_name,message_state,error_message,last_updated from spool;
+---------------------+---------------+---------------+---------------------+
| message_name        | message_state | error_message | last_updated        |
+---------------------+---------------+---------------+---------------------+
| Mail1147772661914-0 | error         | 3             | 2006-05-16 12:59:23 |
+---------------------+---------------+---------------+---------------------+
1 row in set (0.00 sec)

No retry to see from logs:

6/05/06 12:59:23 INFO  James.Mailet: RemoteDelivery: Could not connect to SMTP
host: 213.157.26.172, port: 2525
16/05/06 12:59:23 INFO  James.Mailet: RemoteDelivery: Temporary exception delive
ring mail (Mail1147772661914-0:
16/05/06 12:59:23 INFO  James.Mailet: RemoteDelivery: Storing message Mail114777
2661914-0 into outgoing after 3 retries


[EMAIL PROTECTED]:/tmp/james-2.3-dev/bin# date
Tue May 16 13:08:35 CEST 2006




> Spool managing commands for remote manager
> ------------------------------------------
>
>          Key: JAMES-486
>          URL: http://issues.apache.org/jira/browse/JAMES-486
>      Project: James
>         Type: New Feature

>   Components: Remote Manager
>     Reporter: Norman Maurer
>     Assignee: Norman Maurer
>      Fix For: 2.4.0
>  Attachments: RemoteDelivery-retry-fix.patch, RemoteManHandler.diff, 
> RemoteManager-SpoolManagement.patch
>
> Spool managing commands for remote manager - first proposal for review

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to