Timur Irmatov wrote:
One more question..
What code and message should I use when I detect users not using their correct From?
My code looks like this, correct me if I'm wrong:
if (!check_from()) { sl_send_reply(XXX, "Some message"); }
I use sl_send_reply("403","username - auth-user mismatch");
klaus