Download raw body.
vacation(1): consume all input
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(): > [...]
vacation(1): consume all input