mox/queue
Mechiel Lukkien 936a0d5afe
bugfix: when dkim-signing submitted messages, use the domain from the "message from header" instead of "smtp mail from"
dmarc verifiers will only accept a dkim signature if the domain the message From
header matches the domain of the signature (i.e. it is "aligned").

i hadn't run into this before and when testing because thunderbird sets the
"smtp mail from" to the same address as a custom "message from" header. but
other mail clients don't have to do that.

should fix issue #22
2023-03-30 10:38:36 +02:00
..
dsn.go consistently use log.Check for logging errors that "should not happen", don't influence application flow 2023-02-16 13:22:00 +01:00
queue.go bugfix: when dkim-signing submitted messages, use the domain from the "message from header" instead of "smtp mail from" 2023-03-30 10:38:36 +02:00
queue_test.go only check the autotls hostnames once when serving 2023-03-05 23:56:02 +01:00