Re: sa-learn question

2011-10-28 Thread RW
On Fri, 28 Oct 2011 18:24:47 +0300 Jari Fredriksson wrote: > 28.10.2011 4:38, Ricardo Ardila Vetrovec kirjoitti: > > on the spamassassin server i create a mail box so users can > > redirect the emails they consider spam > ... > > question is: is this method works? with the redirection of the mail

Re: sa-learn question

2011-10-28 Thread Jari Fredriksson
28.10.2011 4:38, Ricardo Ardila Vetrovec kirjoitti: > Greetings list! > > Excuse my english, is not so good. > > I have a spamassasin standalone server, my MX it is another server > > postfix query spamassassin for score and work greats > > My question it's about spam that is not recognize

Re: Sa-learn question

2008-06-05 Thread Matt Kettler
alexpacio wrote: Hello, anybody knows if, when i teach spam to spamassassin through the Bayesan Trainer "sa-learn" , is needed to delete the X-Spam-Status: and X-Spam-Checker-Version: strings from the header to let Spamassassin teaching well? SpamAssassin will remove any headers that it added

Re: Sa-learn question

2008-06-05 Thread Benny Pedersen
On Thu, June 5, 2008 12:01, alexpacio wrote: > > Hello, > anybody knows if, when i teach spam to spamassassin through the Bayesan > Trainer "sa-learn" , is needed to delete the X-Spam-Status: and > X-Spam-Checker-Version: strings from the header to let Spamassassin teaching > well? no training ne

Re: sa-learn question

