I am having hard time removing duplicate emails from a users account. The user was trying to setup mail filter in her inbox and made copies of each emails up to 4 copies of each that made her email end up being fifty thousand copies. I have tried couple of command on the backend that will sort out the duplicate emails and delete all the other emails leaving the unique emails by using the awk command and other commands: awk 'a !~ $0; {a=$0}'
I seriously need some assistant in this.
Since the user uses thunderbird as the email client, we have also tried the duplicate remover add-ons in thunderbird and still did not help. The mail client frozes anytime its in the process. She is in a big dilemma because she can't get control of her email all together.
I will very much appreciate help from anyone.
Thanks
I seriously need some assistant in this.
Since the user uses thunderbird as the email client, we have also tried the duplicate remover add-ons in thunderbird and still did not help. The mail client frozes anytime its in the process. She is in a big dilemma because she can't get control of her email all together.
I will very much appreciate help from anyone.
Thanks