diff options
Diffstat (limited to 'mail/bsmtp/files/patch-rsmtp.in')
-rw-r--r-- | mail/bsmtp/files/patch-rsmtp.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/bsmtp/files/patch-rsmtp.in b/mail/bsmtp/files/patch-rsmtp.in new file mode 100644 index 000000000000..c8be41aa310d --- /dev/null +++ b/mail/bsmtp/files/patch-rsmtp.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- rsmtp.in.orig ++++ rsmtp.in +@@ -72,7 +72,7 @@ + print STDERR "Recipient: $r\n" if ($debug); + push (@recipients, $r); + } +- $sendmail="$sendmailproto -f$mailfrom -p@INPROTO@:$fromhost"; ++ $sendmail="$sendmailproto -f$mailfrom -p@INPROTO@:$fromhost --"; + while (defined $recipients[0]) { + $sendmail .= " " . $recipients[0]; + shift (@recipients); |