GNOME Bugzilla – Bug 518569
Cannot send mail to contact list
Last modified: 2013-09-13 00:56:59 UTC
Evolution 2.21.92 I found the issue during tarball sanity of Evolution 2.21.92. When ever i try to send mail to contact list / distribution list , it pops up warning that mail cannot be send. It happens both in exchange (GAL) and in group wise (Frequent contact).
Created attachment 105896 [details] Screen shot of warning
Gdb traces of evolution process when warning pops up,i try to send a mail to distribution list which is in GAL(Global Address List). Program received signal SIGINT, Interrupt. [Switching to Thread 0xb66d8a80 (LWP 7600)] 0xffffe410 in __kernel_vsyscall () (gdb) thread apply all bt
+ Trace 190379
Thread 1 (Thread 0xb66d8a80 (LWP 7600))
Created attachment 105897 [details] Vcard of GAL Distribution list
Bug 445489 raises issue in group wise contact list.
You've right. It seems to me that my patch only uncovered the bug in the GroupWise/Exchange world. I looked around and it causes this value: "Suman Manjunath" suman@expert.com The right syntax is this: "Suman Manjunath" <suman@expert.com> (notice email address surrounded with lover-than/greater-than characters.) When GW/Exchange will store this in proper way, than that will work as expected. But we cannot do this probably, so I will extend camel to handle this syntax as well. I will attach patch to the bug you mentioned, because I believe it will solve it as well.
Created attachment 105916 [details] [review] proposed eds patch for evolution-data-server; I caused it, I, I, I :(
Created attachment 105917 [details] [review] proposed eex patch for evolution-exchange;
Commit to trunk
eds part committed to trunk. Committed revision 8531. eex part committed to trunk. Committed revision 1587. Thanks Akhil to pointing this out, can you check with these patches too, please? Just in case, you know.
Created attachment 105969 [details] Vcard of GAL Distribution list I have removed cache and fetched again after applying your patches.
Created attachment 105970 [details] Vcard of GAL Distribution list Same contact as attached in comment#3 but after removing and fetching again.
As srag confirmed, it seems like working now. We forgot to revert our test changes back to actual trunk. Feel free to test it yourself once again, to be sure it is really working. Thanks.
*** Bug 445489 has been marked as a duplicate of this bug. ***