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
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.
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
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
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
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
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
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,