NixOS / hydra

Hydra, the Nix-based continuous build system
http://nixos.org/hydra
GNU General Public License v3.0
1.19k stars 304 forks source link

Hydra notification emails get auto-junked by gmail #310

Open copumpkin opened 8 years ago

copumpkin commented 8 years ago

This appears to be because Hydra claims all emails come from edolstra@gmail.com, so gmail knows with certainty that it's spoofed. You can set up a filter to stop them from going to spam, but it will always add the spoofing notice to the top of the email.

I'd just set up some sort of hydra-noreply@nixos.org to avoid this problem, since the sender address doesn't really add much value here.

domenkozar commented 8 years ago

Also see https://github.com/NixOS/hydra/pull/264

copumpkin commented 8 years ago

cc @edolstra