Hmm, it seems there perhaps is little hope of updates for the current
release of spamassassin, as they changed the format:

< require_version @@VERSION@@
---
> require_version 3.003000

And as you mention, one would be crazy to download 3.003000.

So what might you recommend one do if one wants to have their spamassassin
keep abreast of current spam patterns?

(The above diff made with:)
set -ue 556472 569778
for v
do
    mkdir /tmp/$v
    cd /tmp/$v
    wget http://daryl.dostech.ca/sa-update/asf/$v.tar.gz
    tar xf $v.tar.gz
    rm $v.tar.gz
done
diff -r /tmp/{$1,$2}

-- 
View this message in context: 
http://www.nabble.com/sa-update-doesn%27t-connect-to-updates.spamassassin.org-tf4301586.html#a12340520
Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Reply via email to