[EMAIL PROTECTED] ha scritto: > That has been my next step - but I failed. > That was my configuration: > > <processor name="root"> > [...] > <mailet match="All" class="FromRepository"> > <repositoryPath>file://var/mail/hdc/</repositoryPath> > <processor>transport</processor> > <delete>true</delete> > </mailet> > > But I do not see that anything is happening. Inserting log messages into > the FromRepository class revealed that the 'service' method is not called > (initializing is happening and the repository does point to an existing > directory as verified in the log).
Where did you added the mailet match="All" ? Are you sure that some mail is hitting this mailet at all? Please make use of a matcher (the IsRecipient is a good candidate) and place this mailet at the top of the root processor. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
