Defect #15999
closed
Ignoring out of office emails
Added by Simon Whittaker almost 11 years ago.
Updated almost 10 years ago.
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 to Feature #11338: Exclude emails with auto-submitted => auto-generated added
This should not happen, because r9924 already taks care of
'Auto-Submitted' => /^auto-/
...
- Description updated (diff)
- Related to Patch #16190: Relax rejections based on Auto-Submitted header added
- 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?
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.
A patch to skip emails with X-Autoreply: yes in the email header.
- 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.
Also available in: Atom
PDF