CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/04/29 07:05:33
Modified files: etc : daily share/man/man8 : daily.8 Log message: Delete invocation of mailq(1) that was present for historical reasons. On a real mailserver, it's too noisy and may be a privacy concern. On a machine that's not a mailserver, it's pointless. Besides, Theo points out that running subsystems that potentially parse untrusted user data daily, at a predictable time, as root is not a very good idea in the first place. Suggested by millert@; gilles@ matthieu@ deraadt@ sthen@ agree