[Bug 876774] [NEW] AttributeError: 'MailingList' object has no attribute 'bounce_processing'

Vincent Fretin vincent.fretin at gmail.com
Mon Oct 17 21:18:40 CEST 2011


Public bug reported:

With mailman 3.0.0a8

Oct 17 12:06:34 2011 (15436) Traceback (most recent call last):                    
  File "/home/zope/mailman/src/mailman/core/runner.py", line 138, in _one_iteration
    self._process_one_file(msg, msgdata)                                           
  File "/home/zope/mailman/src/mailman/core/runner.py", line 220, in _process_one_file
    keepqueued = self._dispose(mlist, msg, msgdata)                                
  File "/home/zope/mailman/src/mailman/runners/bounce.py", line 46, in _dispose 
    if not mlist.bounce_processing:                                                
AttributeError: 'MailingList' object has no attribute 'bounce_processing'

It seems that bounce_processing is defined in src/mailman/styles/default.py
The style are applied at mailing-list creation, but bounce_processing attribute is not persisted, the src/mailman/database/mailman.sql file doesn't define it.

** Affects: mailman
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/876774

Title:
  AttributeError: 'MailingList' object has no attribute
  'bounce_processing'

To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/876774/+subscriptions


More information about the Mailman-coders mailing list