On 11/16/2017 08:57 AM, Chris wrote:
On Thu, 2017-11-16 at 07:22 -0600, David Jones wrote:
Great news! Last night's run finally produced a full 72_scores.cf.
Big
thanks to Merijn van den Kroonenberg for helping track down the
remaining issues! There were about 3 rules difference which could
be
expected with 8 months difference.
# cat disappeared_rules.txt
ADVANCE_FEE_4_NEW
CN_B2B_SPAMMER
URI_GOOGLE_PROXY
# wc -l 72_scores.cf
149 72_scores.cf
Now 149 lines and we were stuck at around 100 before.
https://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/scores/
WE REALLY NEED TESTERS NOW TO APPLY THIS UPDATE AND PROVIDE
FEEDBACK. I
would like to enable DNS updates again for sa-update on Sunday or
Monday
depending on the feedback.
REV=1815298
wget http://sa-update.ena.com/${REV}.tar.gz
wget http://sa-update.ena.com/${REV}.tar.gz.sha1
wget http://sa-update.ena.com/${REV}.tar.gz.asc
sa-update -v --install ${REV}.tar.gz
(reload/restart whatever is calling SA -- spamd, amavis-new,
mimedefang,
MailScanner, etc.)
I have applied this ruleset to my platforms and will monitor
scoring/blocking over the next couple of days.
Hmm, the file doesn't seem to be able to be found unless of course I
did something incorrectly:
chris@localhost:~/Downloads$ wget http://sa-update.ena.com/${REV}.tar.g
z
--2017-11-16 08:51:50-- http://sa-update.ena.com/.tar.gz
Resolving sa-update.ena.com (sa-update.ena.com)... 96.4.1.5, 96.5.1.5
Connecting to sa-update.ena.com (sa-update.ena.com)|96.4.1.5|:80...
connected.
HTTP request sent, awaiting response... 404 Not Found
2017-11-16 08:51:50 ERROR 404: Not Found.
Make sure you ran the "REV=1815298" line first to set the variable that
the next 4 lines use with "${REV}".
--
David Jones