Mail is not processed / Can't modify frozen String

Expected behavior:

  • Processing mails

Actual behavior:

  • Mail is not processed:

zammad run rails r ‘Channel::EmailParser.process_unprocessable_mails’

“ERROR: Can’t process email, you will find it for bug reporting under /opt/zammad/tmp/unprocessable_mail/97c94407ae2052aab6e849477571cfa5.eml, please create an issue at https://github.com/zammad/zammad/issues
“ERROR: #<RuntimeError: can’t modify frozen String>”
/opt/zammad/app/models/channel/email_parser.rb:524:in rescue in process': #<RuntimeError: can't modify frozen String> (RuntimeError) /opt/zammad/app/models/application_model/checks_attribute_values_and_length.rb:26:inforce_encoding’
/opt/zammad/app/models/application_model/checks_attribute_values_and_length.rb:26:in block in check_attribute_values_and_length' /opt/zammad/app/models/application_model/checks_attribute_values_and_length.rb:20:ineach’
/opt/zammad/app/models/application_model/checks_attribute_values_and_length.rb:20:in `check_attribute_values_and_length’

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.