2008-03-13 Thread Hungry Snail
Matt Kettler-3 wrote: > > previously it had several bits of bad advice: > Don't /etc/mail/spamassassin to store your bayes DB > Don't specify -C on the sa-learn command-line. You REALLY don't want to > use that option on any SA tool unless you know exactly what you're > doing. (This option i

Re: sa-learn question

2008-03-13 Thread Matt Kettler
Matt Kettler wrote: Hungry Snail wrote: Site-wide is what i'm trying to setup, I guess i need to do some more googling :) Also, I've updated the wiki article on sitewide bayes. It is now at least technically correct. http://wiki.apache.org/spamassassin/SiteWideBayesSetup previously it had

Re: sa-learn question

2008-03-13 Thread Matt Kettler
Hungry Snail wrote: Site-wide is what i'm trying to setup, I guess i need to do some more googling :) assuming you're using db_file not SQL: First create a path where you want your bayes DB to live, make that directory world RWX. (ie: chmod 0777) in your /etc/mail/spamassassin/local.cf:

Re: sa-learn question

2008-03-12 Thread Hungry Snail
Site-wide is what i'm trying to setup, I guess i need to do some more googling :) -- View this message in context: http://www.nabble.com/sa-learn-question-tp16019261p16020836.html Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Re: sa-learn question

2008-03-12 Thread Matt Kettler
Hungry Snail wrote: Matt Kettler-3 wrote: Did you run it as the same user as the sa-learn? You might want to try the sa-learn again with -D to see what the debugging has to say. Bah, it works fine if I issue the command via the ssh. sa-learn --spam --configpath=/etc/mail/spamassa

Re: sa-learn question

2008-03-12 Thread Hungry Snail
Matt Kettler-3 wrote: > > Did you run it as the same user as the sa-learn? > You might want to try the sa-learn again with -D to see what the > debugging has to say. > Bah, it works fine if I issue the command via the ssh. sa-learn --spam --configpath=/etc/mail/spamassassin --showdots htt

Re: sa-learn question

2008-03-12 Thread Matt Kettler
Hungry Snail wrote: Hungry Snail wrote: Hi Guys, I am using spam/notspam via Squirrelmail If I mark an email as spam squirrelmail send this command. COMMAND USED TO REPORT: /usr/bin/sa-learn --spam --configpath=/etc/mail/spamassassin --showdots < /var/spool/squirrelmail/attach//sb_tmp_174_

Re: sa-learn question

2008-03-12 Thread Hungry Snail
Hungry Snail wrote: > > Hi Guys, > > I am using spam/notspam via Squirrelmail > > If I mark an email as spam squirrelmail send this command. > COMMAND USED TO REPORT: /usr/bin/sa-learn --spam > --configpath=/etc/mail/spamassassin --showdots < > /var/spool/squirrelmail/attach//sb_tmp_174_12053

Re: sa-learn question

2008-03-12 Thread Matt Kettler
Hungry Snail wrote: Hi Guys, I am using spam/notspam via Squirrelmail If I mark an email as spam squirrelmail send this command. COMMAND USED TO REPORT: /usr/bin/sa-learn --spam --configpath=/etc/mail/spamassassin --showdots < /var/spool/squirrelmail/attach//sb_tmp_174_1205370641 The result I

Re: sa-learn question about number of messages processed

2007-04-16 Thread John D. Hardin
On Mon, 16 Apr 2007, Matt Kettler wrote: > > 0.000 0569 0 non-token data: nspam > You have trained 569 nonspam messages that should be: 569 spams (Number SPAM) > > 0.000 0 7 0 non-token data: nham > You have trained 7 spam messages and: 7 h

Re: sa-learn question about number of messages processed

2007-04-16 Thread Matt Kettler
PakOgah wrote: > > Matt Kettler wrote: >> Mário Gamito wrote: >> >>> Hi, >>> >>> How can i know how many messages did already sa-learn processed ? >>> >> You mean the total number of messages learned in the bayes database >> (includes sa-learn and autolearn)? >> >> sa-learn --dump magic > an

Re: sa-learn question about number of messages processed

2007-04-15 Thread PakOgah
Matt Kettler wrote: Mário Gamito wrote: Hi, How can i know how many messages did already sa-learn processed ? You mean the total number of messages learned in the bayes database (includes sa-learn and autolearn)? sa-learn --dump magic and how do I read this information ? # sa-learn

Re: sa-learn question about number of messages processed

2007-04-13 Thread Matt Kettler
Mário Gamito wrote: > Hi, > > How can i know how many messages did already sa-learn processed ? You mean the total number of messages learned in the bayes database (includes sa-learn and autolearn)? sa-learn --dump magic

Re: sa-learn question

2006-09-23 Thread Matt Kettler
Russell Jones wrote: > If I have multiple sa-learn processes going at the same time, can that > corrupt the database and/or cause some other problem that I don't want > to happen? Or is it safe to have the following in crontab for example: > > @daily sa-learn --spam > /home/eggycrew/imap/eggycrew

Re: sa-learn question

2006-09-22 Thread John D. Hardin
On Fri, 22 Sep 2006, Russell Jones wrote: > @daily sa-learn --spam > /home/eggycrew/imap/eggycrew.com/rjones/Maildir/.INBOX.spam > @daily sa-learn --ham /home/eggycrew/imap/eggycrew.com/rjones/Maildir/cur > @daily sa-learn --ham /home/eggycrew/imap/eggycrew.com/rjones/Maildir/new Put all your le

Re: sa-learn question

2006-09-07 Thread Theo Van Dinter
On Thu, Sep 07, 2006 at 02:19:25PM -0500, EviL_SmUrF wrote: > Quick question about spamassassin's sa-learn feature. I am running > spamassassin on a semi-large webhosting server, and I can't seem to find > rather or not when I run sa-learn, if what it learns it will apply to only > that email ad

Re: SA-LEARN Question

2006-08-30 Thread Miki
Hello Christopher, Tuesday, August 22, 2006, 3:21:36 PM, you wrote: CM> Hi, CM> We have over 100 domains on a server, all of which are getting junk mail. SA CM> 3.1.4 installed, but I don't think it's properly trained yet (even though I CM> did upgrade from an earlier version). CM> If I set up a

RE: SA-LEARN Question

2006-08-22 Thread Bowie Bailey
Michel Vaillancourt wrote: > Bowie Bailey wrote: > > Christopher Mills wrote: > > > Hi, > > > We have over 100 domains on a server, all of which are getting > > > junk mail. SA 3.1.4 installed, but I don't think it's properly > > > trained yet (even though I did upgrade from an earlier version). >

Re: SA-LEARN Question

2006-08-22 Thread Gino Cerullo
On 22-Aug-06, at 1:57 PM, Magnus Holmgren wrote: On Tuesday 22 August 2006 16:31, Jean-Paul Natola took the opportunity to say: Wouldn't forwarding strip away header info that is used to train spam? It depends on the MUA. Some MUAs, like MS Outlook (who would've guessed?) (at least Outloo

Re: SA-LEARN Question

2006-08-22 Thread Magnus Holmgren
On Tuesday 22 August 2006 16:31, Jean-Paul Natola took the opportunity to say: > Wouldn't forwarding strip away header info that is used to train spam? It depends on the MUA. Some MUAs, like MS Outlook (who would've guessed?) (at least Outlook 2000), mangle the mail even when forwarding as an att

