[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: spamassassin et evolution



Ca vient de passer :

Begin forwarded message:

Date: Thu, 22 Aug 2002 00:14:39 +0200
From: Martin Kluge <Martin.Kluge@onlinehome.de>
To: sylpheed-claws-users@lists.sourceforge.net
Subject: Re: [Sylpheed-claws-users] Using  SpamAssassin without procmail


Hello,

Jérémy JUST <just@inapg.inra.fr> (JJ), Wed, 21 Aug 2002 17:21:45 +0200:

I use it in the following way:

This script is called 'spamattack' ;-):

	#!/bin/bash<br>
         spamassassin -e -S -P < $1
         if [ `echo $?` -gt 0 ]
         then
         exit 0
         else
         exit 1
         fi 

As filter in claws I have:

execute "spamattack %F" move "#mh/.Mailmk/inbox/spam"

Perhaps it can help you finding your solution?

Regards,
Martin

-- 
Martin Kluge
mailto:Martin_Kluge@gmx.de


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Sylpheed-claws-users mailing list
Sylpheed-claws-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sylpheed-claws-users



Reply to: