Re: Development dead

2009-11-11 Thread Anatoly Pugachev
On 04.11.2009 / 09:20:16 -0500, Bowie Bailey wrote:
> polloxx wrote:
> > Hi,
> >
> > Is the spamassassin development dead?
> > On the website there's: 2008-06-12: SpamAssassin 3.2.5 has been released.
> >   
> 
> Not quite.  If you look at svn, you'll see this:
> 
> spamassassin_20091103151200.tar.gz03-Nov-2009 15:122.1M
> 
> Doesn't look dead to me!  :)

Hello!
Can you please post a full URL to this archive? 
Since http://svn.apache.org/snapshots/spamassassin/ doesn't have it.



Re: dcc SA problem

2008-03-13 Thread Anatoly Pugachev

made SA bugzilla ticket : 
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5849
it explains why that don't work from local.cf file.
thanks for the help anyway!

On Thu, Mar 13, 2008 at 03:23:47PM +0100, Benny Pedersen wrote:
> 
> On Thu, March 13, 2008 08:40, Anatoly Pugachev wrote:
> 
> > Thanks, that helped.
> 
> super
> 
> > Any chance to make dcc plugin to work from local.cf or
> > user preference file?
> 
> explain problem more in detail, any plugins works from local.cf and user_prefs
> 
> only execption is it can not load from this *.cf user_prefs files
> 
> > since as user, i can't change system installed files.
> 
> its designed as with secureity in mind

-- 
Anatoly Pugachev



Re: dcc SA problem

2008-03-13 Thread Anatoly Pugachev

Thanks, that helped. 
Any chance to make dcc plugin to work from local.cf or
user preference file?  since as user, i can't change system installed
files.

On Wed, Mar 12, 2008 at 03:19:51PM +0100, Benny Pedersen wrote:
> 
> On Mon, March 10, 2008 14:11, Anatoly Pugachev wrote:
> 
> > /etc/mail/spamassassin/local.cf have following directives:
> > loadplugin Mail::SpamAssassin::Plugin::DCC
> 
> remove this line in local.cf
> 
> find the plugin in one of the *.pre files and enable the plugin from there
> 
> should fix the problem

-- 
Anatoly Pugachev
email [EMAIL PROTECTED]
phone +7495 2587800, ext. 56821
Golden Telecom, Moscow, Russia



Re: DCC

2008-03-12 Thread Anatoly Pugachev

you should also local DCC plugin before this directives, try to place

loadplugin Mail::SpamAssassin::Plugin::DCC

before any dcc commands in local.cf file


On Wed, Mar 12, 2008 at 11:40:19AM +0530, Tarak Ranjan wrote:
> Hi All,
> I have installed dcc-1.3.85 , and my local.cf file is 
> use_dcc 1
> dcc_home /var/dcc
> dcc_path /usr/local/bin/dccproc
> 
> but when i restart my SA it giving me this error 
> [EMAIL PROTECTED] ~]# /etc/init.d/spamassassin start
> Starting spamd: [5345] info: config: failed to parse line, skipping, in
> "/etc/mail/spamassassin/local.cf": use_dcc 1
> [5345] info: config: failed to parse line, skipping, in
> "/etc/mail/spamassassin/local.cf": dcc_home /var/dcc
> [5345] info: config: failed to parse line, skipping, in
> "/etc/mail/spamassassin/local.cf": dcc_path /usr/local/bin/dccproc
>    [  OK  ]
> 
> 
> can anyone tell me what's going wrong with this

-- 
Anatoly Pugachev



dcc SA problem

2008-03-10 Thread Anatoly Pugachev

Hello!

Installed SA 3.2.4 on solaris 10 x86 box.

compiled dcc 1.3.83 with --homedir=/var/dcc --bindir=/var/dcc
and installed into /var/dcc

/etc/mail/spamassassin/local.cf have following directives:

loadplugin Mail::SpamAssassin::Plugin::DCC
use_dcc 1
dcc_home /var/dcc
dcc_path /var/dcc/bin/dccproc

but running spamassassin in test mode:

[EMAIL PROTECTED] /]# /usr/perl5/bin/spamassassin -D  -t 2>&1 < 
/sample-spam.txt | egrep -i "error|local.cf|dcc"
[8843] dbg: util: PATH included '/var/dcc/bin', keeping
[8843] dbg: util: final PATH set to: 
/var/dcc/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/sfw/bin:/usr/perl5/bin:/usr/perl5/5.8.4/bin
[8843] dbg: config: read file /usr/perl5/5.8.4/etc/mail/spamassassin/local.cf
[8843] dbg: config: fixed relative path: 
/usr/perl5/5.8.4/var/spamassassin/3.002004/updates_spamassassin_org/25_dcc.cf
[8843] dbg: config: using 
"/usr/perl5/5.8.4/var/spamassassin/3.002004/updates_spamassassin_org/25_dcc.cf" 
for included file
[8843] dbg: config: read file 
/usr/perl5/5.8.4/var/spamassassin/3.002004/updates_spamassassin_org/25_dcc.cf
[8843] dbg: config: using "/etc/mail/spamassassin/local.cf" for included file
[8843] dbg: config: read file /etc/mail/spamassassin/local.cf
[8843] dbg: plugin: loading Mail::SpamAssassin::Plugin::DCC from @INC
[8843] dbg: dcc: network tests on, registering DCC
[8843] dbg: util: current PATH is: 
/var/dcc/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/sfw/bin:/usr/perl5/bin:/usr/perl5/5.8.4/bin
[8843] dbg: rules: meta test DIGEST_MULTIPLE has undefined dependency 
'DCC_CHECK'


and no tests done for dcc. can someone suggest what can be wrong?