You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Benjamin Adams <ba...@ambrosiasw.com> on 2006/03/31 19:05:29 UTC

Fast update for rules

I'm running 3.1.0
is there a script to just update all my rules with spamassassin?
After updating to new version everything was running good but spam is  
starting to get through.
Thanks

Re: Fast update for rules

Posted by "Michele Neylon:: Blacknight.ie" <mi...@blacknight.ie>.
Daryl C. W. O'Shea wrote:

> 
> Make sure you've got 8090/TCP open.  It's used for the HTTP connection
> to the mirroring system.

Ah ha..
I was afraid it was that :(


-- 
Mr Michele Neylon
Blacknight Solutions
Quality Business Hosting & Colocation
http://www.blacknight.ie/
Tel. 1850 927 280
Intl. +353 (0) 59  9183072
Direct Dial: +353 (0)59 9183090
Fax. +353 (0) 59  9164239

Re: Fast update for rules

Posted by "Daryl C. W. O'Shea" <sp...@dostech.ca>.
Michele Neylon:: Blacknight.ie wrote:
> Theo Van Dinter wrote:
>> On Fri, Mar 31, 2006 at 07:36:18PM +0100, Michele Neylon:: Blacknight.ie wrote:
>>> Which ports and protocols does this use for the connections in and out?
>> It does a few DNS queries, and grabs files via HTTP.

> I'm getting the following:
> 
> <ro...@av>  [~] # sa-update
> http: request failed: 500 Can't connect to
> buildbot.spamassassin.org.nyud.net:8090 (connect: Connection refused):
> 500 Can't connect to buildbot.spamassassin.org.nyud.net:8090 (connect:
> Connection refused)
> error: channel updates.spamassassin.org has no working mirrors
> channel: could not find working mirror, channel failed

Make sure you've got 8090/TCP open.  It's used for the HTTP connection 
to the mirroring system.

Daryl

Re: Fast update for rules

Posted by "Michele Neylon:: Blacknight.ie" <mi...@blacknight.ie>.
Theo Van Dinter wrote:
> On Fri, Mar 31, 2006 at 07:36:18PM +0100, Michele Neylon:: Blacknight.ie wrote:
>> Which ports and protocols does this use for the connections in and out?
> 
> It does a few DNS queries, and grabs files via HTTP.
> 
> BTW, I've added a bunch of information at
> http://wiki.apache.org/spamassassin/RuleUpdates about how sa-update
> works, etc.
> 
Hmmm....

I'm getting the following:

<ro...@av>  [~] # sa-update
http: request failed: 500 Can't connect to
buildbot.spamassassin.org.nyud.net:8090 (connect: Connection refused):
500 Can't connect to buildbot.spamassassin.org.nyud.net:8090 (connect:
Connection refused)
error: channel updates.spamassassin.org has no working mirrors
channel: could not find working mirror, channel failed


If I use the -D I get:

http://pastebin.com/632968



-- 
Mr Michele Neylon
Blacknight Solutions
Quality Business Hosting & Colocation
http://www.blacknight.ie/
Tel. 1850 927 280
Intl. +353 (0) 59  9183072
Direct Dial: +353 (0)59 9183090
Fax. +353 (0) 59  9164239

Re: Fast update for rules

Posted by Theo Van Dinter <fe...@apache.org>.
On Fri, Mar 31, 2006 at 12:39:29PM -0500, Theo Van Dinter wrote:
> > Which ports and protocols does this use for the connections in and out?
> It does a few DNS queries, and grabs files via HTTP.

I forgot, the mirrors we use are on port 8090. :|

-- 
Randomly Generated Tagline:
"Your mail is being routed through Germany ... and they're censoring us."
         - Today's BOFH Excuse

Re: Fast update for rules

Posted by Theo Van Dinter <fe...@apache.org>.
On Fri, Mar 31, 2006 at 07:36:18PM +0100, Michele Neylon:: Blacknight.ie wrote:
> Which ports and protocols does this use for the connections in and out?

