Hi guys, I have a situation which requires your help, I have this DB repository:
<processor name="spam"> <mailet match="All" class="ToRepository"> <repositoryPath>db://maildb/messages/spam/</repositoryPath> </mailet> </processor> All spam goes here, what if a user will decide to release a message from this repository(let's say release), how this can be achieved. Maybe there is a mailet which can resend a message from repository?
