Macron urges Saudi king to lift Yemen blockade

The wreckage of a vehicle is photographed at the site of air strikes in Sanaa, Yemen, on Tuesday (Reuters photo)

Air strikes, blockade on air and sea ports reducing amount of food reaching Yemen — aid agencies


PARIS — French President Emmanuel Macron has urged Saudi Arabia's King Salman to "lift entirely the blockade" against Yemen so that humanitarian aid can be delivered to the food-deprived state.

The comments came in a phone call between the two leaders on December 24, the French presidency said on Wednesday.

A Saudi-led military coalition has since 2015 been intervening in Yemen to support its internationally recognised government against Houthi rebels backed by Iran.

Air strikes and a far-reaching blockade on Yemen's air and sea ports have massively reduced the amount of food reaching the country, heavily critical international aid organisations say.

In early November, the coalition tightened that blockade in response to a missile fired by the Shiite Houthis that was intercepted near Riyadh airport.

Mark Lowcock, the UN undersecretary general for humanitarian affairs, said that month unless the coalition ends a blockade of the country, Yemen will face "the largest famine the world has seen for many decades, with millions of victims".

The blockade was partially lifted three weeks later under massive international pressure, namely over the closure of Hodeida Port — key to humanitarian and commercial deliveries.

For France, there is "no military solution to the conflict in Yemen" and it is "essential that both sides return to the negotiating table", Macron told Salman, the presidency added.

.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'); }); }); });