[SURBL-Discuss] Re: [SURBL-Announce] ANNOUNCE: Mail::SpamAssassin::SpamCopURI 0.20

Eric Kolve ekolve at comcast.net
Sun Aug 1 00:01:13 CEST 2004


Just wanted to mention you need to include scores with your configuration.

I accidentally omitted them from the example configuration in the changelog.

--eric


On Sat, Jul 31, 2004 at 10:49:03PM -0700, Eric Kolve wrote:
>  Just released SpamCopURI 0.20. Biggest change is support for multi.surbl.org. 
>  Let me know if you see anything strange.  See the change notes below
>  for what you need to do for your config.
> 
> 0.20 Sat Jul 31 22:02:20 PDT 2004
>   - adding max url config param to limit number of URLs checked 
>     in an email.  Usage (place into .cf file):
>       spamcop_uri_limit 50
>     Default is unlimited.
>   
>   - adding support for multi.surbl.org / bitmasked results.  
>     query results are cached on a per msg basis to prevent additional
>     lookups.
> 
>     Modify your configuration to look like the following for sc.surbl.org:
> 
>      uri SPAMCOP_URI_RBL           eval:check_spamcop_uri_rbl('multi.surbl.org','127.0.0.0/2')
>      describe SPAMCOP_URI_RBL      URI's domain appears in spamcop database at sc.surbl.org
>      tflags SPAMCOP_URI_RBL	net
> 
>     ws.surbl.org would look like this:
> 
>       uri WS_URI_RBL           eval:check_spamcop_uri_rbl('multi.surbl.org','127.0.0.0/4')
>       describe WS_URI_RBL      URI's domain appears in ws database at ws.surbl.org
>       tflags WS_URI_RBL       net
> 
>   - Removed configuration params: spamcop_uri_src 
>     and spamcop_uri_path since
>     these should never be used anymore.
> 
>   - added cleanup for hosts that come in with a dot in front of
>     of the host (e.g. http://.spammy-site.org)
> 
>  http://sourceforge.net/projects/spamcopuri/
>  
>  
>  --eric
> 
> _______________________________________________
> Announce mailing list
> Announce at lists.surbl.org
> http://lists.surbl.org/mailman/listinfo/announce


More information about the Discuss mailing list