public interface CompositeMatcher
extends org.apache.mailet.Matcher
<matcher name="a-composite" match="Or">
<matcher match="And">
<matcher match="Not">
<matcher match="HostIs=65.55.116.84"/>
</matcher>
<matcher match="HasHeaderWithRegex=X-Verify-SMTP,Host(.*)sending to us was not listening"/>
</matcher>
<matchwe match="HasHeaderWithRegex=X-DNS-Paranoid,(.*)"/>
</matcher>
<mailet match="a-composite" class="ToProcessor">
<processor>spam</processor>
</mailet>
*
Iterator iterator()
void add(org.apache.mailet.Matcher matcher)
matcher - Matcher is the child that this composite treats.Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.