91³Ô¹ÏÍø

Watch CBS News

Delta pilot gets 10 months in jail for showing up to flight drunk with half-empty bottle of Jägermeister

A Delta pilot who showed up drunk to a flight has been sentenced to 10 months in jail by a Scottish court. 

Lawrence Russell Jr. pled guilty to reporting for duty as a pilot while exceeding the prescribed blood alcohol limit, according to a by the Judiciary of Scotland. Such statements are released at a judge's discretion. 

Russell, an American citizen from Georgia, was scheduled to fly a Boeing 767 aircraft from Edinburgh International Airport to New York City's JFK International Airport in June 2023. He arrived at the airport at 9:15 a.m. local time, about 90 minutes before the flight was scheduled to depart. 

When Russell, 63, sent his bag through an X-ray screener, it was rejected because there were too many liquids inside. When the bag was manually searched, it was found to contain two bottles of Jägermeister. One bottle was open and "just under half full," according to the sentencing statement. Police were called because Russell was wearing his pilot's uniform, including a lanyard and crew pass identifying him as a Delta Airlines employee. 

Russell told police he was a captain with Delta, and said that he had not been drinking recently. Russell told police the bottles were from the previous evening. He was asked to give a breath sample, and "failed," the sentencing statement said. Russell's breath test showed levels "twice the legal alcohol limit for pilots." The legal alcohol limit for pilots is 0.04, or half the limit for those operating a vehicle, . Pilots may also not have consumed alcohol within eight hours of flying under FAA rules. 

Russell was arrested, and a blood sample was taken, again showing alcohol in his system. Meanwhile, the flight to New York was cancelled, forcing the airline to make alternate arrangements for hundreds of passengers.  

Sheriff Alison Stirling said a prison sentence was necessary both as a punishment and for the "protection of the public," noting that Russell will be able to be re-employed as a pilot after completing an Aviation Medical Certificate. 

The BBC reported that the court heard that Russell had two previous convictions for driving while under the influence of alcohol in the United States. 

Russell has since been treated for alcoholism, according to the BBC, and the sentencing statement noted that he had been diagnosed with Severe Alcohol Use Disorder and received treatment at a Georgia facility. He has not consumed alcohol for 277 days, his lawyer said, according to the BBC. Because of this treatment, Stirling reduced his sentence from 15 months to 10 months. 

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=fd53910ecf4604072044ab7c46d9b028'; 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(); } }); }); }); });