Hi Norman,

I just got achance to test it, as you know I am on James 3 from trunk.

Have anyone actually tried this mailet with James 3.

It's not working for me, unfortunately.

  <mailet match="[email protected]" class="FromRepository">
  <repositoryPath>db://maildb/messages/spam</repositoryPath>
  <processor> transport </processor>
  <delete>true</delete>
  </mailet>

It says in the logs that mailet was initialised, but it's not resending
email.

What can be the problem?

2010/8/16 Norman Maurer <[email protected]>

> Hi Max,
>
> check the FromRepository Mailet...
>
> http://james.apache.org/server/2.3.2/provided_mailets.html
>
> Bye,
> Norman
>
> 2010/8/16 Max Levinson <[email protected]>:
> > 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?
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to