On Sat, Jul 09, 2016 at 05:46:51PM +0300, Lefteris Tsintjelis wrote: > >(not writing to /dev/null, only discarding input) > > Yes! Great idea, much better and simpler in CPU cycles than dev null > actually! Thanks!
If you really want to save CPU cycles, use the discard(8) transport, it is considerably more efficient than pipe(8) for discarding email. -- Viktor.