ADVERTISEMENT

Cusi files libel, cyberlibel raps vs exec, editors, reporters of 7 media outfits

Published Dec 3, 2021 06:26 pm

Department of Energy (DOE) Secretary Alfonso Cusi has filed ​​libel​ and cyberlibel​ charges against officials and reporters of seven ​Philippine ​media outfits for their alleged ​"​libelous attacks​"​ published in articles about his supposed involvement in the controversy surrounding the Malampaya Project.

DOE Secretary Alfonso Cusi (Photo from DOE Facebook page)

In a statement Friday, Dec. 3, ​Cusi said he filed charges against 18 officials and reporters of Manila Bulletin, ABS-CBN News, BusinessWorld, Rappler, Philippine Star, GMA News, and Business Mirror. The complaint dated Nov. 29, 2021 was lobbied before the Taguig City Prosecutor's Office​.

The Energy chief said he filed the complaint "to protect the integrity of honorable people" and "to support and honor them" as well as "to defend his family's honor, and to send a strong message that there is a fair and humane way to settle misunderstandings and differences without resorting to malicious news reporting."

"I firmly believe that there are a good number of people who have agreed to faithfully serve our countrymen — they are honorable, well-meaning, and, at the expense of their personal lives and fortunes, remain dedicated public servants," he said.

"They do not deserve to be maligned, viciously accused of wrongdoing and favoritism, and attacked with unfair and baseless charges of corruption," he added.

In the case against Manila Bulletin, Cusi filed two counts of cyberlibel against respondents Herminio Coloma, publisher; Loreto Cabañes, editor-in-chief, and Jel Santos, reporter.

In his complaint, Cusi said he "was shocked and horrified" to find out that Manila Bulletin, Cabañes, and Santos supposedly accused him of graft.

This came after Manila Bulletin published an article dated October 19, 2021 entitled "Graft charges involving P21-B in gov't losses filed vs DOE Sec. Cusi, Udenna's Uy, others."

The article reported about the details of the graft complaint filed by a group of concerned citizens against Cusi, Udenna Corp.'s Dennis Uy, and executives of Chevron Philippines among others before the Office of the Ombudsman.

The complainants had alleged that Cusi and other respondents “conspired to give unwarranted benefits and advantage” to Uy’s Udenna Corporation and its subsidiary, UC Malampaya, in the sale of Chevron’s share and transfer of rights in the Malampaya Project, a deep-water gas-to-power project in Palawan.

Citing the definition and requisites of libel, Cusi said: "Under these standards, the article published online...is defamatory and injurious" to his reputation.

Cusi accused the respondents of claiming that he committed illegal acts in the sale of the Malampaya share. The story presented the position of the complainants who filed the graft charges.

The Manila Bulletin had released a separate story presenting Cusi's side after he issued a press statement in response to the filed graft charges.

Cusi, in his complaint, demanded at least P200 million from Manila Bulletin for the "damages" he suffered as a result of the article posted.

He also demanded the same amount from each of the other media outfits.

Other respondents in Cusi's complaints were Carlo Katigbak and Lynda Jumilla of ABS-CBN; Wilfredo Reyes and Bianca Angela Añago of BusinessWorld; Maria Ressa, Glenda Gloria, Chay Hofileña and Aika Rey of Rappler; Camille Diola, Rhodina Villanueva and Ian Nicolas Cigaral of PhilStar; Jaemark Tordecilla and Ted Cordero of GMA; and Samuel Medenilla, Lenie Lectura and Lourdes Fernandez of Business Mirror.

Related Tags

Alfonso Cusi Rappler ABSCBN businessworld cyberlibel Manila Bulletin business mirror philstar libel
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.