Malvin M. Rito wrote:
Hi,
My server is working fine, it is just that I only want to remove duplicate
emails being received on my primary catch basin email. Example if my primary
catch basin email is [email protected] , when [email protected] send email to
[email protected] and cc [email protected], obviously [email protected] will
receive
2 emails since [email protected] & [email protected] is always redirected to
[email protected]. Please advise.
Regards,
Malvin M. Rito
-----Original Message-----
From: PakOgah [mailto:[email protected]]
Sent: Wednesday, December 16, 2009 11:48 AM
To: [email protected]
Subject: Re: [qmailtoaster] Remove duplicate emails
check out Wiki,
I have wrote this articel base on others (and my) experience
http://wiki.qmailtoaster.com/index.php/Troubleshooting#Duplicate_Email_from_
Mailing_List
Malvin M. Rito wrote:
Hi List,
Is there anyway I could use to remove duplicate emails from receiving
on my catch basin email address? I already installed Russell Nelson
program to eliminate duplicate emails but still I receive duplicate
emails.
Regards,
Malvin M. Rito
For something like that you will need to write a bash/perl/python script
that is run from the crontab. On a mail-server level, these are not
duplicates - each is a distinctly different email on a smtp level, so
this is not possible on the mail server level.
My guess would be to write a script that compares emails (maybe by
generating a hash signature of the email body?) and then removes
whatever it thinks are duplicates.