Re: [Dspam-user] web ui

2012-08-31 Thread Tom Hendrikx
(please keep replies on-list) Do further checks: 1) is the file there? Does it contain data? 2) did you setup your web server in a way so that it can actually read the file? If unsure, please document what you did, and how you tried to verify that your setup was working. On 31/08/12 21:37, c cc

Re: [Dspam-user] web ui

2012-08-31 Thread Tom Hendrikx
Hi, historical data has no relaion with dspam_stats. The stats command uses the processing engine numbers to return totals, these are always available. The webui uses a log file that is available only when you have enabled "UserLog on" in dspam.conf. Then, to use the data in the logfile, you must

Re: [Dspam-user] web ui

2012-08-31 Thread c cc
Troy, Thanks! Could you give me more details about the "user@domain?" As for as I know, the config.pl is correct, and I made only one change in the config.pl file in which I added my own domain to $CONFIG{'LOCAL_DOMAIN'} = "mydoamin.com". Thanks! Charles On Fri, Aug 31, 2012 at 12:58 PM, Troy Ay

Re: [Dspam-user] web ui

2012-08-31 Thread c cc
Paul: Thanks! I am using version 3.10.2, and compiled from source on Centos 6.2 with Apache 2.2.15. Also, I used most of the information from the link below for the installation. If you need more information from my side, please let me know. Thanks for your help. http://wiki.ledhed.net/index.php/

Re: [Dspam-user] web ui

2012-08-31 Thread Troy Ayers
Probably a case where the UI expects "user@doman" or just "user", and it's not getting the right one. configure.pl setup properly? -Troy On 8/31/2012 12:36 PM, c cc wrote: > Hi, All: > > I am unable to retrieve any data from "history" or "analysis" via the > Dspam WebUI; whenever I clicked on th

[Dspam-user] web ui

2012-08-31 Thread c cc
Hi, All: I am unable to retrieve any data from "history" or "analysis" via the Dspam WebUI; whenever I clicked on the "history" or "analysis" tab, I received the error below. However, I do get the statistics from the command line using dspam_stats though. Does anyone have any idea? Thanks! -

Re: [Dspam-user] Train DSPAM with SpamAssassin results

2012-08-31 Thread Benny Pedersen
Den 2012-08-31 15:13, Hanno Hirschberger skrev: > I'd like to train DSPAM with the results from SpamAssassin. Incoming > mails first are checked by SpamAssassin and then delivered to DSPAM. you need to understand why this might be a good ideer in the first place, its important to not train ALL b

Re: [Dspam-user] Make DSPAM way more aggressive

2012-08-31 Thread Martin Wheldon
Hi Hanno, You will need to train DSPAM to let it know what is/isn't spam, if you do a search on the list you will find lots of information on the best way to do it. I notice you are using teft as your training mode, again if you read the list you will find that it isn't a good system to use any

[Dspam-user] Make DSPAM way more aggressive

2012-08-31 Thread Hanno Hirschberger
Hello DSPAM users, I have DSPAM learning from the Dovecot Plugin "antispam" so False-Negative mails moved from the inbox to the folder "SPAM" are reported to DSPAM as an error for retraining. Also to let users train their DSPAM database from scratch, to meet their needs. But with my current config

[Dspam-user] Train DSPAM with SpamAssassin results

2012-08-31 Thread Hanno Hirschberger
Hello DSPAM users, I'd like to train DSPAM with the results from SpamAssassin. Incoming mails first are checked by SpamAssassin and then delivered to DSPAM. When SpamAssassin marked a mail as spam is there any way to tell DSPAM that the mail is definitely spam and to learn from that? Btw.: I hav