[exim] Problem with .forward

2010-03-23 Thread laurent ducos
Hello. I'm french user of exim4 and i apologize for my bad English. I configured exim4 with clamav and spamassassin on Debian. Clamav : deny malware = * message = This message was detected as possible malware ($malware_name). And Spamassassin : accept condition = ${if >={$m

Re: [exim] Problem with .forward

2010-03-23 Thread laurent ducos
therefore that I can write a rule saying that if the header exists X-Spam_score_int, then I apply the rules 2010/3/23 laurent ducos > Hello. > I'm french user of exim4 and i apologize for my bad English. > I configured exim4 with clamav and spamassassin on Debian. > Cla

Re: [exim] Problem with .forward

2010-03-23 Thread laurent ducos
I think this rule is good # Exim filter if error_message then finish endif if $h_X-Spam_score_int is exists then if $h_X-Spam_score_int is above 50 then save Maildir/.junkmail/ finish endif endif finish 2010/3/23 laurent ducos > I think that in case the value of $