It does a few DNS queries, and grabs files via HTTP.

BTW, I've added a bunch of information at
http://wiki.apache.org/spamassassin/RuleUpdates about how sa-update
works, etc.

-- 
Randomly Generated Tagline:
Sarchasm: The gulf between the author of sarcastic wit, and the recipient
 who doesn't get it.
         - Washington Post

Re: Fast update for rules

Posted by "Michele Neylon:: Blacknight.ie" <mi...@blacknight.ie>.
Theo Van Dinter wrote:
> On Fri, Mar 31, 2006 at 12:05:29PM -0500, Benjamin Adams wrote:
>> I'm running 3.1.0
>> is there a script to just update all my rules with spamassassin?
> 
> If you upgrade to 3.1.1 you can use sa-update which will let you download new
> rules in between releases.
> 
Which ports and protocols does this use for the connections in and out?

I may be blind (highly probable on a Friday evening) but I can't seem to
see anything about the ports etc., in the documentation.
I've got a PIX blocking access at the moment ....

-- 
Mr Michele Neylon
Blacknight Solutions
Quality Business Hosting & Colocation
http://www.blacknight.ie/
Tel. 1850 927 280
Intl. +353 (0) 59  9183072
Direct Dial: +353 (0)59 9183090
Fax. +353 (0) 59  9164239

Re: Fast update for rules

Posted by mouss <us...@free.fr>.
Benjamin Adams wrote:
> I just updated to 3.1.1,
> I get the same problem running as root
>  sa-update -D --gpg
> or
>  sa-update -D
> sa-update: importing default keyring to 
> '/etc/mail/spamassassin//sa-update-keys'...
> cannot mkdir /etc/mail/spamassassin//sa-update-keys at 
> /usr/bin/sa-update line 1028.
> nothing in /etc/mail/spamassassin/sa-update-keys
> How do I create the key and put it in there?

if /etc/mail doesn't exist, even root can't mkdir /etc/mail/spamassassin 
(that's a job for mkdir -p).

Re: Fast update for rules

Posted by Theo Van Dinter <fe...@apache.org>.
On Fri, Mar 31, 2006 at 12:53:59PM -0500, Benjamin Adams wrote:
> I just updated to 3.1.1,
> I get the same problem running as root
>  sa-update -D --gpg
> or
>  sa-update -D
> sa-update: importing default keyring to '/etc/mail/spamassassin//sa- 
> update-keys'...
> cannot mkdir /etc/mail/spamassassin//sa-update-keys at /usr/bin/sa- 
> update line 1028.
> nothing in /etc/mail/spamassassin/sa-update-keys
> How do I create the key and put it in there?

Hrm.  Does /etc/mail/spamassassin exist?  sa-update will try importing
the key via gpg if the sa-update-keys directory doesn't already exist.

-- 
Randomly Generated Tagline:
I can't drive 55.

Re: Fast update for rules

Posted by Benjamin Adams <ba...@ambrosiasw.com>.
I just updated to 3.1.1,
I get the same problem running as root
  sa-update -D --gpg
or
  sa-update -D
sa-update: importing default keyring to '/etc/mail/spamassassin//sa- 
update-keys'...
cannot mkdir /etc/mail/spamassassin//sa-update-keys at /usr/bin/sa- 
update line 1028.
nothing in /etc/mail/spamassassin/sa-update-keys
How do I create the key and put it in there?

On Mar 31, 2006, at 12:36 PM, Theo Van Dinter wrote:

> On Fri, Mar 31, 2006 at 07:32:04PM +0200, Jim Knuth wrote:
>> mmh, I get these as user amavis:
>>
>> /root$ sa-update
>> sa-update: importing default keyring to '/etc/mail/spamassassin// 
>> sa-update-keys'...
>> cannot mkdir /etc/mail/spamassassin//sa-update-keys at /usr/bin/sa- 
>> update line 1028.
>> /root$
>>
>> What am I missing?
>
> sa-update tries putting its own gpg keyring in the site config  
> directory
> (/etc/mail/spamassassin/sa-update-keys).  If you don't have the
> permissions to do that, it won't work.
>
> You can either make the directory and set the ownership/permissions
> appropriately, or use sa-update's options to change to a different
> directory instead.
>
> Also, updates by default will goto /var/lib/spamassassin, so you'll
> permissions for that directory structure as well.
>
> -- 
> Randomly Generated Tagline:
> "... born during the barbeque hey-day of the fifties, gas grills  
> combine
>  two favorite American obsessions: convenience and setting things  
> on fire."
>          - Alton Brown, Good Eats, "Grill Seekers"


Re: Fast update for rules

Posted by Jim Knuth <jk...@jkart.de>.
Heute (02.04.2006/01:45 Uhr) schrieb Jim Knuth,

> Heute (02.04.2006/00:36 Uhr) schrieb Theo Van Dinter,

>> On Sat, Apr 01, 2006 at 01:00:24PM +0200, Jim Knuth wrote:
>>> >> ~# sa-update
>>> >> sa-update: importing default keyring to '/etc/mail/spamassassin//sa-update-keys'...
>>> >> config: warning: description exists for non-existent rule SPF_HELO_PASS
>>> >> config: warning: description exists for non-existent rule URIBL_SC_SURBL
>>> >> config: warning: description exists for non-existent rule HASHCASH_25
>>> > [...]
>>> >> error: lint check of update failed!  channel failed
>>> >> channel: lint check of update failed, channel failed
>>> 
>>> > I'll see about fixing the update, and
>>> > http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4851 tracks the
>>> > issue for the 3.1.2 release. :)

