Deleting Dead Mails

Is there a way to make the dead mails gets deleted automaticly from the Domino mail Inbox, rather than deleting them manually ?

Subject: Deleting Dead Mails

Hi,

I didn’t try it, but maybe you can use the replication parameter “delete documents not read after :” (don’t remember the exact words)

Hope this helps

Tell me if it works

Christian

Subject: RE: Deleting Dead Mails

Here is the agent I use:

FIELD RoutingState:=@If(RoutingState=“DEAD”;@DeleteDocument;RoutingState);

SELECT @All

Open your database in designer create an agent using the formula language, set it to run by a schedule ( 15 min - 1 hour for frequent dead mail ). Works great.