Skip to content

Commit 22b4940

Browse files
Merge pull request #35 from amousset/patch-1
Stop parsing sendmail arguments before addresses
2 parents 2275fd8 + 3924143 commit 22b4940

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/sendmail/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ impl<'a> Transport<'a> for SendmailTransport {
6969
.arg("-i")
7070
.arg("-f")
7171
.arg(from)
72+
.arg("--")
7273
.args(to)
7374
.stdin(Stdio::piped())
7475
.stdout(Stdio::piped())

0 commit comments

Comments
 (0)