Search found 3 matches

by genotix
25 Mar 2018 07:25
Forum: Discussion
Topic: Learn Spam Mails from untroubled.org
Replies: 4
Views: 5242

Re: Learn Spam Mails from untroubled.org

benscha wrote: 20 Mar 2018 10:32 Hi genotix

nice if someone can use my script. :dance:

my spam-learn script looks similar to yours.
Hmm didn't get notified by the Forum about your message.
Thanks for your reply!
I've learnt the bayes algorithm thanks to your post now.
It's blocked quite some spam since then.
by genotix
19 Mar 2018 20:40
Forum: Discussion
Topic: Learn Spam Mails from untroubled.org
Replies: 4
Views: 5242

Re: Learn Spam Mails from untroubled.org

Ok, I did some googling and think this does the trick for spam-learn

#!/bin/sh
# The site doesn't provide ham I think so just disable it for now.
#nice -n 19 sa-learn --progress --no-sync --ham /home/root/scripts/learn/ham/*
nice -n 19 sa-learn --progress --no-sync --spam /home/root/scripts ...
by genotix
19 Mar 2018 20:06
Forum: Discussion
Topic: Learn Spam Mails from untroubled.org
Replies: 4
Views: 5242

Re: Learn Spam Mails from untroubled.org

Hi Buddy,

Your initiative seems pretty good only during applying your script I seem to be missing the
/home/root/scripts/spam-learn
Script.

Would you be so kind to provide it too?