>I see this VERY different. The overall job is much increased by keeping 50000
>addresses in cache to find the >most heavy used. To handle an invalid user
>address is much faster than to handle a trapaddress.
>The danger of getting an invalid address into the automatic traplist is there,
>most people will then not be able to find the cause of such a problem . In
>short it is too complicated and not worth the cost.
>But relax, the feature will stay in ASSP V2.
I'm not planning to use V2 because of it's system requirements. ASSP V1 works
very well on our hardware and mail load. So I am not relaxed, because this is
one of the best features of ASSP. The problem to find an invalid entry in the
PBTrapCache could be easily solved when trap logging is turned on again in
standard mode as it was in the past. (Sorry I can not remember the version when
this has been changed for the first time)
$this->{messagereason} = "penalty trap address: $u$h";
mlog( $fh,"$this->{messagereason}") if $PenaltyLog==2 or $ValidateUserLog==2;
change to
mlog( $fh,"$this->{messagereason}") if $PenaltyLog==1 or $ValidateUserLog==2;
Then you get back trap logging without doing verbose penalty logging and you
can see from the logs if there is a valid user address in the PBTrapCache. I
always make the change above in every new version of ASSP V1 I install.
tk
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation Stay
online with enterprise data centers and the best network in the business Choose
flexible plans and management services without long-term contracts Personal
24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user