You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Karsten Otto (Jira)" <se...@james.apache.org> on 2022/01/18 12:55:00 UTC

[jira] [Updated] (JAMES-3704) Improve mail MDC on system edge

     [ https://issues.apache.org/jira/browse/JAMES-3704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karsten Otto updated JAMES-3704:
--------------------------------
    Description: 
In general, James operators can easily track the processing of any given mail via the "mail" MDC field in the logs. However, there are two points where this information is not available:
 # During initial message hooks and spooling, which marks the beginning of processing when the mail first enters James.
 # During remote delivery, at the end of processing when the mail finally leaves James, since DeliveryRunnable works in a separate thread pool.

For improved diagnostics, the "mail" MDC field should be available in these cases as well.

  was:
In general, James operators can easily track the processing of any given mail via the "mail" MDC field in the logs. However, there are two points where this information is not available:
 # During spooling, which marks the beginning of processing when the mail first enters James.
 # During remote delivery, at the end of processing when the mail finally leaves James, since DeliveryRunnable works in a separate thread pool.

For improved diagnostics, the "mail" MDC field should be available in these cases as well.


> Improve mail MDC on system edge
> -------------------------------
>
>                 Key: JAMES-3704
>                 URL: https://issues.apache.org/jira/browse/JAMES-3704
>             Project: James Server
>          Issue Type: Improvement
>          Components: Remote Delivery
>    Affects Versions: master
>            Reporter: Karsten Otto
>            Priority: Minor
>
> In general, James operators can easily track the processing of any given mail via the "mail" MDC field in the logs. However, there are two points where this information is not available:
>  # During initial message hooks and spooling, which marks the beginning of processing when the mail first enters James.
>  # During remote delivery, at the end of processing when the mail finally leaves James, since DeliveryRunnable works in a separate thread pool.
> For improved diagnostics, the "mail" MDC field should be available in these cases as well.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org