Re: How to return user specific message if server (General questions)

by wodDamir, (4621 days ago) @ Aleksey Diachok

Hi Aleksey,

You can try using SilentDeny instead. Once you set Action to SilentDeny, make sure that you send your custom message (along with error code) and end of line character. I.e:

[code]
Action = SilentDeny
User.Send( 451 I decided to refuse message from ... & vbCrLf )
[/code]

Can you try something like that?

regards,
Damba

locked

Complete thread: