mirror of
https://github.com/decke/smtprelay.git
synced 2025-12-25 16:52:29 -07:00
Fix formatting with gofmt
This commit is contained in:
2
main.go
2
main.go
@@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user