>> Ok, please give the update a try again.  The files should be correct now. :)


> Yes, the update was ok. Thank you. But no files changed. Is that
> ok?


Reply myself ;) This was ok. Updated in
/var/lib/spamassassin/version


-- 
Viele Gruesse, Kind regards,
 Jim Knuth
 jk@jkart.de
 ICQ #277289867
----------
Zufalls-Zitat
----------
Menschen, die nie lachen, sind keine ernste Menschen 
(Pierre Dac)
----------
Der Text hat nichts mit dem Empfaenger der Mail zu tun
----------
Virus free. Checked by NOD32 Version 1.1466 Build 6995  31.03.2006


Re: Fast update for rules

Posted by Theo Van Dinter <fe...@apache.org>.
On Sun, Apr 02, 2006 at 01:45:38AM +0200, Jim Knuth wrote:
> Yes, the update was ok. Thank you. But no files changed. Is that
> ok?

What do you mean?  The files under /var/lib/spamassassin should have
updated.  If not, run with -D and see what's going on.

-- 
Randomly Generated Tagline:
* * * <- Tribbles  . . . <- Tribbles after a haircut

Re: Fast update for rules

Posted by Jim Knuth <jk...@jkart.de>.
Heute (02.04.2006/00:36 Uhr) schrieb Theo Van Dinter,

> On Sat, Apr 01, 2006 at 01:00:24PM +0200, Jim Knuth wrote:
>> >> ~# sa-update
>> >> sa-update: importing default keyring to '/etc/mail/spamassassin//sa-update-keys'...
>> >> config: warning: description exists for non-existent rule SPF_HELO_PASS
>> >> config: warning: description exists for non-existent rule URIBL_SC_SURBL
>> >> config: warning: description exists for non-existent rule HASHCASH_25
>> > [...]
>> >> error: lint check of update failed!  channel failed
>> >> channel: lint check of update failed, channel failed
>> 
>> > I'll see about fixing the update, and
>> > http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4851 tracks the
>> > issue for the 3.1.2 release. :)

> Ok, please give the update a try again.  The files should be correct now. :)


Yes, the update was ok. Thank you. But no files changed. Is that
ok?


