Quote:
|
Originally Posted by zmahshie
I am trying to enable Baysian processing, but I get an error when the cron job runs. Any idea what this error is?
/bin/sh: /home/*******/script/learnspam: bad interpreter: Permission denied
I have done the following:
1. Enabled Spam Assassin
2. Added the section to the user_prefs to enable Bayes
3. Created the learnspam script in the /script directory
4. Created the cron job entry to run it
Thanks!
|
Turns out there is an identical thread in another forum. Kinda confusing, but the answer is
over there. You need to chmod the script file to 755.