

I wasn't even getting "No Mails." I just got nothing, but here's what I had to do.
1. comment out the SpamAssassin line starting with "system spamc"
2. Create a file in my tmp folder and tell the theme where it was. Inside checkMail.pl, look for a line "my $tempFile =" change the path to wherever you want. Make sure the path AND file exists. For me i did:
my $tempFile = /home/craveness/.superkaramba/tmp/TEST
And then created an empty file called "TEST"
The easiest way to diagnose this is to run the script from console:
perl checkMail.pl
and check the output.
Hope that helps. - Sep 19 2004
1. comment out the SpamAssassin line starting with "system spamc"
2. Create a file in my tmp folder and tell the theme where it was. Inside checkMail.pl, look for a line "my $tempFile =" change the path to wherever you want. Make sure the path AND file exists. For me i did:
my $tempFile = /home/craveness/.superkaramba/tmp/TEST
And then created an empty file called "TEST"
The easiest way to diagnose this is to run the script from console:
perl checkMail.pl
and check the output.
Hope that helps. - Sep 19 2004