Analyse list for common domains

Hi all,

I am parsing mail logs and from those events (amongst other fields) I extract the sender and recipient field. The receipient field hold n+1 email adres. Would it be possible to classify the majority of the same domain for the recipients?

For example:
Reciepents: [a@hotmail.com, b@hotmail.com, c@hotmail.com, d@hotmail.com] = 100% hotmail
Reciepents: [a@hotmail.com, b@hotmail.com, c@hotmail.com, d@gmail.com] = 75% hotmail, 25% gmail

I say this in percentage but any weight form can work of course. The goal I have is to find out to which majority domain the mail is send too.

I hope you can help.
Paul.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.