RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 620839 - Spam gets hidden rather than removed from inbox
Summary: Spam gets hidden rather than removed from inbox
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: evolution
Version: 6.0
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Matthew Barnes
QA Contact: desktop-bugs@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-08-03 15:46 UTC by Gordan Bobic
Modified: 2010-08-03 16:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-08-03 16:28:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Gordan Bobic 2010-08-03 15:46:35 UTC
Description of problem:
Evolution's handling of spam seems to be broken, at least with IMAP. Selecting a message and marking it as spam makes it disappear, as if it were deleted. But if you then log in from a different machine, the message is still there. Similarly, if on the machine where the message was marked, you:
rm -rf ~/.evolution/*
and start up evolution again, the spam message will re-appear in the inbox.

Version-Release number of selected component (if applicable):
evolution-2.28.3-8.el6.x86_64

How reproducible:
Every time.

Steps to Reproduce:
1. Mark a message as spam in inbox on an IMAP server (I only had dbmail back end handy to test with)

2. Connect to the IMAP server from a different machine or using a different client (e.g. Thunderbird). The spam message will appear to still be there, and not be deleted.

3. Do "rm -rf ~/.evolution/*". Start evolution again. The message will now also appear in evolution.

Actual results:
Spam message gets hidden on the machine where it was marked.

Expected results:
Spam should be deleted and/or moved to the Junk folder on the IMAP server.

Comment 2 RHEL Program Management 2010-08-03 16:07:55 UTC
This issue has been proposed when we are only considering blocker
issues in the current Red Hat Enterprise Linux release.

** If you would still like this issue considered for the current
release, ask your support representative to file as a blocker on
your behalf. Otherwise ask that it be considered for the next
Red Hat Enterprise Linux release. **

Comment 3 Matthew Barnes 2010-08-03 16:28:28 UTC
Not a bug, this is how Evolution is designed.

Marking a message as junk simply sets a flag on the message's meta data indicating it's junk.  The flag is also propagated to the IMAP server if possible, but there's no standard for this so other mailers may look for different meta data.  The message is not moved or marked for deletion, it's simply hidden from view in the message list.  The Junk folder is a virtual folder showing all messages in that account that have been flagged as junk.  It's up to the user to delete messages marked as junk.


Note You need to log in before you can comment on or make changes to this bug.