Hi there!

I have small question about matcher: is it possible to exclude some mails
from mailet matchers?
For example I would like to receive all mails but with subject
"VeryBadSubject". Is it correct to write something like this:
<mailet match="SubjectStartWith != VeryBadSubject" class="LogMessage">

or:
<mailet match !="SubjectStartWith=VeryBadSubject" class="LogMessage">

Thanks,
  Serhii

Reply via email to