|
From: Patrick Y. <kc...@ce...> - 2006-03-03 06:19:29
|
Dear Ladislav, There may be chances that the mailbox is not dedicated to the usage by Hermes. In that case, it is not desirable to have Hermes to delete all the unexpected messages. How about to make it an option so that the users can choose in the configuration file? Please comment. Regards, Patrick Yee Center for E-Commerce Infrastructure Development Making E-Commerce Everyday Commerce Ladislav Urban wrote: >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 ? > > > > |