Defect #21704
closedmail handler crashes if there are CC entries
0%
Description
I've recently updated several instances to Redmine 3.2 and the mail handling is failing
NameError (uninitialized class variable @@handler_options in MailHandler):
  app/models/mail_handler.rb:213:in `receive_issue'
  app/models/mail_handler.rb:190:in `dispatch_to_default'
  app/models/mail_handler.rb:175:in `dispatch'
  app/models/mail_handler.rb:150:in `receive'
  app/models/mail_handler.rb:49:in `block in receive'
  app/models/mail_handler.rb:46:in `receive'
  app/controllers/mail_handler_controller.rb:29:in `index'
Line 213 in 'receive_issue' is: 
add_watchers(issue)
If I comment this line out, everything works as expected.
I am setup with LDAP for users and have the following pass flags being set: --no-account-notice, --default-group "<MyGroup> --allow-override=all --no-permission-check --unknown-user create
       Updated by Scott Selberg almost 10 years ago
      Updated by Scott Selberg almost 10 years ago
      
    
    - Status changed from New to Resolved
OK, this looks like an issue with a plugin rather than redmine.
       Updated by Go MAEDA almost 10 years ago
      Updated by Go MAEDA almost 10 years ago
      
    
    - Status changed from Resolved to Closed
- Priority changed from High to Normal
- Resolution set to Invalid
Thanks for the feedback. Closing.