process-mail.py OOPSes with IllegalTarget

Bug #866011 reported by Данило Шеган
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
Critical
Ian Booth

Bug Description

Trying out the e-mail interface as described in https://help.launchpad.net/Bugs/EmailInterface always failed with an OOPS.

OOPS-2103INBOUNDEMAILEMAIL1
OOPS-2102INBOUNDEMAILEMAIL1

Traceback from the OOPS:

Traceback (most recent call last):
  Module lp.services.mail.incoming, line 398, in handleMail
    signature_timestamp_checker)
  Module lp.services.mail.incoming, line 504, in handle_one_mail
    handled = handler.process(mail, email_addr, file_alias)
  Module lp.bugs.mail.handler, line 288, in process
    bug, bug_event)
  Module lp.bugs.mail.commands, line 621, in execute
    bugtask = self._create_bug_task(bug, bug_target)
  Module lp.bugs.mail.commands, line 683, in _create_bug_task
    return self._targetBug(user, bug, bug_target)
  Module lp.bugs.mail.commands, line 652, in _targetBug
    general_task = bug.addTask(user, general_target)
  Module lp.bugs.model.bug, line 1192, in addTask
    new_task = getUtility(IBugTaskSet).createTask(self, owner, target)
  Module lp.bugs.model.bugtask, line 2719, in createTask
    validate_new_target(bug, target)
  Module lp.bugs.model.bugtask, line 427, in validate_new_target
    "been reported." % target.displayname)
IllegalTarget: This bug is already on Ubuntu. Please specify an affected package in which the bug has not yet been reported.

Tags: email oops
Revision history for this message
Данило Шеган (danilo) wrote :

OOPS lists an actual email message being sent as well, but since it contains headers which might be private, here's the relevant snippet:

"
Dapper has reached its end-of-line and receives no further updates.
Closing all open dapper tasks as wontfix. Thank you.

 bug 66188
 affects ubuntu/dapper
 status wontfix
"

Changed in launchpad:
status: New → Triaged
importance: Undecided → Critical
tags: added: oops
William Grant (wgrant)
summary: - process-mails.py OOPSes with IllegalTarget
+ process-mail.py OOPSes with IllegalTarget
tags: added: email
William Grant (wgrant)
Changed in launchpad:
assignee: nobody → Ian Booth (wallyworld)
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.