-- 
Viele Gruesse, Kind regards,
 Jim Knuth
 jk@jkart.de
 ICQ #277289867
----------
Zufalls-Zitat
----------
Man muss denken, wie die wenigsten und reden wie die 
meisten.
(Arthur Schopenhauer)
----------
Der Text hat nichts mit dem Empfaenger der Mail zu tun
----------
Virus free. Checked by NOD32 Version 1.1466 Build 6995  31.03.2006


Re: Fast update for rules

Posted by Theo Van Dinter <fe...@apache.org>.
On Sat, Apr 01, 2006 at 01:00:24PM +0200, Jim Knuth wrote:
> >> ~# sa-update
> >> sa-update: importing default keyring to '/etc/mail/spamassassin//sa-update-keys'...
> >> config: warning: description exists for non-existent rule SPF_HELO_PASS
> >> config: warning: description exists for non-existent rule URIBL_SC_SURBL
> >> config: warning: description exists for non-existent rule HASHCASH_25
> > [...]
> >> error: lint check of update failed!  channel failed
> >> channel: lint check of update failed, channel failed
> 
> > I'll see about fixing the update, and
> > http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4851 tracks the
> > issue for the 3.1.2 release. :)

Ok, please give the update a try again.  The files should be correct now. :)

-- 
Randomly Generated Tagline:
"You don't write for the money, because if you do, you're a monkey.
 You don't write for the fame, because if you do, you're a monkey.
 You don't even write because you like to write, because if you do,
 you're still a monkey.   You write because to NOT write is suicide."
                                 - Stephen King

Re: Fast update for rules

Posted by Jim Knuth <jk...@jkart.de>.
Heute (01.04.2006/05:48 Uhr) schrieb Theo Van Dinter,

> On Fri, Mar 31, 2006 at 07:56:28PM +0200, Jim Knuth wrote:
>> ~# sa-update
>> sa-update: importing default keyring to '/etc/mail/spamassassin//sa-update-keys'...
>> config: warning: description exists for non-existent rule SPF_HELO_PASS
>> config: warning: description exists for non-existent rule URIBL_SC_SURBL
>> config: warning: description exists for non-existent rule HASHCASH_25
> [...]
>> error: lint check of update failed!  channel failed
>> channel: lint check of update failed, channel failed

> Interesting.  It looks like you're using a non-english locale (not surprising
> given your domain), and the configs don't have the appropriate ifplugin bits
> in the 30_text_XX.cf files.  Since it's the same set of files as the default
> 3.1.1, you'll have the same problem with the default release rules.

> I'll see about fixing the update, and
> http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4851 tracks the
> issue for the 3.1.2 release. :)


ok. Thank you. See you .. ;)


-- 
Viele Gruesse, Kind regards,
 Jim Knuth
 jk@jkart.de
 ICQ #277289867
----------
Zufalls-Zitat
----------
Sage nicht immer, was Du weißt, aber wisse immer, was Du 
sagst.
(Matthias Claudius)
----------
Der Text hat nichts mit dem Empfaenger der Mail zu tun
----------
Virus free. Checked by NOD32 Version 1.1466 Build 6995  31.03.2006


Re: Fast update for rules

Posted by Theo Van Dinter <fe...@apache.org>.
On Fri, Mar 31, 2006 at 07:56:28PM +0200, Jim Knuth wrote:
> ~# sa-update
> sa-update: importing default keyring to '/etc/mail/spamassassin//sa-update-keys'...
> config: warning: description exists for non-existent rule SPF_HELO_PASS
> config: warning: description exists for non-existent rule URIBL_SC_SURBL
> config: warning: description exists for non-existent rule HASHCASH_25
[...]
> error: lint check of update failed!  channel failed
> channel: lint check of update failed, channel failed

Interesting.  It looks like you're using a non-english locale (not surprising
given your domain), and the configs don't have the appropriate ifplugin bits
in the 30_text_XX.cf files.  Since it's the same set of files as the default
3.1.1, you'll have the same problem with the default release rules.

