Feature #3199
closedAbility to remove mail signature when updating an issue from mail
0%
Description
The issue creation and update from mail is great. But is not practically functional if the mail signature is not removed from the email body. Otherwise the comments on an issue become unreadable.
I know that this problem can be solved from the MUA, but when many people participate on the project, and any of them use a different one, you cannot force to all of them to create different profiles when replying redmine mails.
Maybe this functionality can be an option on the Administration section. A regular expression may be specified to match the token that marks the signature begin.
Related issues
Updated by Eric Davis over 15 years ago
- Category set to Email notifications
- Status changed from New to 7
- Assignee set to Eric Davis
I have some code that removes any text after --
in an incoming email. I found --
or ---
is the typical start of signature.
Updated by Eric Davis over 15 years ago
- Subject changed from Hability to remove mail signature when updating an issue from mail to Ability to remove mail signature when updating an issue from mail
Updated by James Blanding over 15 years ago
This issue feels a bit like a subset of Issue #2852...or if not a subset, at least related in the sense that this code would appear in approximately the same place in the mail_handler as the code from that issue...
Updated by Jean-Philippe Lang almost 15 years ago
- Category changed from Email notifications to Email receiving
Updated by Felix Schäfer almost 15 years ago
- Status changed from 7 to Closed