Hi,
don't know whether or not this question sounds ridiculous, but I just
want to have mails that make its way through my James setup processed
by some configured mailets and deleted / expunged / quietly discarded
afterwards without actually being stored anywhere - no repository, no
SQL database, nothing like this (given that anything of importance is
supposed to happen in the mailets).

Is such a setup possible? Or, other way 'round, what is a good way to
achieve an effect like this? By now I thought about setting up a
repository "storing" things in /dev/null and move all mails to there,
but in the end it seems to be quite an unfriendly way...
It's easier than you think. Just call the following in your mailet:
mail.setState(Mail.GHOST);
that's it! Also, there is a mailet called Null that does just that.

regards,
Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to