5 ms·
I've done something similar at my job. I don't think it implicates privacy because 1) it's a list of misses from the (public) dictionary, and 2) the email is se
by BarbaryCoast 2y ago
I've done something similar at my job. I don't think it implicates privacy because 1) it's a list of misses from the (public) dictionary, and 2) the email is sent as the program, not as the user. So if the user misspells melinoma, you have no information on which user that was.
- ggm 2y agoThat's a very rude thing to say about the President's wife. Notice has been taken.
- deleted 2y ago[deleted]
- schoen 2y agoThis might be different if you have 4 users on the system or 400 users. Also, traditional Unix makes it easy to find out who was active on the system at a certain time (for example with the "last" command, which reads the wtmp log), plus other data sources (historically regular users were often allowed to read most log files by default, and people often used relatively open file permissions by default, which would at least allow for examining other users' file metadata).