Unix Technical Forum

Sylpheed-claws and spamasassin

This is a discussion on Sylpheed-claws and spamasassin within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> I just installed Gentoo after many years of being Mandrake user. For my mail I decided ti give Sylpheed ...


Go Back   Unix Technical Forum > Unix Operating Systems > Gentoo Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-21-2008, 11:53 AM
szpakuu
 
Posts: n/a
Default Sylpheed-claws and spamasassin

I just installed Gentoo after many years of being Mandrake user.
For my mail I decided ti give Sylpheed -Claws a try.
I have spamasassin installed and Evolution seems to use it instantly
(just after starting it is set) but how to use it in sylpheed-claws ?
I tried to google but with no effect.
I would be gratefull for suggestions.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-21-2008, 11:53 AM
=?iso-8859-1?q?Martin_Sch=F6=F6n?=
 
Posts: n/a
Default Re: Sylpheed-claws and spamasassin

szpakuu <szpakuu@poczta.onet.pl> writes:

> I just installed Gentoo after many years of being Mandrake user.
> For my mail I decided ti give Sylpheed -Claws a try.
> I have spamasassin installed and Evolution seems to use it instantly
> (just after starting it is set) but how to use it in sylpheed-claws ?
> I tried to google but with no effect.
> I would be gratefull for suggestions.


Configuration > Plugins

Hopefully you will fins Spamassassin as one of the available
plug-ins. If this is indeed the case you should be able to
configure it (go to Configuration > Preferences)

I hope this sets you off in the right direction.

--
Martin Schöön "Problems worthy of attack
show their worth by hitting back."
Piet Hein
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-21-2008, 11:53 AM
szpakuu
 
Posts: n/a
Default Re: Sylpheed-claws and spamasassin

Dnia 15 Nov 2006 18:51:57 +0100
martin.schoon@gmail.com (Martin Schöön) napisa³(a):

> szpakuu <szpakuu@poczta.onet.pl> writes:
>
> > I just installed Gentoo after many years of being Mandrake user.
> > For my mail I decided ti give Sylpheed -Claws a try.
> > I have spamasassin installed and Evolution seems to use it instantly
> > (just after starting it is set) but how to use it in
> > sylpheed-claws ? I tried to google but with no effect.
> > I would be gratefull for suggestions.

>
> Configuration > Plugins
>
> Hopefully you will fins Spamassassin as one of the available
> plug-ins. If this is indeed the case you should be able to
> configure it (go to Configuration > Preferences)
>
> I hope this sets you off in the right direction.
>


unfortunately there is no such plugin.
I tried to configure adding spamasassin as filter - but it seems not to
work correctly and I'm not that experienced to know what is wrong with
this output:
--- Finished: sa-learn --spam /home/user/Mail/Spam/1
Can't locate HTML/Parser.pm in @INC (@INC
contains: /usr/lib/perl5/vendor_perl/5.8.8/i686-linux /usr/lib/perl5/vendor_perl/5.8.8 /etc/perl /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl/5..8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl ..)
at /usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/HTML.pm line 26.
BEGIN failed--compilation aborted
at /usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/HTML.pm line 26.
Compilation failed in require
at /usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Message/Node.pm
line 42.
BEGIN failed--compilation aborted
at /usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Message/Node.pm
line 42.
Compilation failed in require
at /usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Message.pm line
49.
BEGIN failed--compilation aborted
at /usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Message.pm line
49.
Compilation failed in require
at /usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin.pm line 72.
BEGIN failed--compilation aborted
at /usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin.pm line 72.
Compilation failed in require at /usr/bin/sa-learn line 77.
BEGIN failed--compilation aborted at /usr/bin/sa-learn line 77.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-21-2008, 11:53 AM
Arthur Hagen
 
Posts: n/a
Default Re: Sylpheed-claws and spamasassin

szpakuu <szpakuu@poczta.onet.pl> wrote:
>
> I tried to configure adding spamasassin as filter - but it seems not
> to
> work correctly and I'm not that experienced to know what is wrong with
> this output:
> --- Finished: sa-learn --spam /home/user/Mail/Spam/1
> Can't locate HTML/Parser.pm in @INC (@INC


That's your problem right there.

emerge dev-perl/HTML-Parser

However, when emerging spamassassin, it should have polled it in for you.
Did you by any chance update perl after installing spamassassin? If so, I
recommend running (as root):

perl-cleaner all

That will rebuild all modules and applications that depend on the perl
shared library, to ensure that everything works after installing a new perl
version.

Regards,
--
*Art

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-21-2008, 11:53 AM
szpakuu
 
Posts: n/a
Default Re: Sylpheed-claws and spamasassin

Dnia Wed, 15 Nov 2006 22:43:34 -0500
"Arthur Hagen" <art@broomstick.com> napisa³(a):

> szpakuu <szpakuu@poczta.onet.pl> wrote:
> >
> > I tried to configure adding spamasassin as filter - but it seems not
> > to
> > work correctly and I'm not that experienced to know what is wrong
> > with this output:
> > --- Finished: sa-learn --spam /home/user/Mail/Spam/1
> > Can't locate HTML/Parser.pm in @INC (@INC

>
> That's your problem right there.
>
> emerge dev-perl/HTML-Parser
>
> However, when emerging spamassassin, it should have polled it in for
> you. Did you by any chance update perl after installing
> spamassassin? If so, I recommend running (as root):
>
> perl-cleaner all
>
> That will rebuild all modules and applications that depend on the
> perl shared library, to ensure that everything works after installing
> a new perl version.
>


Thank you for trying to help.
Emerging dev-perl/HTML-Parser worked.
I installed Gentoo running networkless installation from DVD then
emerge world.
Many packets were updated.
Seems dev-perl/HTML-Parser was not.
Now everything is working.
Thank you.



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:32 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com