On Dec 4, 2007 3:43 PM, Steve <[EMAIL PROTECTED]> wrote:
> To illustrate the problem:
> 1) Increase your MaxMessageSize in DSPAM (make it 10MB, 15MB or more)
> 2) Download 
> http://www.cs.virginia.edu/~cs101/hws/hw6/markov/textfiles/bible.txt
> 3) Let DSPAM process and tag the text:
>    dspam --user <your_user> --process --deliver=summary --stdout <
> /path/to/bible.txt
>
> The <your_user> should not be on NOTRAIN mode!

Well, no apparent issues here. Though it sure took a LONG time to process. :)

$ dspam --mode=notrain --user=drees --process --deliver=summary
--stdout < /tmp/bible.txt
WARNING:  nonstandard use of \\ in a string literal at character 144
HINT:  Use the escape string syntax for backslashes, e.g., E'\\'.
X-DSPAM-Result: drees; result="Innocent"; class="Innocent";
probability=0.0000; confidence=0.76;
signature=500,47566afe216271527717022
$ psql dspam
dspam=# select uid,signature,octet_length(data),length,created_on from
dspam_signature_data
where signature='500,47566afe216271527717022';
 uid |          signature          | octet_length | length  | created_on
-----+-----------------------------+--------------+---------+------------
 500 | 500,47566afe216271527717022 |      1925400 | 1925400 | 2007-12-05
(1 row)

Hope this helps.

-Dave

Reply via email to