spam assassin rules update
Birta Levente
blevi.linux at gmail.com
Fri Sep 28 14:12:50 CEST 2012
On 28/09/2012 14:37, Nikolaos Milas wrote:
> On 28/9/2012 1:42 μμ, Birta Levente wrote:
>
>> Upps ... I take another look on your first mail ... so you need to
>> show us the 12 line from sa-update script.
>
> I don't see anything useful there. But the following might provide the
> info you want:
>
> # cat -n /usr/bin/sa-update | head -n30
> 1 #!/usr/bin/perl -T -w
> 2
> 3 eval 'exec /usr/bin/perl -T -w -S $0 ${1+"$@"}'
> 4 if 0; # not running under some shell
> 5
> 6 # <@LICENSE>
> 7 # Licensed to the Apache Software Foundation (ASF) under one or
> more
> 8 # contributor license agreements. See the NOTICE file
> distributed with
> 9 # this work for additional information regarding copyright
> ownership.
> 10 # The ASF licenses this file to you under the Apache License,
> Version 2.0
> 11 # (the "License"); you may not use this file except in
> compliance with
> 12 # the License. You may obtain a copy of the License at:
> 13 #
> 14 # http://www.apache.org/licenses/LICENSE-2.0
> 15 #
> 16 # Unless required by applicable law or agreed to in writing,
> software
> 17 # distributed under the License is distributed on an "AS IS"
> BASIS,
> 18 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
> or implied.
> 19 # See the License for the specific language governing
> permissions and
> 20 # limitations under the License.
> 21 # </@LICENSE>
> 22
> 23 my $VERSION = 'svn' . (split(/\s+/,
> 24 '$Id: sa-update.raw 917659 2010-03-01 19:24:41Z
> mmartinec $'))[2];
> 25
> 26 my $PREFIX = '/usr'; # substituted at
> 'make' time
> 27 my $DEF_RULES_DIR = '/usr/share/spamassassin'; #
> substituted at 'make' time
> 28 my $LOCAL_RULES_DIR = '/etc/mail/spamassassin'; #
> substituted at 'make' time
> 29 my $LOCAL_STATE_DIR = '/var/lib/spamassassin'; # substituted
> at 'make' time
> 30 use lib '/usr/share/perl5'; # substituted at
> 'make' time
>
> Regards,
> Nick
Me neither :)
Have you tried to run sa-update manually (not the sa-update.cron)? Use
-D to be verbose:
#sa-update -D
What you see?
More information about the amavis-users
mailing list