Israel 'temporarily remaining' in five strategic Lebanon locations - FM

This picture taken from a position along Israel's northern border with Lebanon shows Lebanese residents inspecting the damage upon their return to the southern village of Mais al-Jabal, following the Israeli army's withdrawal on February 18, 2025

OCCUPIED JERUSALEM/ BEIRUT - Israel is "temporarily remaining in five strategic high points" in southern Lebanon, Foreign Minister Gideon Saar said Tuesday, the deadline for Israel to withdraw under a November 27 truce deal.
Holding the locations was "necessary for our security", Saar added. "Once Lebanon fully implements its side of the deal, there will be no need to hold these points," he told a press conference in Jerusalem.

The UN's Lebanon envoy and peacekeeping force on Tuesday warned Israel's delayed withdrawal from the country violated the UN resolution that ended the 2006 Hezbollah-Israel war and formed the basis for a recent truce.

"Today marks the end of the period set for the withdrawal of the Israel Defense Forces... and the parallel Lebanese Armed Forces deployment to positions in southern Lebanon," the joint statement said, adding: "Another delay in this process is not what we hoped would happen, not least because it continues a violation of United Nations Security Council Resolution 1701 (2006)."

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });