← Back to team overview

openerp-india team mailing list archive

[Bug 1264870] [NEW] featch email problem if not my email

 

Public bug reported:

If in my inbox on mail server email no for me. Example my email: my@xxxxx. But spamers or .. send me email 
From: spamer@xxxxxxxxx
To: stopyouemail@xxxxxxxxxxx

And wen openerp fetch email and not found route for that. Stop receive anymore emails. 
Need go to email server and  delete wrong email from spamer.

But.
In module Mail. mail_thread.py - line ~ 575. Comment Assert - fix that.

    
#assert thread_id and hasattr(model_pool, 'message_update') or hasattr(model_pool, 'message_new'), \ 
#            "No possible route found for incoming message from %s to %s (Message-Id %s:)." \ 
#            "Create an appropriate mail.alias or force the destination model." % (email_from, email_to,      message_id) 

After that email got from email server put in openerp server. But
without anybody alianse.

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


** Tags: mail module

-- 
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/1264870

Title:
  featch email problem if not my email

Status in OpenERP Addons (modules):
  New

Bug description:
  If in my inbox on mail server email no for me. Example my email: my@xxxxx. But spamers or .. send me email 
  From: spamer@xxxxxxxxx
  To: stopyouemail@xxxxxxxxxxx

  And wen openerp fetch email and not found route for that. Stop receive anymore emails. 
  Need go to email server and  delete wrong email from spamer.

  But.
  In module Mail. mail_thread.py - line ~ 575. Comment Assert - fix that.

      
  #assert thread_id and hasattr(model_pool, 'message_update') or hasattr(model_pool, 'message_new'), \ 
  #            "No possible route found for incoming message from %s to %s (Message-Id %s:)." \ 
  #            "Create an appropriate mail.alias or force the destination model." % (email_from, email_to,      message_id) 

  After that email got from email server put in openerp server. But
  without anybody alianse.

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


Follow ups

References