From: Sven M. Hallberg Subject: Re: vacation(1): consume all input To: tech@openbsd.org, gilles@openbsd.org Cc: Omar Polo Date: Wed, 17 Dec 2025 13:01:30 +0100 One year ping. Sven M. Hallberg on Tue, Mar 04 2025: > Omar Polo on Fri, Aug 23 2024: >> I'd like to double-check with gilles@ that our current requirement for >> mda script to consume all the input is on purpose. Skimming through >> postfix documentation I don't see mentions of this, but sendmail' >> vacation has a eatmsg() function that is equivalent to your done(). > > Ping. > >> Otherwise, your diff looks fine to me, maybe just with fread() instead >> of a fgets(), but that's a nitpick. > > Updated patch against current and with fread() instead of fgets(): > [...]