From: <ste...@gm...> - 2007-07-22 18:57:24
|
Hello list I have installed CRM114 20070622-BlameTheInterns and now when I try to run the mailreaver I get the following error message: ->------<- Aw, crud. mailreaver.crm broke. Here's the error: :\_nl: crm: *WARNING* Too many close parenthesis in this math: 0.00 > 10.0) I'll try to keep working. This happened at line 545 of file mailreaver.crm ERROR: mailreaver.crm broke. Here's the error\: ERROR: crm: *WARNING* Too many close parenthesis in this math: 0.00 > 10.0) I'll try to keep working. This happened at line 545 of file mailreaver.crm ->------<- The configuration I use is this one: :verbose_startup: /SET/ :do_base64: /yes/ :mime_decoder: /openssl base64 -d/ :cache_dupe_command: /\/bin\/ln/ :general_fails_to: // :rejected_mail_exit_code: /0/ :accepted_mail_exit_code: /0/ :unsure_mail_exit_code: /0/ :program_fault_exit_code: /1/ :add_headers: /yes/ :add_verbose_stats: /yes/ :add_mailtrainer_report: /yes/ :add_extra_stuff: /no/ :spam_flag_subject_string: /ADV:/ :good_flag_subject_string: // :unsure_flag_subject_string: /UNS:/ :confirm_flag_subject_string: /TCF:/ :rewrites_enabled: /yes/ :log_to_allmail.txt: /no/ :log_all_mail_to_file: // :text_cache: /reaver_cache/ :trainer_invoke_command: /.\/mailtrainer.crm/ :trainer_randomizer_command: /.\/shuffle.crm/ :log_rejections: /yes/ :log_rejections_to_file: // :inoculations_enabled: /no/ :decision_length: /16000/ :expand_urls: /no/ :url_fetch_cmd: /wget -T 30 -O - / :url_trim_cmd: / head -c 16000 / :clf: /osbf/ :thick_threshold: /10.0/ :lcr: /[[:graph:]]+/ :undo_interruptus: /no/ :automatic_training: /no/ Is this a bug or do I have configured something the wrong way (The configuration used to work with 20070428-BlameSpamConf)? // Steve -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail |
From: Paolo <oo...@us...> - 2007-07-22 21:40:40
|
On Sun, Jul 22, 2007 at 08:57:14PM +0200, ste...@gm... wrote: > Hello list you'd better post to crm114-general for bugs and 'general' use issues. > > I have installed CRM114 20070622-BlameTheInterns and now when I try to run the mailreaver I get the following error message: > ->------<- > Aw, crud. mailreaver.crm broke. Here's the error: :\_nl: > crm: *WARNING* > Too many close parenthesis in this math: 0.00 > 10.0) > I'll try to keep working. > This happened at line 545 of file mailreaver.crm known bug - check that mailreaver.crm @~545 looks like: ... # # It's a pure classify. Three possibilities: { # Case 1 - It's spam. eval /:@: :*:pr: < (0.0 - :*:thick_threshold:) :/ goto /:looks_spam:/ } { # Case 2 - It's good. eval /:@: :*:pr: > :*:thick_threshold: :/ goto /:looks_good:/ } ... there were/are unblanced '(' ')' in EVAL lines even in latest code from src/. -- paolo |
From: <ste...@gm...> - 2007-07-22 21:55:08
|
-------- Original-Nachricht -------- Datum: Sun, 22 Jul 2007 23:40:28 +0200 Von: Paolo <oo...@us...> An: crm...@li... Betreff: Re: [Crm114-discuss] Problem with mailreaver.crm in 20070622-BlameTheInterns? > On Sun, Jul 22, 2007 at 08:57:14PM +0200, ste...@gm... wrote: > > Hello list > > you'd better post to crm114-general for bugs and 'general' use issues. > Okay. Will do so in the future. > > > > I have installed CRM114 20070622-BlameTheInterns and now when I try to > run the mailreaver I get the following error message: > > ->------<- > > Aw, crud. mailreaver.crm broke. Here's the error: :\_nl: > > crm: *WARNING* > > Too many close parenthesis in this math: 0.00 > 10.0) > > I'll try to keep working. > > This happened at line 545 of file mailreaver.crm > > known bug - check that mailreaver.crm @~545 looks like: > ... > # > # It's a pure classify. Three possibilities: > { > # Case 1 - It's spam. > eval /:@: :*:pr: < (0.0 - :*:thick_threshold:) :/ > goto /:looks_spam:/ > } > { > # Case 2 - It's good. > eval /:@: :*:pr: > :*:thick_threshold: :/ > goto /:looks_good:/ > } > ... > > there were/are unblanced '(' ')' in EVAL lines even in latest code from > src/. > Yes. I see it now. In Case 2. Thanks. > -- > paolo > Steve > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Crm114-discuss mailing list > Crm...@li... > https://lists.sourceforge.net/lists/listinfo/crm114-discuss -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kanns mit allen: http://www.gmx.net/de/go/multimessenger |