You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Dr Robert Young <rc...@aliconsultants.com> on 2005/06/30 06:15:41 UTC

Is rules_du_jour working?

I pulled the rules_du_jour script down and ran it. I get

exec: wget -N http://sandgnat.com/rdj/rules_du_jour > 
/home/rcyoung/Mail-SpamAssassin-2.63/RulesDuJour/wget.log 2>&1
wget_output: --20:38:10--  http://sandgnat.com/rdj/rules_du_jour
            => `rules_du_jour'
Resolving sandgnat.com... 208.42.148.125
Connecting to sandgnat.com[208.42.148.125]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 59,680 [application/octet-stream]
Server file no newer than local file `rules_du_jour' -- not retrieving.
No files updated; No restart required.


The config file is

TRUSTED_RULESETS="TRIPWIRE SARE_ADULT SARE_OBFU0 SARE_HTML SARE_HTML0 
SARE_HTML1 SARE_HTML2 SARE_HTML3 SARE_HTML4 SARE_HTML_ENG 
SARE_HTML_PRE300 SARE_FRAUD SARE_BML SARE_SPOOF";
SA_DIR="/home/rcyoung/Mail-SpamAssassin-2.63";
MAIL_ADDRESS="root@linux63";
SA_RESTART="killall -HUP spamd";
RULES_DU_JOUR_SCRIPT="/home/rcyoung/rules_du_jour";


Interactively, there are a lot of messages saying "no such file or 
directory" and "command not found".

Is this normal? I am uncertain as to how I can tell the  update is 
actually occurring (or not) .


Re: Is rules_du_jour working?

Posted by Robert Menschel <Ro...@Menschel.net>.
Hello Dr,

Wednesday, June 29, 2005, 9:15:41 PM, you wrote:

DRY> The config file is

DRY> TRUSTED_RULESETS="TRIPWIRE SARE_ADULT SARE_OBFU0 SARE_HTML SARE_HTML0
DRY> SARE_HTML1 SARE_HTML2 SARE_HTML3 SARE_HTML4 SARE_HTML_ENG 
DRY> SARE_HTML_PRE300 SARE_FRAUD SARE_BML SARE_SPOOF";
DRY> SA_DIR="/home/rcyoung/Mail-SpamAssassin-2.63";
DRY> MAIL_ADDRESS="root@linux63";
DRY> SA_RESTART="killall -HUP spamd";
DRY> RULES_DU_JOUR_SCRIPT="/home/rcyoung/rules_du_jour";

I can't help you with RDJ itself, but
is duplicative.  SARE_HTML is a file which contains within itself
SARE_HTML0, SARE_HTML1, SARE_HTML2, and SARE_HTML3. I suggest you
change this to
> SARE_HTML SARE_HTML4 SARE_HTML_ENG SARE_HTML_PRE300

And judging from that selection, once you get RDJ working, you'll want
to add the appropriate parms to pull in 70_sare_genlsubj.cf
and 70_sare_uri.cf

Bob Menschel




Re: Is rules_du_jour working?

Posted by Chris Thielen <cm...@someone.dhs.org>.
Dr Robert Young wrote:

>
>
> Interactively, there are a lot of messages saying "no such file or 
> directory" and "command not found".
>
> Is this normal? I am uncertain as to how I can tell the  update is 
> actually occurring (or not) .
>
>
Hi Robert,

No, this is not normal.  Feel free to email me the entire output of your 
interactive run and I can probably help diagnose the problem.

Chris Thielen