Mailinglist Archive: opensuse (3442 mails)
| < Previous | Next > |
Re: [SLE] Spam..
- From: Togan Muftuoglu <toganm@xxxxxxxxxxxx>
- Date: Fri, 14 Dec 2001 16:44:36 +0200
- Message-id: <20011214164436.A5413@xxxxxxxxxxxx>
* Derek Fountain; <fountai@xxxxxxxxxxxxxxx> on 14 Dec, 2001 wrote:
> I was looking at spamassassin just yesterday. I found myself in Perl module
> dependency hell - it seemed to require just about every Perl module under the
> sun. Half a dozen visits to CPAN later it was still complaining so I scrapped
> the idea.
Here is what do in my shell
# perl -MCPAN -e shell
once it is setup (pretty easy) type
# get Mail::SpamAssasin
which will get all the modules needed and then you can build and isnatll
it. Alternatively as root yoy get issue
# install Mail::SpamAssassin
which will get, build and install the whole thing
--
Togan Muftuoglu
> I was looking at spamassassin just yesterday. I found myself in Perl module
> dependency hell - it seemed to require just about every Perl module under the
> sun. Half a dozen visits to CPAN later it was still complaining so I scrapped
> the idea.
Here is what do in my shell
# perl -MCPAN -e shell
once it is setup (pretty easy) type
# get Mail::SpamAssasin
which will get all the modules needed and then you can build and isnatll
it. Alternatively as root yoy get issue
# install Mail::SpamAssassin
which will get, build and install the whole thing
--
Togan Muftuoglu
| < Previous | Next > |