Re: bayes score no showing up in the header

2012-12-13 Thread John Hardin
On Thu, 13 Dec 2012, motty cruz wrote: Thank you very much John, I tried this chown -R vscan:vscan /var/spool/amavis/.spamassassin and now bayes score are showing up in the headers. Also, i tried the right sa- database. Thanks a bunch. Happy to help! -- John Hardin KA7OHZ

Re: bayes score no showing up in the header

2012-12-13 Thread motty cruz
Thank you very much John, I tried this chown -R vscan:vscan /var/spool/amavis/.spamassassin and now bayes score are showing up in the headers. Also, i tried the right sa- database. Thanks a bunch. On Wed, Dec 12, 2012 at 3:12 PM, John Hardin wrote: > On Wed, 12 Dec 2012, motty cruz wr

Re: bayes score no showing up in the header

2012-12-12 Thread John Hardin
On Wed, 12 Dec 2012, motty cruz wrote: Thanks John, It does not show up in any message at all! here is the sa-learn --dump magic command: # sa-learn --dump magic 0.000 0 4680 0 non-token data: nspam 0.000 0 88357 0 non-token data: nham Ok, so th

Re: bayes score no showing up in the header

2012-12-12 Thread motty cruz
Thanks John, It does not show up in any message at all! here is the sa-learn --dump magic command: # sa-learn --dump magic 0.000 0 3 0 non-token data: bayes db version 0.000 0 4680 0 non-token data: nspam 0.000 0 88357 0 n

Re: bayes score no showing up in the header

