blob: c8be41aa310dc0b71cccef8b6d181870e58b75bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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);
|