I'll see about fixing the update, and
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4851 tracks the
issue for the 3.1.2 release. :)

-- 
Randomly Generated Tagline:
"Any sufficiently perverted technology is indistinguishable from Perl."
                      - Unknown

Re: Fast update for rules

Posted by "Expertsites, Inc." <sp...@expertsites.com>.
----- Original Message ----- 
From: "Jim Knuth" <jk...@jkart.de>
To: "Theo Van Dinter" <fe...@apache.org>
Cc: <us...@spamassassin.apache.org>
Sent: Friday, March 31, 2006 10:56 AM
Subject: Re: Fast update for rules


Heute (31.03.2006/19:36 Uhr) schrieb Theo Van Dinter,

> On Fri, Mar 31, 2006 at 07:32:04PM +0200, Jim Knuth wrote:
>> mmh, I get these as user amavis:
>>
>> /root$ sa-update
>> sa-update: importing default keyring to
'/etc/mail/spamassassin//sa-update-keys'...
>> cannot mkdir /etc/mail/spamassassin//sa-update-keys at /usr/bin/sa-update
line 1028.
>> /root$
>>
>> What am I missing?

> sa-update tries putting its own gpg keyring in the site config directory
> (/etc/mail/spamassassin/sa-update-keys).  If you don't have the
> permissions to do that, it won't work.

> You can either make the directory and set the ownership/permissions
> appropriately, or use sa-update's options to change to a different
> directory instead.

> Also, updates by default will goto /var/lib/spamassassin, so you'll
> permissions for that directory structure as well.


Thank you. The same again as root:

~# sa-update
sa-update: importing default keyring to
'/etc/mail/spamassassin//sa-update-keys'...
config: warning: description exists for non-existent rule SPF_HELO_PASS
config: warning: description exists for non-existent rule URIBL_SC_SURBL
config: warning: description exists for non-existent rule HASHCASH_25
config: warning: description exists for non-existent rule HASHCASH_HIGH
config: warning: description exists for non-existent rule HASHCASH_22
config: warning: description exists for non-existent rule HASHCASH_20
config: warning: description exists for non-existent rule AWL
config: warning: description exists for non-existent rule HASHCASH_24
config: warning: description exists for non-existent rule SPF_SOFTFAIL
config: warning: description exists for non-existent rule URIBL_AB_SURBL
config: warning: description exists for non-existent rule SPF_FAIL
config: warning: description exists for non-existent rule HASHCASH_21
config: warning: description exists for non-existent rule SPF_HELO_SOFTFAIL
config: warning: description exists for non-existent rule URIBL_OB_SURBL
config: warning: description exists for non-existent rule SPF_HELO_FAIL
config: warning: description exists for non-existent rule HASHCASH_2SPEND
config: warning: description exists for non-existent rule URIBL_WS_SURBL
config: warning: description exists for non-existent rule URIBL_SBL
config: warning: description exists for non-existent rule HASHCASH_23
config: warning: description exists for non-existent rule SPF_PASS
config: warning: description exists for non-existent rule URIBL_PH_SURBL
error: lint check of update failed!  channel failed
channel: lint check of update failed, channel failed

