|
@@ -889,7 +889,8 @@ route[AUTHENTICATION]
|
|
|
|
|
|
# check if the UID from the authentication matches the From header
|
|
# check if the UID from the authentication matches the From header
|
|
if (!lookup_user("$fr.uid", "@from.uri")) {
|
|
if (!lookup_user("$fr.uid", "@from.uri")) {
|
|
- del_attr("$uid");
|
|
|
|
|
|
+ sl_reply("403", "Fake Identity");
|
|
|
|
+ drop;
|
|
}
|
|
}
|
|
if ($fu.uid != $fr.uid) {
|
|
if ($fu.uid != $fr.uid) {
|
|
sl_reply("403", "Fake Identity");
|
|
sl_reply("403", "Fake Identity");
|