|
From: Ladislav U. <lad...@we...> - 2006-02-20 18:56:17
|
Hello all,
I have found lines of code that delete unexpected messages from email
box when hermes is running.
--- hk.hku.cecid.phoenix.message.transport.Mail;
--- line 716
/* uncomment the following line if unexpected messages
should be deleted from the mail box */
messages[i].setFlag(Flags.Flag.DELETED, true);
Hermes tries to read over and over given message that is not in proper
format.
This cause problems in production environment. Lets suppose you have
specific mailbox for one party of the integration and somebody sends a
spam to given email box.
I think we should uncomment it by default
Is somebody against ?
--
Ladislav Urban
CEO
Webswell Inc.
1333 Howe Avenue, Suite 100
Sacramento, 95825 CA
email: lad...@we...
phone: +1 (916) 290-2040
fax: +1 (916) 921-2850
http://www.webswell.com
|