What`s now?


-- 
Viele Gruesse, Kind regards,
 Jim Knuth
 jk@jkart.de
 ICQ #277289867
----------
Zufalls-Zitat
----------
Gib einem Hungrigen einen Fisch, und er ist für einen Tag
satt.  Zeig ihm, wie man angelt, und er pöbelt Dich an, daß
er besseres zu tun hätte, als Schnüre ins Wasser hängen zu
lassen. (David Kastrup in de.comp.text.tex)
----------
Der Text hat nichts mit dem Empfaenger der Mail zu tun
----------
Virus free. Checked by NOD32 Version 1.1465 Build 6992  31.03.2006

=======

I encountered the same error messages with sa-update.  I was able to make
sa-update work after creating the directories manually as root with
permissions 0700 and applying two changes to the /usr/bin/sa-update file:

Line 126, which reads (mind the line wrap):
$opt{'gpghomedir'} = File::Spec->catfile($LOCAL_RULES_DIR,
'/sa-update-keys');
changed to delete the / as shown below:
$opt{'gpghomedir'} = File::Spec->catfile($LOCAL_RULES_DIR,
'sa-update-keys');

Commented out line 1028 which reads:
mkdir ($opt{gpghomedir}, 0700) or die "cannot mkdir $opt{gpghomedir}";

Tom Green
--
Expertsites, Inc.




Re: Fast update for rules

Posted by Jim Knuth <jk...@jkart.de>.
Heute (31.03.2006/19:36 Uhr) schrieb Theo Van Dinter,

> On Fri, Mar 31, 2006 at 07:32:04PM +0200, Jim Knuth wrote:
>> mmh, I get these as user amavis:
>> 
>> /root$ sa-update
>> sa-update: importing default keyring to '/etc/mail/spamassassin//sa-update-keys'...
>> cannot mkdir /etc/mail/spamassassin//sa-update-keys at /usr/bin/sa-update line 1028.
>> /root$
>> 
>> What am I missing?

> sa-update tries putting its own gpg keyring in the site config directory
> (/etc/mail/spamassassin/sa-update-keys).  If you don't have the
> permissions to do that, it won't work.

> You can either make the directory and set the ownership/permissions
> appropriately, or use sa-update's options to change to a different
> directory instead.

> Also, updates by default will goto /var/lib/spamassassin, so you'll
> permissions for that directory structure as well.


Thank you. The same again as root:

~# sa-update
sa-update: importing default keyring to '/etc/mail/spamassassin//sa-update-keys'...
config: warning: description exists for non-existent rule SPF_HELO_PASS
config: warning: description exists for non-existent rule URIBL_SC_SURBL
config: warning: description exists for non-existent rule HASHCASH_25
config: warning: description exists for non-existent rule HASHCASH_HIGH
config: warning: description exists for non-existent rule HASHCASH_22
config: warning: description exists for non-existent rule HASHCASH_20
config: warning: description exists for non-existent rule AWL
config: warning: description exists for non-existent rule HASHCASH_24
config: warning: description exists for non-existent rule SPF_SOFTFAIL
config: warning: description exists for non-existent rule URIBL_AB_SURBL
config: warning: description exists for non-existent rule SPF_FAIL
config: warning: description exists for non-existent rule HASHCASH_21
config: warning: description exists for non-existent rule SPF_HELO_SOFTFAIL
config: warning: description exists for non-existent rule URIBL_OB_SURBL
config: warning: description exists for non-existent rule SPF_HELO_FAIL
config: warning: description exists for non-existent rule HASHCASH_2SPEND
config: warning: description exists for non-existent rule URIBL_WS_SURBL
config: warning: description exists for non-existent rule URIBL_SBL
config: warning: description exists for non-existent rule HASHCASH_23
config: warning: description exists for non-existent rule SPF_PASS
config: warning: description exists for non-existent rule URIBL_PH_SURBL
error: lint check of update failed!  channel failed
channel: lint check of update failed, channel failed

What`s now?


-- 
Viele Gruesse, Kind regards,
 Jim Knuth
 jk@jkart.de
 ICQ #277289867
----------
Zufalls-Zitat
----------
Gib einem Hungrigen einen Fisch, und er ist für einen Tag 
satt.  Zeig ihm, wie man angelt, und er pöbelt Dich an, daß 
er besseres zu tun hätte, als Schnüre ins Wasser hängen zu 
lassen. (David Kastrup in de.comp.text.tex)
----------
Der Text hat nichts mit dem Empfaenger der Mail zu tun
----------
Virus free. Checked by NOD32 Version 1.1465 Build 6992  31.03.2006


Re: Fast update for rules

