02.02.26
This commit is contained in:
@@ -215,7 +215,7 @@ class Incoming(DeactivableMixin, Workflow, ModelSQL, ModelView):
|
||||
children.append(child)
|
||||
else:
|
||||
child = cls(
|
||||
name='mail.txt',
|
||||
name='mail_' + message.get('subject', 'No Subject') + '.txt',
|
||||
company=rule.document_incoming_company,
|
||||
data=body_bytes,
|
||||
type=rule.document_incoming_type,
|
||||
|
||||
Reference in New Issue
Block a user