Defect #15999
closedIgnoring out of office emails
0%
Description
With reference to issue #10607 which was a problem in redmine 1.4, we are seeing this issue in redmine 2.4 - the headers in the auto reply are:
From: User Name <user.name@domain.com>
To: user.name@domain.com
Message-ID: <ID@mail.gmail.com>
Subject: Reply Re: test
Content-Type: text/html; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Precedence: bulk
X-Autoreply: yes
Auto-Submitted: auto-replied
This is currently causing a loop of mail on updates to issues.
Please let me know if I can provide any more information.
Best wishes
Simon
Files
Related issues
Updated by Jan Niggemann (redmine.org team member) almost 11 years ago
- Related to Feature #11338: Exclude emails with auto-submitted => auto-generated added
Updated by Jan Niggemann (redmine.org team member) almost 11 years ago
- Related to Feature #10607: Ignore out-of-office incoming emails added
Updated by Jan Niggemann (redmine.org team member) almost 11 years ago
This should not happen, because r9924 already taks care of 'Auto-Submitted' => /^auto-/
...
Updated by Toshi MARUYAMA over 10 years ago
- Related to Patch #16190: Relax rejections based on Auto-Submitted header added
Updated by Toshi MARUYAMA over 10 years ago
- Status changed from New to Needs feedback
Jan Niggemann (redmine.org team member) wrote:
This should not happen, because r9924 already taks care of
'Auto-Submitted' => /^auto-/
...
Indeed.
Could you recheck?
Updated by Karel Pičman about 10 years ago
I've a problem that the header doesn't contain neither Auto-Submitted: auto-replied nor X-Auto-Response-Suppress: All but X-Autoreply: yes only:
X-Mailer: Winmail X-WM-Report: autoreply X-Autoreply: yes
Therefore Redmine processes such an email and consequently causes an email notification loop.
Updated by Karel Pičman about 10 years ago
- File x-autoreply.diff x-autoreply.diff added
A patch to skip emails with X-Autoreply: yes in the email header.
Updated by Toshi MARUYAMA almost 10 years ago
- Related to Feature #13425: Ignore X-Autoreply mails added
Updated by Toshi MARUYAMA almost 10 years ago
- Status changed from Needs feedback to Closed
Karel Pičman wrote:
A patch to skip emails with X-Autoreply: yes in the email header.
Committed in trunk r13738, thanks.