summaryrefslogtreecommitdiff
path: root/mail/bsmtp/files/patch-rsmtp.in
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2007-07-24 17:36:02 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2007-07-24 17:36:02 +0000
commitd368a7dd35d14b4e492777bfbc2f06102c359f93 (patch)
tree91a2bd4d7d0a9622f07d9dd9184a9c4e772dcea7 /mail/bsmtp/files/patch-rsmtp.in
parent- Update to 20070723 (diff)
* bump up to sendmail 8.13 and cross fingers
* make sure recipient addresses starting with '-' are not mistaken for flags
Notes
Notes: svn path=/head/; revision=196221
Diffstat (limited to 'mail/bsmtp/files/patch-rsmtp.in')
-rw-r--r--mail/bsmtp/files/patch-rsmtp.in14
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);