Check if verified list of emails at Paypal

0

I apologize in advance if I am in wrong topic redirect me please if so.

I have a problem, I got about 500 emails from my company and they set me a task to see which emails are verified from paypal and which are not.

So I am asking is there a way or a software that imports the list and export the result of verification?

I have tried searching on google and on many forums but all I found is only for one email.

user3115

Posted 2014-10-08T07:42:28.077

Reputation: 1

what email client or service are you using? Are the emails in a form of a list? or did they send you 500 separate emails to individually check? – DarkEvE – 2014-10-08T08:12:40.373

they are all hotmails , they are in .txt file seperated by new line – user3115 – 2014-10-08T09:44:52.710

Is there more information that you can share about the type / nature of emails - any similarity feature across all emails should help us set up rules to validate automatically – Prasanna – 2015-01-17T18:30:01.397

Answers

0

If emails claiming to be from paypal do not have a DKIM-header, you can safely classify them as SPAM.

You could manually check the DKIM signature if one is present, but that's tedious for so many emails.

As a general solution, the email server should only accept the emails from paypal domains, if the DKIM signature of the eMail is valid.

Jan

Posted 2014-10-08T07:42:28.077

Reputation: 1 777