Prevent large attachments

Can I prevent a user to attach a large file to a message in Notes client?

Somebody can tell me about the “router” task parameters, but the limitation should be done at client stance, just before the mail is sent (the client is connected to the server using a low bandwith link, and I want to avoid the comings and goings of rejected messages with big files attached)

May be a pretty lotuscript can help me?

Regards,

Subject: Rules on the router

With the rules on the router. Server Configuration document - Router / SMTP - Restriction and Controls … - Rules and add ruleCondition: size (in bytes) is greater than

Action: do not accept message

The user click on send a message to get a warning “Document Has been rejected by mail rule: MAIL.BOX…” If the user uses the local replica, this message is seen only in the replicator or the status bar.

Subject: Rules

Thank you for your time, but I cant find the way to make rules on the router

When I go to Configuration settings, Router/SMTP, Restrictions and Controls… I just can see the following tabs:

Restrictions, SMTP In controls, SMTP out Controls, Delivery controls & Transfer controls

I’d appreciateif you could help me to find it

Regards,

Subject: rules

Go to configuration Tab in Admin client, Then go to the “Messaging” and expand it.Select Configuration option and right hand side you will see the server list, select the server cionfiguration doc, in which you want to set Rules.Here is the path of the finding and setting Rules-

Configuration Doc->Router/SMTP->Restriction and Controls->Here you can find the rule at the end of all tabs.

Good luck