91³Ô¹ÏÍø

Watch CBS News

Michigan man sentenced to 30 years for using postal service to mail cocaine

A Michigan man will spend more than 30 years in prison for reportedly using the U.S. Postal Service to traffic cocaine from Texas to Michigan. 

Srecko Darnell Walker, 35, of Muskegon, was sentenced to 32 years in prison. Walker was convicted in a federal trial on charges of conspiracy to distribute and possess with intent to distribute five kilograms or more of cocaine, distribution of cocaine and possession with intent to distribute cocaine in November 2024. 

According to federal prosecutors, between 2021 and 2022, Walker worked with Steven Rasic, a Muskegon-based U.S. Postal Service mail carrier, to traffic cocaine into Michigan from Hugo Benavides, a Texas-based cocaine supplier. Walker is accused of coordinating the shipments and having them sent to vacant addresses on Rasic's mail route.  

Law enforcement officers seized five kilograms of cocaine from the mail that Walker and his co-conspirators allegedly intended to sell in West Michigan. 

In March 2022, investigators seized an additional two kilograms of cocaine. After the package was seized, prosecutors say Rasic attempted to recover the parcel and falsely claimed he was acting on behalf of the U.S. Postal Service. Prosecutors say Rasic texted Walker to notify him of the cocaine being seized. 

In October 2022, investigators reportedly saw Walker sell cocaine to a woman in Muskegon and found cocaine, a cutting agent and a digital scale in Walker's home. 

After a search of his home, prosecutors say Walker admitted to importing cocaine through the mail and tracking some of the mail that contained cocaine, including one piece of mail that had more than one kilogram of cocaine inside. 

"As the law enforcement arm of the U.S. Postal Service, the Postal Inspection Service prioritizes the safety and security of postal employees and customers above all else," said Detroit Division Acting Inspector in Charge Sean McStravick. "Let the severity of this sentence be a warning to those who abuse the nation's mail system to transport narcotics and other dangerous or illegal substances: We will find you, we will arrest you, and we will seek to prosecute you to the fullest extent of the law."

The United States Postal Inspection Service, the United States Postal Service Office of the Inspector General, the Drug Enforcement Administration and the Michigan State Police West Michigan Enforcement Team investigated the case. 

Rasic and Benavides pleaded guilty to a conspiracy charge before trial and were sentenced separately. 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });