diff -up smeserver-mailsorting-1.2/root/etc/cron.weekly/mailsorting.admin-account2 smeserver-mailsorting-1.2/root/etc/cron.weekly/mailsorting --- smeserver-mailsorting-1.2/root/etc/cron.weekly/mailsorting.admin-account2 2013-12-11 15:28:48.000000000 -0500 +++ smeserver-mailsorting-1.2/root/etc/cron.weekly/mailsorting 2013-12-11 15:36:17.000000000 -0500 @@ -28,7 +28,7 @@ tie %accounts, 'esmith::config', '/home/ foreach (keys %accounts) { push (@userAccounts, $_) - if (db_get_type(\%accounts, $_) eq "user"); + if (db_get_type(\%accounts, $_) eq "user" || $_ eq "admin"); } #for each user diff -up smeserver-mailsorting-1.2/root/etc/e-smith/events/actions/mailsorting-update-user.admin-account2 smeserver-mailsorting-1.2/root/etc/e-smith/events/actions/mailsorting-update-user --- smeserver-mailsorting-1.2/root/etc/e-smith/events/actions/mailsorting-update-user.admin-account2 2013-12-11 15:28:48.000000000 -0500 +++ smeserver-mailsorting-1.2/root/etc/e-smith/events/actions/mailsorting-update-user 2013-12-11 15:38:31.000000000 -0500 @@ -50,6 +50,7 @@ my $geekmode = $user->prop('geekmode') | else { @users = ( $accountsdb->users ); + push(@users, $accountsdb->get('admin')); } foreach my $userName (@users)