You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Max Matslofva <ma...@kringdata.se> on 2006/12/06 08:58:22 UTC

RulesDuJour 1.29 - SARE Stocks Ruleset) not found (404)

Hi

RulesDuJour 1.29 tries to fetch 70_sare_stocks.cf from http://www.rulesemporium.com/rules/rules/70_sare_stocks.cf
The correct URL for 70_sare_stocks.cf is http://www.rulesemporium.com/rules/70_sare_stocks.cf

See patch below

/Max



--- rules_du_jour       Wed Dec  6 08:45:55 2006
+++ rules_du_jour.org   Wed Dec  6 08:45:36 2006
@@ -565,7 +565,7 @@
  PARSE_NEW_VER_SCRIPTS[69]="${PERL} -ne 'print if /^\s*#.*(version|rev|revision)[:\.\s]*[0-9]/i ;' | ${HEAD}";

  SARE_STOCKS=70;
-              CF_URLS[70]="${RULESEMPORIUM}/70_sare_stocks.cf";
+              CF_URLS[70]="${RULESEMPORIUM}/rules/70_sare_stocks.cf";
               CF_FILES[70]="70_sare_stocks.cf";
               CF_NAMES[70]="SARE Stocks Ruleset)";
  PARSE_NEW_VER_SCRIPTS[70]="${PERL} -ne 'print if /^\s*#.*(version|rev|revision)[:\.\s]*[0-9]/i ;' | ${HEAD}";

Re: RulesDuJour 1.29 - SARE Stocks Ruleset) not found (404)

Posted by Chris Thielen <cm...@someone.dhs.org>.
Sorry about that!  It's fixed now and 1.29b is available on the web site.

Max Matslofva wrote:
> Hi
>
> RulesDuJour 1.29 tries to fetch 70_sare_stocks.cf from 
> http://www.rulesemporium.com/rules/rules/70_sare_stocks.cf
> The correct URL for 70_sare_stocks.cf is 
> http://www.rulesemporium.com/rules/70_sare_stocks.cf
>
> See patch below
>
> /Max
>
>
>
> --- rules_du_jour       Wed Dec  6 08:45:55 2006
> +++ rules_du_jour.org   Wed Dec  6 08:45:36 2006
> @@ -565,7 +565,7 @@
>  PARSE_NEW_VER_SCRIPTS[69]="${PERL} -ne 'print if 
> /^\s*#.*(version|rev|revision)[:\.\s]*[0-9]/i ;' | ${HEAD}";
>
>  SARE_STOCKS=70;
> -              CF_URLS[70]="${RULESEMPORIUM}/70_sare_stocks.cf";
> +              CF_URLS[70]="${RULESEMPORIUM}/rules/70_sare_stocks.cf";
>               CF_FILES[70]="70_sare_stocks.cf";
>               CF_NAMES[70]="SARE Stocks Ruleset)";
>  PARSE_NEW_VER_SCRIPTS[70]="${PERL} -ne 'print if 
> /^\s*#.*(version|rev|revision)[:\.\s]*[0-9]/i ;' | ${HEAD}";
>