[Spambayes] [ spambayes-Bugs-677842 ] COM error on access denied

SourceForge.net noreply at sourceforge.net
Thu Jan 30 15:21:30 EST 2003


Bugs item #677842, was opened at 2003-01-31 12:21
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=677842&group_id=61702

Category: Outlook
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Tony Meyer (anadelonbrin)
Assigned to: Nobody/Anonymous (nobody)
Summary: COM error on access denied

Initial Comment:
Some folders (public ones in particular) may not allow 
the user access to create the spam field.  This also 
seems to cause an 'access denied' com error later on.  
An example traceback is below.

Warning: failed to create the Outlook user-property in 
folder 'MCN Newsletter'
 (-2147352567, 'Exception occurred.', (4096, 'Microsoft 
Outlook', "You don't have appropriate permission to 
perform this operation.", None, 0, -2147024891), None)
 This is probably because the code has recently been 
changed, but it will
 have no effect on the filtering or scoring.
AntiSpam: Watching for new messages in folder MCN 
Newsletter
AntiSpam: Watching for new messages in folder Inbox
AntiSpam: Watching for new messages in folder Spam
Error processing missed messages!
Traceback (most recent call last):
  File "D:\CVS Modules\spambayes\Outlook2000
\addin.py", line 610, in OnConnection
    self.ProcessMissedMessages()
  File "D:\CVS Modules\spambayes\Outlook2000
\addin.py", line 884, in ProcessMissedMessages
  File "D:\CVS Modules\spambayes\Outlook2000
\addin.py", line 129, in ProcessMessage
    if msgstore_message.GetField
(manager.config.field_score_name) is not None:
  File "D:\CVS Modules\spambayes\Outlook2000
\msgstore.py", line 651, in GetField
    prop = self.mapi_object.GetIDsFromNames(props, 0)
[0]
com_error: (-2147024891, 'Access is denied.', None, 
None)


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=677842&group_id=61702



More information about the Spambayes mailing list