Hi,

I'm unable to delete a message from quarantine after reboot the server. I'm
running CentOS 6.4.

/var/spool/MailScanner/quarantine is empty.

I get this error:

Module baruwa.controllers.messages:2 in process
Module repoze.what.plugins.pylonshq.protectors:118 in wrap_action
[#]<<                  return self.denial_handler(reason)
                   abort(code, comment=reason)
               return action_(*args, **kwargs)
[#]>>  return action_(*args, **kwargs)
Module baruwa.controllers.messages:670 in process
[#]<<          if result.ready():
                   finished = True
                   results = result.join()
               else:
                   session['bulkprocess-count'] += 1
[#]>>  results = result.join()
Module celery.result:495 in join
[#]<<              results.append(result.get(timeout=remaining,
                                             propagate=propagate,
                                             interval=interval))
               return results
[#]>>  interval=interval))
Module celery.result:108 in get
[#]<<          return self.backend.wait_for(self.id, timeout=timeout,
                                            propagate=propagate,
                                            interval=interval)
           wait = get  # deprecated alias to :meth:`get`.
[#]>>  interval=interval)
Module celery.backends.amqp:151 in wait_for
[#]<<          elif state in states.PROPAGATE_STATES:
                   if propagate:
                       raise self.exception_to_python(meta['result'])
                   return meta['result']
               else:
[#]>>  raise self.exception_to_python(meta['result'])
AttributeError: 'function' object has no attribute 'id'

Thanks a lot



--
View this message in context: 
http://baruwa-users-list.963389.n3.nabble.com/Can-t-delete-message-from-quarantine-tp4026950.html
Sent from the Baruwa users list mailing list archive at Nabble.com.

_______________________________________________
http://pledgie.com/campaigns/12056

Reply via email to