Actions
Feature #19545
closedunknown_user=accept - put email address of sender in description
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Description
I'm using the imap-task to receive emails and create issues on a specific project:
rake -f /var/www/redmine/Rakefile redmine:email:receive_imap RAILS_ENV="production" host=<host> username=redmine password=<pass> port=993 ssl=true unknown_user=accept no_permission_check=1 project=<project> tracker=Feature
which works fine. Setting
unknown_user=accept
creates the issues under the anonymous-account but any information about the original sender is lost. I would like to see an option to add the sender e-mail address and name to the description so it's not completly lost.
Related issues
Updated by Go MAEDA over 9 years ago
This feature is discussed on #11212. I close this issue as duplicate.
Thanks for your sugesstion.
Updated by Go MAEDA over 9 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Updated by Go MAEDA over 9 years ago
- Related to Feature #11212: save sender email to issue when mail import and unknown_user=accept no_permission_check=1 added
Updated by Go MAEDA over 9 years ago
- Related to deleted (Feature #11212: save sender email to issue when mail import and unknown_user=accept no_permission_check=1)
Updated by Go MAEDA over 9 years ago
- Is duplicate of Feature #11212: save sender email to issue when mail import and unknown_user=accept no_permission_check=1 added
Actions