Project

General

Profile

Actions

Defect #12028

closed

fetching multiple emails that create / update issues

Added by Karol Kanicki over 11 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

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

Actions #1

Updated by Holger Just over 1 year 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.

Actions

Also available in: Atom PDF