Actions
Defect #20437
closedUnable to read email from stdin. Invalid option: --unknown-user
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Environment: Redmine version 2.6.5.stable.14266 Ruby version 1.9.3-p327 (2012-11-10) [i686-linux] Rails version 3.2.21 Environment production Database adapter Mysql2
# cat /root/raw_email bla-bla Project: it # rake redmine:email:read RAILS_ENV="production" --unknown-user accept --no-permission-check priority=normal status=new tracker=task allow_override=project < /root/raw_email invalid option: --unknown-user # rake redmine:email:read RAILS_ENV="production" --unknown-user=accept --no-permission-check priority=normal status=new tracker=task allow_override=project < /root/raw_email invalid option: --unknown-user=accept
Authentication required is not selected.
Anonymous has Add issues permission and added to project with identifier it.
Files
Updated by Pavel Potcheptsov over 9 years ago
# rake -f ./Rakefile redmine:email:read RAILS_ENV="production" unknown-user=accept no-permission-check=1 priority=normal status=new tracker=task allow_override=project < /root/raw_email rake aborted! Don't know how to build task 'unknown-user=accept' /usr/local/rvm/gems/ruby-1.9.3-p327/bin/ruby_executable_hooks:15:in `eval' /usr/local/rvm/gems/ruby-1.9.3-p327/bin/ruby_executable_hooks:15:in `<main>' (See full trace by running task with --trace) # tail production.log MailHandler: ignoring email from unknown user []
Updated by Go MAEDA over 9 years ago
- Status changed from New to Needs feedback
- Priority changed from High to Normal
Please use "unknown_user" and "no_permission_check" instead of "unknown-user" and "no-permission-check".
"-" shoud be corrected to "_".
bundle exec rake redmine:email:read RAILS_ENV="production" unknown_user=accept no_permission_check=1 priority=normal status=new tracker=task allow_override=project < /root/raw_email
Updated by Pavel Potcheptsov over 9 years ago
- File rm_anon_issue.png rm_anon_issue.png added
Thanks, it works.
But is there a way to specify Issue's body, subject and author while using redmine:email:read rake task?
Updated by Toshi MARUYAMA over 9 years ago
- Status changed from Needs feedback to Closed
- Resolution set to Invalid
Please use forum for questions.
Actions