Closed macosforgebot closed 13 years ago
@m0rgen originally submitted this as comment:1:ticket:457
Right, the tokens DB has the organizer's CUA in urn: form and not mailto: any longer. mail.py needs to look up the mailto: form so the reply can be forwarded. This only happens in the case where the attendee's calendar client didn't include an actual IMIP text/calendar attachment though.
@m0rgen originally submitted this as comment:2:ticket:457
mail@… originally submitted this as comment:3:ticket:457
is there a fix for this?
This happens every time if the receiver replies via a plain mail client, which at least in my setup is really common...
@m0rgen originally submitted this as comment:4:ticket:457
Please try with https://trac.calendarserver.org/changeset/7782/CalendarServer/trunk
mail@… originally submitted this as ticket:457
Hi,
I missed several response mails to meeting invitations. Looking into this I found that this is because the organizer now is stored as urn:uuid.
this is caused by the following code in mail.py
which checks if the organizer starts with urn:uuid ....
The reply emails are lost and therefore data loss occurs.