Michael Valenty ha scritto:
> I wrote a MyCompanyDelivery mailet which basically does:
> 
> String username =
> mail.getAttribute(SMTP_AUTH_USER_ATTRIBUTE_NAME).toString();
> MyMailRepository repository =
> (MyMailRepository)server.getUserInbox(username);
> repository.send(mail);        

repository.send ? do you mean .store ?

> mail.setState(Mail.GHOST);

Why do you GHOST the mail after storing a copy in the sent items?
Shouldn't you leave it going through the chain and reach the
RemoteDelivery ? (or the LocalDelivery if it was directed locally)

Stefano


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

Reply via email to