X-Git-Url: http://git.pld-linux.org/?p=packages%2Fsendmail.git;a=blobdiff_plain;f=sendmail-rmail.patch;h=37dd6a5d76ce9e2e414cbe543adb836ded05f106;hp=35472cd2b1e05845f8aa050a801f8c65ce198e1c;hb=HEAD;hpb=229843d774057bf8e0418a32d7011e20c4f2c63a diff --git a/sendmail-rmail.patch b/sendmail-rmail.patch index 35472cd..37dd6a5 100644 --- a/sendmail-rmail.patch +++ b/sendmail-rmail.patch @@ -1,8 +1,9 @@ ---- sendmail-8.8.7/rmail/rmail.c.rmail Mon Feb 9 14:30:13 1998 -+++ sendmail-8.8.7/rmail/rmail.c Mon Feb 9 14:30:42 1998 -@@ -232,7 +232,6 @@ - i = 0; +diff -urNp -x '*.orig' sendmail-8.16.1.org/rmail/rmail.c sendmail-8.16.1/rmail/rmail.c +--- sendmail-8.16.1.org/rmail/rmail.c 2020-05-19 21:54:33.000000000 +0200 ++++ sendmail-8.16.1/rmail/rmail.c 2021-10-03 22:30:57.328925167 +0200 +@@ -276,7 +276,6 @@ main(argc, argv) args[i++] = _PATH_SENDMAIL; /* Build sendmail's argument list. */ + args[i++] = "-G"; /* relay submission */ args[i++] = "-oee"; /* No errors, just status. */ - args[i++] = "-odq"; /* Queue it, don't try to deliver. */ args[i++] = "-oi"; /* Ignore '.' on a line by itself. */