Joseph A Nagy Jr said: > Pierre Lamb wrote: >> There is a script in etc that controls it. > > Found the script I was looking for under /etc/cron.daily/ > (/etc/cron.dail/rpm). May I assume it's safe to remove that script? > That script has nothing to do with up2date. [whooper@xxxxxxxx whooper]$ cat /etc/cron.daily/rpm #!/bin/sh rpm -qa --qf '%{name}-%{version}-%{release}.%{arch}.rpm\n' 2>&1 \ | sort > /var/log/rpmpkgs [whooper@xxxxxxxx whooper]$ The mails are sent by logwatch, so you probably want to look at it's config in /etc/log.d/logwatch.conf. The reason you are still getting info about up2date might also be related to bug 80496: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=80496 -- William Hooper