Hey all,
I was considering using mozilla thunderbird, so i tested the email headers, and confirmed it injects your ip into the header
that first red block is confirmed my ipv6 address. the others look a little off for being an ipv6, perhaps a mac address?
After doing some investigating, it’s common practice for mail servers to send this in their headers - not a Mozilla Thunderbird issue.
If this was to be disabled system administrators would need to add "
/^Received: from [^ ]+ ([^ ]+ [[IPv0-9a-f:.]+])\s+(.* (Postfix) with .+)$/ REPLACE Received: $1"
To their mail config to remove it.
however thunderbird could likely prevent it by replacing the ip with something. I do wish mail providers would not put this in the header, however google leaves it in so i suppose its an “industry standard”
Also, some mail providers will prevent you from sending emails to them if you don’t have an IP address there.