1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/mail/bsmtp/files/patch-rsmtp.in
Christian Weisgerber f8f89779ae Staging, general overhaul.
Thanks to tijl@ for clarifying how to handle non-PREFIX directory
creation/removal in plist.
2013-11-03 12:32:32 +00:00

15 lines
464 B
Plaintext

$FreeBSD$
--- rsmtp.in.orig 1999-05-16 11:24:09.000000000 +0200
+++ rsmtp.in 2013-11-01 19:55:42.000000000 +0100
@@ -72,7 +72,7 @@ while (<>) {
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);