Defect #12028
closedfetching multiple emails that create / update issues
0%
Description
the problem is that when a rake statement is executed [e.g.
sudo rake -f /usr/share/redmine/Rakefile redmine:email:receive_imap RAILS_ENV="production" host=imap.gmail.com ssl=1 port=993 username=xxxxxxxx@gmail.com password=xxxxxx project=qweqweqwe tracker=Bug status=New priority=Normal domain=gmail.com allow_override=project,status,tracker,priority
]
and there are more than one unread e-mail in the inbox, then not all of them are processed ---- looks like all of 'updating' mails are processed, but not all that should create new tickets [although even those that are not processed are marked as 'read' ]
environment configuration:
About your application's environment
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.8.15
Rack version 1.3
Rails version 2.3.14
Active Record version 2.3.14
Active Resource version 2.3.14
Action Mailer version 2.3.14
Active Support version 2.3.14
Edge Rails revision unknown
Application root /usr/share/redmine
Environment production
Database adapter mysql
Database schema version 20110902000000
Redmine 1.3.2.stable, installed @ ubuntu by apt-get
regards
Updated by Holger Just over 2 years ago
- Status changed from New to Closed
When new issues are not created, this is usually caused by validation errors. Check that the desired project allows to create issues with the tracker and status and the sender (as identified by their email address) is allowed to add issues in the project.