Mailinglist Archive: opensuse (3785 mails)
| < Previous | Next > |
Re: [SLE] Spamassassin - the quick and dirty how-to?
- From: "Steven T. Hatton" <hattons@xxxxxxxxxxxxx>
- Date: Thu, 9 Oct 2003 14:13:44 -0400
- Message-id: <200310091413.44515.hattons@xxxxxxxxxxxxx>
On Thursday 09 October 2003 12:40 pm, Ivan Sergio Borgonovo wrote:
> On Thu, 9 Oct 2003 13:03:52 -0400
>
> "Steven T. Hatton" <hattons@xxxxxxxxxxxxx> wrote:
[snip]
> Before you make a mess of Razor and Co.
>
> formail -s < mailbox | spamassassin -r
>
> I hope it is right but at least I think you got the idea.
$ for f in /home/hattons/spamtest/Mail/trash/cur/*;\
do echo $f; formail -s < $f | spamc -r; done
I ran this on a copy of my trash. (I had time to make a pot of coffee and
start drinking my first cup while it ran.) If I understand, this was just to
show me how to get the mailbox content into proper format for SA to digest?
Perhaps I simply need to set up some scripts of my own to process my mail
rather than mess too much with KMail's filters. Someone should write an SA
plugin for KMail. For my purposes it makes far more sense to configure the
client rather than the server to handel the spam filtering.
STH
> On Thu, 9 Oct 2003 13:03:52 -0400
>
> "Steven T. Hatton" <hattons@xxxxxxxxxxxxx> wrote:
[snip]
> Before you make a mess of Razor and Co.
>
> formail -s < mailbox | spamassassin -r
>
> I hope it is right but at least I think you got the idea.
$ for f in /home/hattons/spamtest/Mail/trash/cur/*;\
do echo $f; formail -s < $f | spamc -r; done
I ran this on a copy of my trash. (I had time to make a pot of coffee and
start drinking my first cup while it ran.) If I understand, this was just to
show me how to get the mailbox content into proper format for SA to digest?
Perhaps I simply need to set up some scripts of my own to process my mail
rather than mess too much with KMail's filters. Someone should write an SA
plugin for KMail. For my purposes it makes far more sense to configure the
client rather than the server to handel the spam filtering.
STH
| < Previous | Next > |