Hariri accepts tribunal's verdict on murder of ex-PM father

A man rides a motorbike past a billboard bearing a picture of slain Lebanese Prime Minister Rafik Hariri, on a street in his southern hometown city of Sidon (Saida), on Tuesday (AFP photo)

LEIDSCHENDAM, Netherlands — Lebanon's Saad Hariri said Tuesday he accepted a special tribunal's verdict over the 2005 murder of his father, former prime minister Rafik Hariri.

"The court has ruled, and in the name of the family of the late prime minister Rafik Hariri and on behalf of the families of the martyrs and victims, we accept the court's ruling," he said outside the court.

"Today, we have all discovered the truth," added Hariri, who attended the heavily secured court for the judgement.

The UN-backed Special Tribunal for Lebanon on Tuesday found Salim Ayyash, a member of the Shiite movement Hizbollah, guilty over Hariri's murder, but cleared three other suspects after a years-long trial.

Ayyash, 56, was convicted in absentia by the Netherlands-based court over a huge suicide bombing in Beirut that killed the Sunni billionaire politician and 21 other people.

Judges said there was not enough evidence to convict Assad Sabra, 43, Hussein Oneissi, 46, and Hassan Habib Merhi, 54, over the blast, which changed the face of the Middle East.

The judges also said there was no evidence to directly link Syria — the former military overlord in Lebanon — or Hizbollah's leadership to the attack.

Hariri on Tuesday said the verdict demonstrated the court’s objectivity and “high credibility”, as only one of four suspects was found guilty, when court critics, including Hizbollah, had expected a wholesale guilty sentence from what they have called a “politicised” court.

Even though the court did not link Hizbollah’s leadership to the attack, Hariri said he still believed the Iran-backed movement was responsible.

“Today, the party that should make sacrifices is Hizbollah,” he said.

“It is clear that the network responsible is from its ranks,” he added, saying that the perpetrators thought they could dodge justice and punishment because of Hizbollah’s protection.

“We will not rest until the punishment is carried out,” Hariri said.

“The Lebanese, as of today, will not accept for their country to be a haven for murderers.”

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