2012-12-12 Thread John Hardin
On Wed, 12 Dec 2012, motty cruz wrote: here is the header: X-Spam-Status: No, score=5.243 tagged_above=-999 required=5.3 tests=[DATE_IN_PAST_12_24=0.804, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, INVALID_DATE=0.432, MISSING_MID=0.14, NML_ADSP_CUSTOM_MED=1.2, RDNS_NONE=2.013, SPF

bayes score no showing up in the header

2012-12-12 Thread motty cruz
here is the header: X-Virus-Scanned: amavisd-new at mydomain.com X-Spam-Flag: NO X-Spam-Score: 5.243 X-Spam-Level: * X-Spam-Status: No, score=5.243 tagged_above=-999 required=5.3 tests=[DATE_IN_PAST_12_24=0.804, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, INVALID_DATE=0.432, MISSI

Re: Custom Bayes score

2009-09-17 Thread LuKreme
On Sep 17, 2009, at 13:35, Dan Schaefer wrote: In a general consensus for those who have customized your BAYES scores, what are they? I run from 4,5 (thought it was 5.0) to -3 What I'm NOT looking for is a lecture on how everybody's systems are different. But that is essentially true.

Re: Custom Bayes score

2009-09-17 Thread Jari Fredriksson
> In a general consensus for those who have customized your > BAYES scores, what are they? I have been experimenting > with them, but I have not been successful with a > "perfect" score. What I'm NOT looking for is a lecture on > how everybody's systems are different. > I have set BAYES_99 to 5,

Re: Custom Bayes score

2009-09-17 Thread Matus UHLAR - fantomas
On 17.09.09 15:35, Dan Schaefer wrote: > In a general consensus for those who have customized your BAYES scores, > what are they? I have been experimenting with them, but I have not been > successful with a "perfect" score. What I'm NOT looking for is a lecture > on how everybody's systems ar

Custom Bayes score

2009-09-17 Thread Dan Schaefer
In a general consensus for those who have customized your BAYES scores, what are they? I have been experimenting with them, but I have not been successful with a "perfect" score. What I'm NOT looking for is a lecture on how everybody's systems are different. Thanks, Dan Schaefer Web Developer/

Re: How can I view bayes score for individual words?

2009-07-24 Thread RW
On Fri, 24 Jul 2009 17:38:39 -0700 (PDT) snowweb wrote: > > I tried to view the files bayes.toks, bayes.journal, bayes.seen and > autowhitelist but they just look jibberish when opened in a unix > editor. What's the solution to this? I was hoping to be able to tweak > some of the scores and add

Re: How can I view bayes score for individual words?

2009-07-24 Thread Matt Kettler
snowweb wrote: > I tried to view the files bayes.toks, bayes.journal, bayes.seen and > autowhitelist but they just look jibberish when opened in a unix editor. > What's the solution to this? > The bayes database stores truncated SHA1 hashes of the words, it is not reversible back to human readab

How can I view bayes score for individual words?

2009-07-24 Thread snowweb
http://www.nabble.com/How-can-I-view-bayes-score-for-individual-words--tp24653720p24653720.html Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Re: bayes score is higher in debug mode

2006-10-25 Thread freightcar
First, by "check in debug mode" do you mean running spamassassin -D? i was using spamassassin -dtD but as root user :-( and all bayes data were learnt as root user too. If so, are you SURE this is going to use the same bayes db as calling spamc? Important points to check before answering th

Re: bayes score is higher in debug mode

2006-10-25 Thread Matt Kettler
freightcar wrote: >> First, by "check in debug mode" do you mean running spamassassin -D? > > i was using spamassassin -dtD but as root user :-( and all bayes data > were learnt as root user too. > > that was exactly my problem. debug as root while spamd was running as > spamd. now I updated /etc/m

Re: bayes score is higher in debug mode

2006-10-25 Thread freightcar
It's the user's home directory. The bayes db (as well as much more usefull to spamassassin) is in there. Running SA from another user you get working another (possibly empty) bayes db. that is exactly it. i was running sa-learn as root (with /root/.spammassassin db) and daemon was runn

Re: bayes score is higher in debug mode

2006-10-25 Thread freightcar
First, by "check in debug mode" do you mean running spamassassin -D? i was using spamassassin -dtD but as root user :-( and all bayes data were learnt as root user too. If so, are you SURE this is going to use the same bayes db as calling spamc? Important points to check before answering t

Re: bayes score is higher in debug mode

2006-10-25 Thread freightcar
On Wed, 25 Oct 2006 09:50:15 -0400, Giampaolo Tomassoni <[EMAIL PROTECTED]> wrote: man,you are damn right! :-) if i run it as SA user (mail) i get BAYES_00. so now what? ;-) is it the learnt data and permissions or what? It's the user's home directory. The bayes db (as well as much more use

Re: bayes score is higher in debug mode

2006-10-25 Thread Matt Kettler
freightcar wrote: > exim 4.50, spamassassin 3.0.3 > > I have spamd daemon running and when the message is checked > automatically it gets BAYES_00 and when I check the same message in > debug mode it gets BAYES_99 which means 6 pts less with default > settings. all other test seem to get same resu

R: R: bayes score is higher in debug mode

2006-10-25 Thread Giampaolo Tomassoni
> man,you are damn right! :-) if i run it as SA user (mail) i get > BAYES_00. > so now what? ;-) is it the learnt data and permissions or what? It's the user's home directory. The bayes db (as well as much more usefull to spamassassin) is in there. Running SA from another user you get working

R: bayes score is higher in debug mode

2006-10-25 Thread Giampaolo Tomassoni
> exim 4.50, spamassassin 3.0.3 > > I have spamd daemon running and when the message is checked > automatically > it gets BAYES_00 and when I check the same message in debug mode it gets > BAYES_99 which means 6 pts less with default settings. all other > test seem > to get same result. w

bayes score is higher in debug mode

2006-10-25 Thread freightcar
exim 4.50, spamassassin 3.0.3 I have spamd daemon running and when the message is checked automatically it gets BAYES_00 and when I check the same message in debug mode it gets BAYES_99 which means 6 pts less with default settings. all other test seem to get same result. where could be the

SA script to get bayes score

2006-04-26 Thread Ramprasad
I want to run just the bayes test on several files and get bayes scores I tried writing my own script using Mail::SpamAssassin but thats seems to not give any score at all. Is there any ready script available Or can I get any pointers Thanks Ram

Re: bayes score

2005-08-30 Thread Matt Kettler
At 01:17 AM 8/31/2005, Beast wrote: Sorry, I mean from where it calculate 1.0 and 3.5? Those are the spamassassin score. They aren't calculated on your end, they're generated during the mass-checks done by the developers and contributors. To SA, bayes is just another group of rules. They ge

Re: bayes score

2005-08-30 Thread Loren Wilton
> Sorry, I mean from where it calculate 1.0 and 3.5? It doesn't calculate those vaules. They are assigned in 50_scores.cf to the 5 or so BAYES_nn rules. So the probability of the mail being spam is say 67%, and this triggers the BAYES_60 rule, which has some score assigned in the rule scores fil

Re: bayes score

2005-08-30 Thread Beast
Jeremy Kister wrote: * 1.0 BAYES_60 BODY: Bayesian spam probability is 60 to 80% * [score: 0.6710] 67.1% likely to be spam * 3.5 BAYES_99 BODY: Bayesian spam probability is 99 to 100% * [score: 1.] 100% likely to be spam Sorry, I mean from

Re: bayes score

2005-08-30 Thread Matt Kettler
At 01:06 AM 8/31/2005, Beast wrote: What is the meaning of [score: ] in BAYES_* ? That's the "bayes score" which is the probability of spam as calculated from the bayesian statistics. It's in decimal form, so multiply by 100 if you're used to dealing with pe

Re: bayes score

2005-08-30 Thread Jeremy Kister
On 8/31/2005 1:06 AM, Beast wrote: > What is the meaning of [score: ] in BAYES_* ? multiply by 100; the product is the probability percentage of the message being spam. > * 1.0 BAYES_60 BODY: Bayesian spam probability is 60 to 80% > * [score: 0.6710] 67.1% likely to b

bayes score

2005-08-30 Thread Beast
Hello, What is the meaning of [score: ] in BAYES_* ? X-Spam-Report: * 1.0 BAYES_60 BODY: Bayesian spam probability is 60 to 80% * [score: 0.6710] * 11 AWL AWL: From: address is in the auto white-list * 3.5 BAYES_99 BODY: Bayesian spam probabili

Re: Personal Bayes Score

2005-08-02 Thread Dhanny Kosasih
Matthew Yette wrote: Dankos, Put this into your /etc/mail/spamassassin/local.cf: user_scores_sql_custom_querySELECT preference, value FROM _TABLE_ WHERE username = _USERNAME_ OR username = '@GLOBAL' OR username = _DOMAIN_ ORDER BY username ASC That will make per-user preferences priority,

Re: Personal Bayes Score

2005-08-01 Thread Robert Menschel
Hello Dhanny, Sunday, July 31, 2005, 12:08:51 AM, you wrote: DK> Hi, DK>I installed qmail (only for smtp proxy) + spamassassin (userpref, DK> bayes, awl store in mySQL). I use spamd and spamc to scan every email, DK> but how can spamc scan email with personal configuration after scan DK> with

RE: Personal Bayes Score

2005-08-01 Thread Matthew Yette
Kosasih [mailto:[EMAIL PROTECTED] Sent: Sunday, July 31, 2005 3:09 AM To: users@spamassassin.apache.org Subject: Personal Bayes Score Hi, I installed qmail (only for smtp proxy) + spamassassin (userpref, bayes, awl store in mySQL). I use spamd and spamc to scan every email, but how can spamc

Personal Bayes Score

2005-07-31 Thread Dhanny Kosasih
Hi, I installed qmail (only for smtp proxy) + spamassassin (userpref, bayes, awl store in mySQL). I use spamd and spamc to scan every email, but how can spamc scan email with personal configuration after scan with global configuration ? I want my user can configure bayesian, userpref, or awl for

Re: Which part of code that SA use to compute Bayes score

2005-05-10 Thread Matt Kettler
forum wrote: > I can found only Bayes.pm and method tokenize that is used when > learning an e-mail. > I want to know which file that is used to compute Bayes score for > incomming mail > > Thanks > Heng 1) why do you care? 2) look further into bayes.pm at sub compute_p

Which part of code that SA use to compute Bayes score

2005-05-10 Thread forum
I can found only Bayes.pm and method tokenize that is used when learning an e-mail. I want to know which file that is used to compute Bayes score for incomming mail   Thanks Heng