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.

DavidPostill
  • 162,382

1 Answers1

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
  • 1,960