-
how to create a delete rule in lotus domino
hi,
I wanna know how to create a delete rule in the lotus domino ????????
the delete rule should be like once the mail reaches the mailbox it
should get deleted in few minutes !!!!! is there is any way to create
a rule like that.
-
Re: how to create a delete rule in lotus domino
On Jun 28, 11:12 am, Prabu wrote:
> hi,
>
> I wanna know how to create a delete rule in the lotus domino ????????
> the delete rule should be like once the mail reaches the mailbox it
> should get deleted in few minutes !!!!! is there is any way to create
> a rule like that.
u can create an agent ...on event ...when documents are created or
modified...u can set the timings..when u want to remove.....use the
formulas to delete the document
-
Re: how to create a delete rule in lotus domino
Starting with Notes 6, you can write a "Before new mail arrives" agent
to delete the document using the @DeleteDocument function. The nice
thing about agents triggered this way is that Agent Manager is not
involved - it is handled by the Router.
Another way to accomplish this is with Rules (for mail files). Just
create a new rule with the selection criteria set to All messages, and
the Action set to "Don't accept message". This will also be handled by
the Router.
Tim Mohrlant
B A L A wrote:
> On Jun 28, 11:12 am, Prabu wrote:
>> hi,
>>
>> I wanna know how to create a delete rule in the lotus domino ????????
>> the delete rule should be like once the mail reaches the mailbox it
>> should get deleted in few minutes !!!!! is there is any way to create
>> a rule like that.
>
> u can create an agent ...on event ...when documents are created or
> modified...u can set the timings..when u want to remove.....use the
> formulas to delete the document
>