apt-get warnings and errors produce unwanted e-mails
Warnings and errors from apt-get are printed to stdout, which causes unwanted e-mails. stdout in apt-get is redirected to /dev/null.
For instance: A warning that a 1024 bit key is used in a PPA sends an e-mail every day, because of the warning printed on stdout.