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 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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. |
| |||
| 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 |
| |||
| 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. |
| |||
| 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 |
| ||||
| 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. |