Re: SA-LEARN Question

2006-08-22 Thread Michel Vaillancourt
Bowie Bailey wrote: > Christopher Mills wrote: >> Hi, >> We have over 100 domains on a server, all of which are getting junk >> mail. SA 3.1.4 installed, but I don't think it's properly trained yet >> (even though I did upgrade from an earlier version). >> >> If I set up a [EMAIL PROTECTED] addre

RE: SA-LEARN Question

2006-08-22 Thread Jean-Paul Natola
Wouldn’t forwarding strip away header info that is used to train spam?       From: Christopher Mills [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 9:22 AM To: users@spamassassin.apache.org Subject: SA-LEARN Question   Hi, We have over 100 domains on a server, all

Re: SA-LEARN Question

2006-08-22 Thread Andrew
Jim Maul wrote: > Christopher Mills wrote: >> Hi, >> We have over 100 domains on a server, all of which are getting junk >> mail. SA 3.1.4 installed, but I don't think it's properly trained yet >> (even though I did upgrade from an earlier version). >> >> If I set up a [EMAIL PROTECTED]

RE: SA-LEARN Question

2006-08-22 Thread Bowie Bailey
Christopher Mills wrote: > Hi, > We have over 100 domains on a server, all of which are getting junk > mail. SA 3.1.4 installed, but I don't think it's properly trained yet > (even though I did upgrade from an earlier version). > > If I set up a [EMAIL PROTECTED] address and tell all my customer

Re: SA-LEARN Question

2006-08-22 Thread Jim Maul
Christopher Mills wrote: Hi, We have over 100 domains on a server, all of which are getting junk mail. SA 3.1.4 installed, but I don't think it's properly trained yet (even though I did upgrade from an earlier version). If I set up a [EMAIL PROTECTED] address and t

Re: sa-learn question

2006-03-01 Thread mouss
Drew Burchett a écrit : > Does sa-learn read subdirectories? If you mean maildir folders, yes.

Re: sa-learn question

2005-04-03 Thread Matt Kettler
At 01:35 AM 4/3/2005, Roman Serbski wrote: There are some spam messages being not blocked by SA so as far as I understood I can teach Bayes to learn them? But is it worth to feed sa-learn with junk messages that already have headers modified? Yes, that's fine.. sa-learn is smart enough to undo any

Re: sa-learn question

2004-10-12 Thread Alex S Moore
On Mon, 2004-10-11 at 21:18 -0600, Lance wrote: > Alright, we're running courier IMAP along with pop3 but our spool is all > Maildir format. I've got a public spam folder for certain people so > what would the sa-learn command be? > > sa-learn --spam /var/spool/mail/unixvault.net/shared/.Spam/cur

Re: sa-learn question

2004-10-12 Thread Rakesh
I think you should check the SpamAssassin wiki for the solution to your problem http://wiki.apache.org/spamassassin/BayesInSpamAssassin Rakesh Lance wrote: Alright, we're running courier IMAP along with pop3 but our spool is all Maildir format. I've got a public spam folder for certain people so