← Back to team overview

openerp-india team mailing list archive

[Bug 1261727] [NEW] Fetchmail does not create new resource after alias match on cc

 

Public bug reported:

We collect invoices from an email address using a fetchmail
configuration. In 7.0, when a particular user is cc'ed, there is an
alias match and no invoice is created. Instead, the routing mechanism
delivers the email in the user's inbox in OpenERP. Looking at
mail_thread.message_route(), this is by design. I think this is missing
the point of having a fetchmail configuration configured to create
resources of a specific model.

My suggestion would be to check if there is an alias match on the
specified model, and proceed to match or create a new thread if this is
not the case.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1261727

Title:
  Fetchmail does not create new resource after alias match on cc

Status in OpenERP Addons (modules):
  New

Bug description:
  We collect invoices from an email address using a fetchmail
  configuration. In 7.0, when a particular user is cc'ed, there is an
  alias match and no invoice is created. Instead, the routing mechanism
  delivers the email in the user's inbox in OpenERP. Looking at
  mail_thread.message_route(), this is by design. I think this is
  missing the point of having a fetchmail configuration configured to
  create resources of a specific model.

  My suggestion would be to check if there is an alias match on the
  specified model, and proceed to match or create a new thread if this
  is not the case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1261727/+subscriptions


Follow ups

References