Created
January 30, 2012 15:33
-
-
Save Ollieportnin/1704994 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/opt/core2ecm/coredata/src/core2mail/src/core2mail/utils.py", line 178, in process_exception | |
return func(*args, **kwargs) | |
File "/opt/core2ecm/coredata/src/core2mail/src/core2mail/tasks/operations.py", line 151, in <lambda> | |
indexer_action = lambda :MailIndexer(mailbox).process_notifications() | |
File "/opt/core2ecm/coredata/src/core2mail/src/core2mail/actions.py", line 242, in process_notifications | |
for msg in new_msgs: | |
File "/opt/core2ecm/coredata/src/core2mail/src/core2mail/backends/exchange/__init__.py", line 177, in messages_by_rules | |
msgs = self.get_messages_using_rules(rules, root_folder, message_ids) | |
File "/opt/core2ecm/coredata/src/core2mail/src/core2mail/backends/exchange/__init__.py", line 150, in get_messages_using_rules | |
msgs = [self._convert_item(item) for item in items] | |
File "/opt/core2ecm/coredata/src/core2mail/src/core2mail/backends/exchange/__init__.py", line 216, in _convert_item | |
from_emails = format_exchange_emails(item.From) | |
AttributeError: MessageType instance has no attribute 'From' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment