Problems with downloading assp.pl assp.pl.gz version 2.02 (assp version check download failed: HTTP/1.1 404 Not Found )
-----Ursprüngliche Nachricht----- Von: assp-test-requ...@lists.sourceforge.net [mailto:assp-test-requ...@lists.sourceforge.net] Gesendet: Montag, 5. April 2010 17:07 An: assp-test@lists.sourceforge.net Betreff: Assp-test Digest, Vol 33, Issue 2 Send Assp-test mailing list submissions to assp-test@lists.sourceforge.net To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/assp-test or, via email, send a message with subject or body 'help' to assp-test-requ...@lists.sourceforge.net You can reach the person managing the list at assp-test-ow...@lists.sourceforge.net When replying, please edit your Subject line so it is more specific than "Re: Contents of Assp-test digest..." Today's Topics: 1. Re: in some case SPF temperror freezes ASSP over 1 minute :: ASSP Version: 1.7.1.2(1.0.02) (Graziano) 2. How to prevent "Reloading config" :: ASSP Version: 1.7.1.2(1.0.02) (Graziano) 3. Re: How to prevent "Reloading config" :: ASSP Version: 1.7.1.2(1.0.02) (Graziano) 4. Re: How to prevent "Reloading config" :: ASSP Version:1.7.1.2(1.0.02) (Hill, Brett) 5. Re: How to prevent "Reloading config" :: ASSP Version:1.7.1.2(1.0.02) (Graziano) 6. Re: How to prevent "Reloading config" :: ASSP Version: 1.7.1.2(1.0.02 (Fritz Borgstedt) 7. Re: How to prevent "Reloading config" :: ASSP Version:1.7.1.2(1.0. (Fritz Borgstedt) 8. ASSP 1.7.1.3(1.0.01) Locking up (Hill, Brett) ---------------------------------------------------------------------- Message: 1 Date: Thu, 01 Apr 2010 19:42:06 +0200 From: Graziano <dreamserv...@libero.it> Subject: Re: [Assp-test] in some case SPF temperror freezes ASSP over 1 minute :: ASSP Version: 1.7.1.2(1.0.02) To: ASSP development mailing list <assp-test@lists.sourceforge.net> Message-ID: <4bb4daee.7030...@libero.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hello I am seeing this problem on more than one server , is there any way to avoid the big delay caused by an SPF temperror ? Graziano > Hello > > in a server where DNS is fast I have seen following issue . > Each time the server was receiving email from the sender below (where > only the first part is fixed 1-187789-mapatan.com the other part changes > each time) > > Mar-26-10 08:59:32 206.71.61.130 > <1-187789-mapatan....@flow1.124wiwaudyrw.co.cc> to: o...@mp.com added 4 > (SPF temperror), total score for IP '206.71.61.130' is now 12; > Mar-26-10 09:01:48 206.71.61.130 > <1-187789-mapatan....@flow1.124wiwaudyrw.co.cc> to: o...@mp.com [scoring] > -- MX and A missing: flow1.124wiwaudyrw.co.cc -- [Reduce your > payments]; > > there was a BIG time delay right after the "SPF temperror" . It was > raising the smtp sessions to stars (50 and over). > During this time ASSP web interface is not usable and it's not possible > to send email (smtp timeouts) > I tried to use DNS Query Timeout 1 and DNS Query Retrans (DNSretrans) to > 1 and DNS Query Retry /(DNSretry)/<#DNSretry> to 1 > but it didn't help . To solve the issue I had to block the ip address . > After blocking the ip address the number of smtp sessions went to 15 and > lower > and there was no more timeout problems to send email. > It was happening ONLY from the sender above , SPF temperror generated > from other email were processed immediately . > Which could cause this issue ? > > Graziano > > ---------------------------------------------------------------------------- -- > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Assp-test mailing list > Assp-test@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/assp-test > > ------------------------------ Message: 2 Date: Thu, 01 Apr 2010 22:10:14 +0200 From: Graziano <dreamserv...@libero.it> Subject: [Assp-test] How to prevent "Reloading config" :: ASSP Version: 1.7.1.2(1.0.02) To: ASSP development mailing list <assp-test@lists.sourceforge.net> Message-ID: <4bb4fda6.4010...@libero.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed I have a big issue with 1.7.1 . Several clients are reporting that randomly ASSP executes a Apr-01-10 21:57:01 Reloading config; after this Reloading config ASSP loads all values in assp.cfg.defaults Apr-01-10 21:57:01 AdminUpdate: bombDataReMaxHits changed from '2' to ''; Apr-01-10 21:57:01 AdminUpdate: bombReISPIP changed from '1' to ''; Apr-01-10 21:57:01 AdminUpdate: bombMaxPenaltyVal changed from '70' to ''; Apr-01-10 21:57:01 AdminUpdate: maxBombSearchTime changed from '5' to ''; and so on ... it fully mess up smtp setting and ASSP simply stop to work ... How to prevent "Reloading config" ? Graziano ------------------------------ Message: 3 Date: Fri, 02 Apr 2010 00:39:56 +0200 From: Graziano <dreamserv...@libero.it> Subject: Re: [Assp-test] How to prevent "Reloading config" :: ASSP Version: 1.7.1.2(1.0.02) To: ASSP development mailing list <assp-test@lists.sourceforge.net> Message-ID: <4bb520bc.6070...@libero.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed to fix the issue I was forced to remove this part of code from reloadConfigFile if ( $Config{$name} ne $newConfig{$name} ) { if ( $newConfig{$name} =~ /$valid/i ) { my $new = $1; my $info; if ($onchange) { $info = $onchange->( $name, $Config{$name}, $new ); } else { mlog( 0, "AdminUpdate: $name changed from '$Config{$name}' to '$new'" ); ${$name} = $new; # -- this sets the variable name with the same name as the config key to the new value # -- for example $Config{myName}="ASSP-nospam" -> $myName="ASSP-nospam"; } $Config{$name} = $new; } else { mlog( 0, "AdminUpdate:error: invalid '$newConfig{$name}' -- not changed" ); } } > I have a big issue with 1.7.1 . > > Several clients are reporting that randomly ASSP executes a > Apr-01-10 21:57:01 Reloading config; > > after this Reloading config ASSP loads all values in assp.cfg.defaults > > Apr-01-10 21:57:01 AdminUpdate: bombDataReMaxHits changed from '2' to ''; > Apr-01-10 21:57:01 AdminUpdate: bombReISPIP changed from '1' to ''; > Apr-01-10 21:57:01 AdminUpdate: bombMaxPenaltyVal changed from '70' to ''; > Apr-01-10 21:57:01 AdminUpdate: maxBombSearchTime changed from '5' to ''; > and so on ... > > it fully mess up smtp setting and ASSP simply stop to work ... > How to prevent "Reloading config" ? > > Graziano > > ---------------------------------------------------------------------------- -- > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Assp-test mailing list > Assp-test@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/assp-test > > ------------------------------ Message: 4 Date: Fri, 2 Apr 2010 08:28:49 -0400 From: "Hill, Brett" <hil...@nlbusa.com> Subject: Re: [Assp-test] How to prevent "Reloading config" :: ASSP Version:1.7.1.2(1.0.02) To: "ASSP development mailing list" <assp-test@lists.sourceforge.net> Message-ID: <sig.1708933b99.15ee2aaa8d90cf449983494481233cfc05271...@nlbexc.nlbusa.com> Content-Type: text/plain; charset="us-ascii" Graziano wrote: > > I have a big issue with 1.7.1 . > > Several clients are reporting that randomly ASSP executes a > Apr-01-10 21:57:01 Reloading config; > > after this Reloading config ASSP loads all values in assp.cfg.defaults > > Apr-01-10 21:57:01 AdminUpdate: bombDataReMaxHits changed > from '2' to ''; Apr-01-10 21:57:01 AdminUpdate: bombReISPIP > changed from '1' to ''; Apr-01-10 21:57:01 AdminUpdate: > bombMaxPenaltyVal changed from '70' to ''; Apr-01-10 21:57:01 > AdminUpdate: maxBombSearchTime changed from '5' to ''; and so on ... > > it fully mess up smtp setting and ASSP simply stop to work ... > How to prevent "Reloading config" ? > Just turn the option off. Under Server Setup, the Option name=AutoReloadCfg Kind Regards, Brett ------------------------------ Message: 5 Date: Fri, 02 Apr 2010 17:06:36 +0200 From: Graziano <dreamserv...@libero.it> Subject: Re: [Assp-test] How to prevent "Reloading config" :: ASSP Version:1.7.1.2(1.0.02) To: ASSP development mailing list <assp-test@lists.sourceforge.net> Message-ID: <4bb607fc.4040...@libero.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed unluckly it's not related , AutoReloadCfg is disabled. The problem happens when I send a kill HUP pid signal . Graziano > Graziano wrote: > >> I have a big issue with 1.7.1 . >> >> Several clients are reporting that randomly ASSP executes a >> Apr-01-10 21:57:01 Reloading config; >> >> after this Reloading config ASSP loads all values in assp.cfg.defaults >> >> Apr-01-10 21:57:01 AdminUpdate: bombDataReMaxHits changed >> from '2' to ''; Apr-01-10 21:57:01 AdminUpdate: bombReISPIP >> changed from '1' to ''; Apr-01-10 21:57:01 AdminUpdate: >> bombMaxPenaltyVal changed from '70' to ''; Apr-01-10 21:57:01 >> AdminUpdate: maxBombSearchTime changed from '5' to ''; and so on ... >> >> it fully mess up smtp setting and ASSP simply stop to work ... >> How to prevent "Reloading config" ? >> >> > Just turn the option off. Under Server Setup, the Option > name=AutoReloadCfg > > Kind Regards, > Brett > > > ---------------------------------------------------------------------------- -- > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Assp-test mailing list > Assp-test@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/assp-test > > ------------------------------ Message: 6 Date: Fri, 02 Apr 2010 19:42:16 +0200 From: "Fritz Borgstedt" <f...@iworld.de> Subject: Re: [Assp-test] How to prevent "Reloading config" :: ASSP Version: 1.7.1.2(1.0.02 To: "ASSP development mailing list" <assp-test@lists.sourceforge.net> Message-ID: <sig.0708f1eb05.fc.000f455506e30e323b9aca007b5fb245.6e30...@iworld.de> Content-Type: text/plain; charset=ISO-8859-1 ASSP development mailing list <assp-test@lists.sourceforge.net> schreibt: >it fully mess up smtp setting and ASSP simply stop to work ... >How to prevent "Reloading config" ? Server Setup->Automatic Reload ConfigFile (AutoReloadCfg) If selected and the assp.cfg file is changed externaly, ASSP will reload the configuration from the file. ------------------------------ Message: 7 Date: Fri, 02 Apr 2010 19:45:03 +0200 From: "Fritz Borgstedt" <f...@iworld.de> Subject: Re: [Assp-test] How to prevent "Reloading config" :: ASSP Version:1.7.1.2(1.0. To: "ASSP development mailing list" <assp-test@lists.sourceforge.net> Message-ID: <sig.07084f0e3f.fc.000f455506e30e613b9aca007b5fb245.6e30...@iworld.de> Content-Type: text/plain; charset=ISO-8859-1 ASSP development mailing list <assp-test@lists.sourceforge.net> schreibt: >unluckly it's not related , AutoReloadCfg is disabled. The problem >happens when I send a kill HUP pid Kill HUP reloads the config file. ------------------------------ Message: 8 Date: Mon, 5 Apr 2010 11:03:00 -0400 From: "Hill, Brett" <hil...@nlbusa.com> Subject: [Assp-test] ASSP 1.7.1.3(1.0.01) Locking up To: "ASSP development mailing list" <assp-test@lists.sourceforge.net> Message-ID: <sig.171137ec9e.15ee2aaa8d90cf449983494481233cfc05271...@nlbexc.nlbusa.com> Content-Type: text/plain; charset="us-ascii" I loaded this version at 9am and by 10:37am it was non-responsive. The last thing in my log was: Apr-05-10 10:37:33 id-78253-03170 77.46.199.227 <u...@mydomain.com> rejected by Unknown User Cache: u...@mydomain.com; Kind Regards, Brett ------------------------------ ---------------------------------------------------------------------------- -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev ------------------------------ _______________________________________________ Assp-test mailing list Assp-test@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/assp-test End of Assp-test Digest, Vol 33, Issue 2 **************************************** ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Assp-test mailing list Assp-test@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/assp-test