[pLog-svn] r4044 -plugins/branches/lifetype-1.1/badbehavior/bad-behavior

Mark Wu markplace at gmail.com
Mon Sep 25 16:06:34 GMT 2006


Hi Paul and Jon:

Too late to replay this mail. 

1. I personally like it stay there.

Because it can make the code sync with original author's update.

2. About the javascript part, I already have idea to solve it. Maybe it can
work .... Just wait and see.

Mark 

> -----Original Message-----
> From: plog-svn-bounces at devel.lifetype.net 
> [mailto:plog-svn-bounces at devel.lifetype.net] On Behalf Of 
> pwestbro at devel.lifetype.net
> Sent: Monday, September 25, 2006 11:47 PM
> To: plog-svn at devel.lifetype.net
> Subject: [pLog-svn] r4044 
> -plugins/branches/lifetype-1.1/badbehavior/bad-behavior
> 
> Author: pwestbro
> Date: 2006-09-25 15:47:00 +0000 (Mon, 25 Sep 2006) New Revision: 4044
> 
> Modified:
>    plugins/branches/lifetype-1.1/badbehavior/bad-behavior/post.inc.php
> Log:
> Disabled the dns blacklist checks from the bad behavior plugin
> 
> 
> Modified: 
> plugins/branches/lifetype-1.1/badbehavior/bad-behavior/post.inc.php
> ===================================================================
> --- 
> plugins/branches/lifetype-1.1/badbehavior/bad-behavior/post.
> inc.php	2006-09-25 03:39:35 UTC (rev 4043)
> +++ 
> plugins/branches/lifetype-1.1/badbehavior/bad-behavior/post.
> inc.php	2006-09-25 15:47:00 UTC (rev 4044)
> @@ -3,9 +3,11 @@
>  // All tests which apply specifically to POST requests  
> function bb2_post($settings, $package)  {
> -	// Check blackhole lists for known spam/malicious activity
> -	require_once(BB2_CORE . "/blackhole.inc.php");
> -	bb2_test($settings, $package, bb2_blackhole($package));
> +    // LifeType mod by pwestbro: dns blacklist checks can be 
> done in the 
> +    // dnsantispam plugin.
> +//	// Check blackhole lists for known spam/malicious activity
> +//	require_once(BB2_CORE . "/blackhole.inc.php");
> +//	bb2_test($settings, $package, bb2_blackhole($package));
>  
>  	// MovableType needs specialized screening
>  	if (stripos($package['headers_mixed']['User-Agent'], 
> "MovableType") !== FALSE) {
> 
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn



More information about the pLog-svn mailing list