Ca vient de passer :

Begin forwarded message:

Date: Thu, 22 Aug 2002 00:14:39 +0200
From: Martin Kluge <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [Sylpheed-claws-users] Using  SpamAssassin without procmail


Hello,

Jérémy JUST <[EMAIL PROTECTED]> (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:[EMAIL PROTECTED]


-------------------------------------------------------
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
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sylpheed-claws-users

Répondre à