Hi Remi,
Thanks for the quick reply. I will definitely add the logging you
suggested. But I need to know what I am looking for? What I see so far
is that one email enters the pipeline. Does that one item ever get
split into multiple items (one or each recipient) resulting in multiple
mail items entering the pipeline? Or is the one email item with
multiple recipients just passed to the LocalDelivery mailet which should
loop on the recipients storing in different mailboxes?
On 1/23/2020 8:29 AM, Rémi Kowalski wrote:
Hi Jerry,
We have just added a test in James to check if we can reproduce the
behavior you reported.
You can find the issue and a link to the related PR here :
https://issues.apache.org/jira/browse/JAMES-3029
The test is successful with all the recipients receiving the mail, so i
think it can be a problem with one of your mailet.
For debuging your mailet pipeline, you can insert a LogMessage (
http://james.apache.org/mailet/standard/mailet-report.html#LogMessage)
mailet before and after each mailet.
Cheers,
Rémi Kowalski
Le jeu. 23 janv. 2020 à 05:47, Jerry Malcolm <techst...@malcolms.com> a
écrit :
If someone sends a single email to a...@domain.com, b...@domain.com,
c...@domain.com, it is only being delivered to a...@domain.com. The log
shows all three recipients when the email enters the processor chain. I
log the last step where mail is stored in a folder. I only get an entry
for the first email address in the list. All of the others just
disappear. This is a serious problem for one of my clients who has an
office with many email addresses. Emails to everyone in the office from
the boss who sends from a gmail account are only being received by one
person.
is there something I could have done in a custom mailet that could cause
this? I don't think I'm messing with recipients. But I guess I could
have inadvertently done something.
In general, can you give me a high level flow of how this should work?
At what point in the flow does a multi-recipient email get cloned into
individual copies for storing in the various inboxes? Is there a way to
trace that step in the logs? Is there anything I can look at that might
give me a hint as to what is happening and how to fix it?
I'm still on the last version I got working in the fall. It was right
at the beginning of 3.4. So if anything has been updated in this area
since then, I'm not running on the absolute latest.
Suggestions/ideas, please....
Thanks.
Jerry
---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org