<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=938210818-24022004><FONT face=Arial size=2>Hi
all,</FONT></SPAN></DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial size=2>I'm just migrating
over to sa-exim from calling spamc from the system filter in exim3 and it works
great!</FONT></SPAN></DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial size=2>One thing I was
doing before though that I can't seem to figure out how to do now is to save
mail that was scored as ham, but scored over some threshold. This is really
useful for learning false negatives since it saves the main in the pristine form
in which it was received unlike what we get back once it has been deivered to
our Exchange server.</FONT></SPAN></DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial size=2>I was doing this
with:</FONT></SPAN></DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial size=2>if
("$h_X-Spam-Status:" contains "No, ") and<BR> ("$h_X-Spam-Level:"
contains "***") <BR>then<BR> unseen save
/var/archives/spam/probable/$message_id<BR>endif<BR></FONT></SPAN></DIV>
<DIV><SPAN class=938210818-24022004></SPAN><SPAN class=938210818-24022004><FONT
face=Arial size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial size=2>I tried
</FONT></SPAN></DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial size=2>SAnotspamSavCond:
${if and { {match {$h_X-Spam-Status:}{"No, "}} {match {$h_X-Spam-Level:}{"***"}}
} {1}{0}}</FONT></SPAN></DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial size=2>But that doesn't
seem to work. I tried escaping the *s, but that didn't help.</FONT></SPAN></DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial size=2>Is there any way to
do this with sa-exim without resorting to a system filter?</FONT></SPAN></DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial
size=2>Thanks!</FONT></SPAN></DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=938210818-24022004><FONT face=Arial
size=2>Balam</FONT></SPAN></DIV></BODY></HTML>