Safadi condemns Mali massacre, hails Daesh defeat

Members of the Malian army patrol in Anderamboukane, in the Menaka region, on Friday. Foreign Minister Ayman Safadi issued a Tweet on Sunday condemning the terrorist attack on a Fulani village in central Mali (AFP photo)

AMMAN — Foreign Minister Ayman Safadi on Sunday condemned the terrorist attack that struck Mali and left dozens of people dead.

In a Tweet on Sunday, Safadi said: “Our thoughts and prayers are with the victims & their families and we offer our deepest condolences to our brethren. We stand united against terrorism & its ideology of hate.”

More than 130 people were killed in an attack on a Fulani village in central Mali on Saturday, the United Nations said, as a delegation visited the country.

Survivors accused traditional Dogon hunters of carrying out the deadly raid in Ogossagou, according to Boubacar Kane, the governor of Bankass district which the village is a part of. A security source told AFP that the victims were shot or hacked to death with machetes.

Meanwhile, Safadi said that the defeat of Daesh does not mean a complete end of terrorism, saying that terrorism is also an ideological threat that requires intensified international efforts to be fully eradicated.

In a ministry statement, Safadi was quoted as saying that Jordan will always be at the front of international efforts to fighting tourism.

Fighters of the US-backed Syrian Democratic Forces announced on Saturday the demise of the extremist group’s self-declared “caliphate” from its very last bastion in eastern Syria, following a six-month operation.

Daesh declared a “caliphate” in June 2014 after seizing a vast swathe of territory straddling Iraq and Syria.

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