paperboy icon indicating copy to clipboard operation
paperboy copied to clipboard

Validate sender validation setup

Open rykov opened this issue 6 years ago • 0 comments

Sender validation is one of significant signals to spam filters. There are a number of standards (DKIM, SPF, DMARK, etc) that are all tedious to set up. This task is to add a validation command that will do a sanity check on the From address.

For this task, we'll take the domain of the From address and check it against the hostname in in the SMTP settings. The command will also allow specifying a sender hostname via CLI flags.

rykov avatar Jul 08 '17 03:07 rykov