Line 149:
Line 149:
expand-template /etc/crontab
expand-template /etc/crontab
+
+
===How do I avoid the admin emails?===
+
You unfortunately have to change a few lines of code to avoid these. Open a shell on the system you install the contrib on and open /usr/local/unjunkmgr/spamreminder.pl with your favorite editor.
+
+
Find the line (around line 35):
+
my $admin_email_addr = 'admin';
+
and change to
+
my $admin_email_addr = '';
+
===How do I report a problem or a suggestion?===
===How do I report a problem or a suggestion?===