Hi all,
I need your help with running the command on cron job. I am currently using this command to run on cron job in every 24 hours following by:
/usr/local/cpanel/3rdparty/bin/sa-learn -p /home/myusername/.spamassassin/user_prefs --spam /home/myusername/mail/mydomain.com/myaccount/.spam/{cur,new} >/dev/null 2>&1
Is that the correct way to use the command to run on cron job in every 24 hours?
If not, what command is the correct way for me to use to run on cron job??
How I can get the user_prefs to get update when I move the emails to junk folder and the cron job run the command in every 24 hours?
When I moved the emails to junk folder and I ran the command on cron job, the user_prefs doesn't get updated. The only things what I can see is the bayes_toks and bayes_seen get update, not for user_prefs. I am not sure why??
When I receive the junk emails and move them to junk folder, will the cron job command with spamassassin to tell them what new emails in the junk folder are spam so the spamassassin will learn from it?
And also I want to know how I increase the spam scores when I send myself a test emails to send spammy emails from gmail to my own domain??
I need your help with running the command on cron job. I am currently using this command to run on cron job in every 24 hours following by:
/usr/local/cpanel/3rdparty/bin/sa-learn -p /home/myusername/.spamassassin/user_prefs --spam /home/myusername/mail/mydomain.com/myaccount/.spam/{cur,new} >/dev/null 2>&1
Is that the correct way to use the command to run on cron job in every 24 hours?
If not, what command is the correct way for me to use to run on cron job??
How I can get the user_prefs to get update when I move the emails to junk folder and the cron job run the command in every 24 hours?
When I moved the emails to junk folder and I ran the command on cron job, the user_prefs doesn't get updated. The only things what I can see is the bayes_toks and bayes_seen get update, not for user_prefs. I am not sure why??
When I receive the junk emails and move them to junk folder, will the cron job command with spamassassin to tell them what new emails in the junk folder are spam so the spamassassin will learn from it?
And also I want to know how I increase the spam scores when I send myself a test emails to send spammy emails from gmail to my own domain??