Forgive me for sounding completely noobish, but how do I evoke said mailet? I
currently have all my spam in a DB (via /maildb/deadletter/spam) and I want
to make sure this reprosses the mail.
I put the following in the root area. Please let me know if I need to code
it differently.
<mailet match="RecipientIs=recovery@mydomain.tld"
class="FromRepository">
<repositoryPath> db://maildb/deadletter/spam </repositoryPath>
<processor> root </processor>
<delete> true </delete>
</mailet>
Thanks.
Noel J. Bergman wrote:
>
> Use the FromRepository Mailet to respool. That's why I wrote it.
>
> --- Noel
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>
>
--
View this message in context: http://www.nabble.com/Re-sending-mails-spooled-to--var-mail-spam-tp16307715p16338681.html
Sent from the James - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org
|