Looking at the code, it seems that res.users is just missing an implementation of the message_new method? The message_update method is implemented, but message_new seems to be missing.
-- 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/1221639 Title: Send mail to user alias: model res.users does not accept incoming emails Status in OpenERP Addons (modules): New Bug description: alias domain: sub.example.com users are created with aliases [email protected] System is setup with a catchall IMAP box. We have the system working for tasks/project issues/leads so I'm fairly confident the setup is sane. When a mail message is sent to [email protected] The following happens: 1. mail is properly routed to the imap mailbox 2. openerp cronjob tries to retrieve it. 3. Server log contains error: " 2013-09-06 08:40:08,316 17524 ERROR hsd openerp.addons.fetchmail.fetchmail: Failed to fetch mail from imap server Catch All openobject address. Traceback (most recent call last): File "/var/openobject-server/hsd-7.0/addons/fetchmail/fetchmail.py", line 205, in fetch_mail context=context) File "/var/openobject-server/hsd-7.0/addons/mail/mail_thread.py", line 662, in message_process (msg['message_id'], model) AssertionError: Undeliverable mail with Message-Id <CACE=qopsr5+f+zwkid6ccgowygeewraoxqhnkpmbugbp8hg...@mail.gmail.com>, model res.users does not accept incoming emails " Code revistions used (7.0 branches): server : 5061 web : 4023 addons : 9406 To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/1221639/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

