After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 272285 - Evolution crashes on a GWPOA generated email
Evolution crashes on a GWPOA generated email
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.2.x (obsolete)
Other All
: Normal major
: ---
Assigned To: Evolution Groupwise development team
Evolution QA team
evolution[groupwise]
Depends on:
Blocks:
 
 
Reported: 2005-02-07 14:58 UTC by Preston Stephenson
Modified: 2013-09-13 00:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Preston Stephenson 2005-02-07 14:58:49 UTC
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
The GroupWise POA will generated emails and send the to the administrator.
The email contains information about problem emails in the system. If I try
to look at one email, Evolution will crash. I have the XML representation
of the message.

<item xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="Mail">
<id>42034E1B.AutoDomain.AutoPO1.100.1363230.1.3929.1@1:7.AutoDomain.AutoPO1.100.0.1.0.1@16</id>
<container>7.AutoDomain.AutoPO1.100.0.1.0.1@16</container>
<created>2005-02-04T17:27:39Z</created>
<version>2</version>
<modified>2005-02-04T17:28:56Z</modified>
<status>
<opened>1</opened>
<read>1</read>
</status>
<msgId>42034E1B.AutoDomain.AutoPO1.200.2000018.1.17A.1</msgId>
<source>received</source>
<delivered>2005-02-04T17:27:39Z</delivered>
<security>Normal</security>
<subject>AutoDomain.AutoPO1 Error:  D109 </subject>
<distribution>
<from>
<displayName>Post Office Agent: </displayName>
</from>
</distribution>
<options>
<priority>Standard</priority>
</options>
<startDate>2005-02-04T17:27:39Z</startDate>
</item>


I'm not sure if this identifies the problem, but the following error was
from the evolution window.
camel-ERROR **: file camel-internet-address.c: line 459
(camel_internet_address_encode_address): assertion failed: (addr)
aborting...


Steps to reproduce the problem:
1. Select the message.
2. Evoultion pops up a window saying that it has crashed an ask the user to
restart.
3. 

Actual Results:


Expected Results:


How often does this happen? 
Every time the message is selected.

Additional Information:
It would be hard to change the format of the message from the POA. It would
be better if evolution could handle the message.
Comment 1 parthasarathi susarla 2005-02-16 17:31:04 UTC
the crash is because there is no e-mail id in the distribution. Just
having a name and no e-mail id in "from" doesnt seem quite right to me.
Comment 2 Preston Stephenson 2005-02-16 17:34:29 UTC
The message is not meant to be replied to.
There is no one to send a message to.
It is just from the POA itself.
It is not from a user.
Comment 3 Not Zed 2005-02-18 05:14:10 UTC
*** bug 272676 has been marked as a duplicate of this bug. ***
Comment 4 Not Zed 2005-02-18 05:36:14 UTC
(unmarked as duplicate, that was a paste-o)
Comment 5 Sankar P 2005-02-25 09:59:59 UTC
A fix for this bug is checked into the tree and tested.