Michael Finney wrote: > How do I capture/work on the mail coming in? What am I doing > wrong?
You are matching on the wrong attribute name. To quote from the documentation... "Use the HasMailAttribute matcher to match the attribute named org.apache.james.fetchmail.taskName to detect all mail injected by fetchmail. To detect mail injected by a specific fetch task, use one of the HasMailAttributeWithValue matchers to match on the attribute name and the attribute value. The attribute value is the name of the fetch task that injected the mail." -- Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]