Re: [Dspam-user] Inoculation

2010-04-11 Thread Stevan Bajić
On Sun, 11 Apr 2010 09:57:50 -0700 (PDT) john espiro wrote: > I have installed 3.9 and have a question: > > The instructions say that for setting up an external inoculation I woudl do > something like this: > > bob_c:"|/path/to/dspam --process --class=spam --source=inoculation > --user b

Re: [Dspam-user] Blocklist / blacklist

2010-04-11 Thread Stevan Bajić
On Sun, 11 Apr 2010 09:57:25 -0700 (PDT) john espiro wrote: > I just installed 3.9.0 and was wondering if there is any documentation on the > new "blocklist" and "blacklist". I didn't see anything in the readme. > Those features are not new in 3.9.0. The blocklist feature is in DSPAM since 3.

[Dspam-user] Inoculation

2010-04-11 Thread john espiro
I have installed 3.9 and have a question: The instructions say that for setting up an external inoculation I woudl do something like this: bob_c:"|/path/to/dspam --process --class=spam --source=inoculation --user bob" What if I wanted the inoculation to apply to all current users, and not

[Dspam-user] Blocklist / blacklist

2010-04-11 Thread john espiro
I just installed 3.9.0 and was wondering if there is any documentation on the new "blocklist" and "blacklist". I didn't see anything in the readme. John -- Download Intel® Parallel Studio Eval Try the new softwa

Re: [Dspam-user] Upgrading SQL

2010-04-11 Thread Stevan Bajić
On Sun, 11 Apr 2010 09:13:45 -0700 (PDT) john espiro wrote: > Hi folks - > Hello John, > While upgrading my database to the 3.9 version, I was running: > > ALTER TABLE `dspam_token_data` >CHANGE `uid` `uid` INT UNSIGNED NOT NULL, >CHANGE `spam_hits` `spam_hits` BIGINT UNSIGNED

[Dspam-user] Upgrading SQL

2010-04-11 Thread john espiro
Hi folks - While upgrading my database to the 3.9 version, I was running: ALTER TABLE `dspam_token_data` CHANGE `uid` `uid` INT UNSIGNED NOT NULL, CHANGE `spam_hits` `spam_hits` BIGINT UNSIGNED NOT NULL, CHANGE `innocent_hits` `innocent_hits` BIGINT UNSIGNED NOT NULL; After

Re: [Dspam-user] training time?

2010-04-11 Thread Stevan Bajić
On Sat, 10 Apr 2010 11:33:15 -0700 Terry Barnum wrote: > [...] > > That's what I'm wondering too. Could the train.dspam script somehow trigger a > reset of those fields? > As with everything in life: Everything is possible. But quickly looking over the script I don't see anything that would e

Re: [Dspam-user] The menu of dspam-webui question

2010-04-11 Thread Stevan Bajić
On Sat, 10 Apr 2010 17:11:26 -0700 (PDT) kt nguyen wrote: > > Have a look at webui/cgi-bin/templates/strings.pl. You will find there other languages too. I don't know what code you need to use for Vietnamese but I guess you know the code if you want to translate to Vietnamese. > --- On Sat,