diff options
Diffstat (limited to 'debian/patches/8.12/8.12.3/dsa-doublebounce.patch')
-rw-r--r-- | debian/patches/8.12/8.12.3/dsa-doublebounce.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/8.12/8.12.3/dsa-doublebounce.patch b/debian/patches/8.12/8.12.3/dsa-doublebounce.patch deleted file mode 100644 index f920d0a..0000000 --- a/debian/patches/8.12/8.12.3/dsa-doublebounce.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -u doublebounce.pl.old doublebounce.pl ---- doublebounce.pl.old Sun Feb 7 05:44:09 1999 -+++ ./sendmail-8.12.3/contrib/doublebounce.pl Mon Apr 14 08:46:02 2003 -@@ -26,6 +26,7 @@ - - - use Socket; -+use Fcntl; - - # look for debug flag - # -@@ -45,7 +46,7 @@ - # I thought about reading it into a buffer here, but some messages - # are 10+Mb so a buffer may not be a good idea - # --if (! open(MSG, "+> $tmp")) { -+if (! sysopen(MSG, "$tmp", O_RDWR|O_CREAT|O_EXCL, 0600)) { - # can't open temp file -- send message to local postmaster - # open(MAIL, "| /usr/sbin/sendmail -oeq postmaster"); - print MAIL <STDIN>; |