openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #27234
[Bug 1082210] Re: 7.0 fetchmail configuration problem
I'm sorry but I am reopening this bug as a SECURITY FLAW.
When you set up a catchall domain (Olivier's option 2) and somebody in
the world just sends an email to a user that does not exist in OpenERP's
alias list, the whole fetchmail process dies with the described
AssertionError and no more emails are processed.
Spambots do this often, so a single non-filtered spam email would just
crash the whole fetching process forever until the admin realizes and
deletes that message directly from the mailbox.
Solution: Add a catch-all alias to OpenERP, so unhandled email gets sent
there. However this is not possible right now AFAIK.
** Changed in: openobject-addons
Status: Invalid => Confirmed
** Information type changed from Public to Public Security
--
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/1082210
Title:
7.0 fetchmail configuration problem
Status in OpenERP Addons (modules):
Confirmed
Bug description:
in the server log
2012-11-23 00:07:31,455 11903 ERROR None openerp.addons.fetchmail.fetchmail: Failed to fetch mail from imap server chricar.fg.
Traceback (most recent call last):
File "/home/gass/OpenERP/7.0/server/openerp/addons/fetchmail/fetchmail.py", line 196, in fetch_mail
context=context)
File "/home/gass/OpenERP/7.0/server/openerp/addons/mail/mail_thread.py", line 435, in message_process
context=context)
File "/home/gass/OpenERP/7.0/server/openerp/addons/mail/mail_thread.py", line 377, in message_route
"Create an appropriate mail.alias or force the destination model." % message_id
AssertionError: No possible route found for incoming message with Message-Id <50AEBE34.3080503@xxxxxxxxxx>. Create an appropriate mail.alias or force the destination model.
probably because I didn't configure anything for
Actions to Perform on Incoming Mails
Explanation needed
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1082210/+subscriptions
References