Posted by Theo Van Dinter <fe...@apache.org>.
On Fri, Mar 31, 2006 at 07:32:04PM +0200, Jim Knuth wrote:
> mmh, I get these as user amavis:
> 
> /root$ sa-update
> sa-update: importing default keyring to '/etc/mail/spamassassin//sa-update-keys'...
> cannot mkdir /etc/mail/spamassassin//sa-update-keys at /usr/bin/sa-update line 1028.
> /root$
> 
> What am I missing?

sa-update tries putting its own gpg keyring in the site config directory
(/etc/mail/spamassassin/sa-update-keys).  If you don't have the
permissions to do that, it won't work.

You can either make the directory and set the ownership/permissions
appropriately, or use sa-update's options to change to a different
directory instead.

Also, updates by default will goto /var/lib/spamassassin, so you'll
permissions for that directory structure as well.

-- 
Randomly Generated Tagline:
"... born during the barbeque hey-day of the fifties, gas grills combine
 two favorite American obsessions: convenience and setting things on fire."
         - Alton Brown, Good Eats, "Grill Seekers"

Re: Fast update for rules

Posted by jdow <jd...@earthlink.net>.
From: "Jim Knuth" <jk...@jkart.de>

> Heute (31.03.2006/19:08 Uhr) schrieb Theo Van Dinter,
> 
>> On Fri, Mar 31, 2006 at 12:05:29PM -0500, Benjamin Adams wrote:
>>> I'm running 3.1.0
>>> is there a script to just update all my rules with spamassassin?
> 
>> If you upgrade to 3.1.1 you can use sa-update which will let you download new
>> rules in between releases.
> 
> 
> mmh, I get these as user amavis:
> 
> /root$ sa-update
> sa-update: importing default keyring to '/etc/mail/spamassassin//sa-update-keys'...
> cannot mkdir /etc/mail/spamassassin//sa-update-keys at /usr/bin/sa-update line 1028.
> /root$
> 
> What am I missing?

http://rulesemporium.com/rules.htm
http://www.exit0.us/index.php?pagename=RulesDuJour

Enjoy
{^_^}


Re: Fast update for rules

Posted by Jim Knuth <jk...@jkart.de>.
Heute (31.03.2006/19:08 Uhr) schrieb Theo Van Dinter,

> On Fri, Mar 31, 2006 at 12:05:29PM -0500, Benjamin Adams wrote:
>> I'm running 3.1.0
>> is there a script to just update all my rules with spamassassin?

> If you upgrade to 3.1.1 you can use sa-update which will let you download new
> rules in between releases.


mmh, I get these as user amavis:

/root$ sa-update
sa-update: importing default keyring to '/etc/mail/spamassassin//sa-update-keys'...
cannot mkdir /etc/mail/spamassassin//sa-update-keys at /usr/bin/sa-update line 1028.
/root$

What am I missing?


-- 
Viele Gruesse, Kind regards,
 Jim Knuth
 jk@jkart.de
 ICQ #277289867
----------
Zufalls-Zitat
----------
Der Beweis von Heldentum liegt nicht im Gewinnen einer 
Schlacht, sondern im Ertragen einer Niederlage. (David 
Lloyd George, Earl of Dwyfor, engl. Staatsmann, 1863-1945)
----------
Der Text hat nichts mit dem Empfaenger der Mail zu tun
----------
Virus free. Checked by NOD32 Version 1.1465 Build 6992  31.03.2006


Re: Fast update for rules

Posted by Theo Van Dinter <fe...@apache.org>.
On Fri, Mar 31, 2006 at 12:05:29PM -0500, Benjamin Adams wrote:
> I'm running 3.1.0
> is there a script to just update all my rules with spamassassin?

If you upgrade to 3.1.1 you can use sa-update which will let you download new
rules in between releases.

-- 
Randomly Generated Tagline:
Sweetie, you seem so blue. Did the last of something die?
         - Marge Simpson, The Simpsons, "Smart and Smarter"