> > What does in-protocol scanning have to do with the breakdown between 
> > mailets and matchers?
> 
>  <mailet match="IsInfected" class=SMTPResponse>
>    <responseCode> ... </responseCode>
>    <responseText> ... </responseText>
>  </mailet>
> 
> Versus ...

 <mailet match="All" class=SecurityCheck>
   <...> ... </...>
   <...> ... </...>
 </mailet>
 <mailet match="CompareNumericMailAttributeValue=SecurityThreat >= 4" 
class="ToProcessor">
   <processor> virus </processor>
 </mailet>
 <mailet match="CompareNumericMailAttributeValue=SecurityThreat == 3" 
class="ToProcessor">
   <processor> dangerous-extensions </processor>
 </mailet>
...

:-)

Vincenzo


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to