You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it help to have a couple of the real world raw emails, to see if there's any less obvious "funky formatting" at play?
Yes please @mdeuk, it would be good to verify the issue with real examples and try workout if case-insensitivity is the issue or maybe there is another cause.
Yes please @mdeuk, it would be good to verify the issue with real examples and try workout if case-insensitivity is the issue or maybe there is another cause.
No problem - I'll send you across an email with a couple of links in a minute. 👍
Thanks @mdeuk for the examples, having gone through this I think I've gone and understanding of what is happening. Basically both the To and Received have the address, one mixed case one down case. We don't get an exact match to a single request because we don't unique the requests - we can fix this easily but writing a failing spec is proving difficult.
Wondering if this has actually been fixed by #7790 as the guess mechanism works slightly different and it does return unique requests, so since Monday when WDTK got deployed with single guess redelivery, have their been any more cases of this issue?
Here's a redacted but real example:
R
ofRequest
W
ofWhatdotheyknow
C
of.Com
We should do a case-insensitive comparison of these parts.
The text was updated successfully, but these errors were encountered: