JacobPimental / SnakeOil

Spam Trap created in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding "ReplyTo"

Taidgh opened this issue · comments

Many spam emails have a different ReplyTo which is the scammers actual email address eg:
From: admin@microsoft.com
ReplyTo: admin.microsoft392093@hotmail.com

Even though the spoofed admin@microsoft.com can often be important the scammers actual email admin.microsoft392093@hotmail.com can be more important.

Even if the "From" is a genuine email such as admin.microsoft39209@hotmail.com, the scammer will have a different ReplyTo as the senders mail will get shut down for spamming.

In practice, the victim of a scam may only research the email address after they have already been emailing the scammer. That is why the ReplyTo is often important.

Created branch reply_to (835e3bb) to test this feature.

Should be fixed in latest commit 4596c28