You are not logged in.
Hello,
When a user writes a ticket through email, the entire signature is attached even when writing a follow-up. this makes the tickets have a lot of unnecessary text
how can we avoid it?
Offline
any help?
Offline
i believe ticket clean plugin can do this
You can mark this threat as [resolved] in subject of your threat. (This is only available edit of the first post.) It is good for users who help others to quickly see which post is still open.
##############################################
GLPI 9.3.3
Offline
Indeed, but it is not compliant with GLPI 9.3
Offline
You can backlist the signature in rules part
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
You can backlist the signature in rules part
This solution is not practiced. Each email can have a different word in its signature and it would have to create rules for each word.
Offline
Hi,
I remove the thunderbird default message : "On 12/12/2012 randomuser wrote :" with pre_replace like this(and you can do this for signatures)"
In mailcollector.php, find the comment "clean mail content" around line 1215
Right after the comment "clean mail conten" : add multiple variables like this with the "begin" or "end" signature characters in it.
$tkt['content'] = preg_replace('/' . preg_quote('On') .
'.*?' .
preg_quote('wrote:') . '/', '', $tkt['content']);
}
Otherwise, you got the github.com/tomolimo/mailbehaviours but not you need it updated.
Kind regards,
Support GLPI with a donation : opencollective.com/glpi-project
Offline