[Assp-test] Proper use of words

2008-03-18 Thread Daniel K. Du Vall
1.3.6 (6.12) I am not sure what it trying to be said but this line in this version is not correct. First (carefull) should be (careful) Second (worth things) I am not sure what is trying to be stated here. Could it be (bad things)? Be carefull using databases for spamdb, some database

[Assp-test] ASSP 1.3.6 (6.14)

2008-03-18 Thread Daniel K. Du Vall
Getting error on 1.3.6 (6.14) When starting Executing /etc/rc.d/init.d/ASSP_EXCHANGE start .. Starting ASSP daemon: Global symbol "$lit" requires explicit package name at assp_exchange.pl line 6542. Global symbol "$lit" requires explicit package name at assp_exchange.pl line 6708. BEGIN

[Assp-test] 17.9 [UnknownLocalSender]

2008-03-18 Thread Katip
Since some recent builds local sender is always marked as [UnknownLocalSender] in logs when it comes to a white list addition: Mar-18-08 22:24:04 id-71844-04676 [UnknownLocalSender] 192.168.0.101 <[EMAIL PROTECTED]> to: [EMAIL PROTECTED] whitelist addition: [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: [Assp-test] SQL setup ?

2008-03-18 Thread Thomas Eckardt/eck
I prefer copying all spam and ham to one system and run rebuildspamdb there. I also prefer, to dont use DB for spamdb, if it is large (my spamdb has 30 records and it is running on DB - but do not rebuild it)! Thomas [EMAIL PROTECTED] schrieb: -An: "ASSP development mailing list" Von: "Dani

Re: [Assp-test] Antwort: Re: Antwort: Re: SQL setup ?

2008-03-18 Thread Daniel K. Du Vall
Question I have two cron jobs that run the rebuildspamdb.sh is it necessary to run both now for each assp or only one for the main ASSP now that I am using Mysql? Daniel Du Vall From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[Assp-test] 17.10 exception

2008-03-18 Thread Steve Thompson
main exception: Undefined subroutine &main::invalidHeloOK called at c:\assp\assp.pl line 5849. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/

Re: [Assp-test] Antwort: Re: Antwort: Re: SQL setup ?

2008-03-18 Thread Daniel K. Du Vall
Thanks for sticking with me on this it is now working. I over looked the DB: (DUH) Any how its working and All I have to do is get the other assp that I am ruing to share the Database. Thanks Much! Daniel Du Vall From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Eck

[Assp-test] Antwort: Re: Antwort: Re: SQL setup ?

2008-03-18 Thread Thomas Eckardt/eck
There are two possible reasons (for you) that the following message is not shown at ASSP startup: ... Try using mysql database for selected tables 1. There is no mysql DBI driver in your installation - (all available drivers are shown in WebConfig < DBdriver>2.. There is no DB usage configured

Re: [Assp-test] Antwort: Re: SQL setup ?

2008-03-18 Thread Daniel K. Du Vall
Thanks, I have all the prerequisites and I am not getting the messages your saying. Its like I is not even there for MySql. Mar-18-08 11:03:09 ASSP version 1.3.6(6.12) (Perl 5.008008) initializing Mar-18-08 11:03:09 File::Scan::ClamAV module version 1.8 installed and available Mar-18-08 11:

Re: [Assp-test] Griplist download execution time seems very long

2008-03-18 Thread Micheal Espinola Jr
Kevin wrote: Too integral to leave to a separate script that users might not run. The griplist should only be downloaded once every 6 hours at the very least, not a huge issue IMHO. Well, instead of having it in the assp.pl to be subroutine'd periodically, cant assp.pl call/run the subroutine

[Assp-test] Antwort: Re: SQL setup ?

2008-03-18 Thread Thomas Eckardt/eck
1. Install Tie::RDBM  and  the perl DBI driver for your DB2. you need the file  assp_db_import.cfg in your assp base directory3. create the DB (tablesace / schema / ) depends on the DB-type5. create a DB-user with full rights to this DB (minimum is create/alter/delete table)6. go to ASSP-web co