2
0
forked from drew/smtprelay

Fix formatting with gofmt

This commit is contained in:
Bernhard Froehlich
2025-02-03 15:58:12 +01:00
parent 27d21b2a5b
commit 0d4e43e723

View File

@@ -195,7 +195,7 @@ func mailHandler(peer smtpd.Peer, env smtpd.Envelope) error {
environ = append(environ, fmt.Sprintf("%s=%s", "SMTPRELAY_PEER", peerIP)) environ = append(environ, fmt.Sprintf("%s=%s", "SMTPRELAY_PEER", peerIP))
cmd := exec.Cmd{ cmd := exec.Cmd{
Env: environ, Env: environ,
Path: *command, Path: *command,
} }