Validation to make sure netmails have an INTL kludge, needed to determine address details. Update Packet View to not trigger validation netmails

This commit is contained in:
2024-11-17 21:37:26 +11:00
parent e802fe5030
commit 59af68dca8
3 changed files with 11 additions and 6 deletions

View File

@@ -104,7 +104,7 @@ class HomeController extends Controller
$f = new File($file);
foreach ($f as $packet)
$pkt->push([$f->itemName()=>Packet::process($packet,$f->itemName(),$f->itemSize())]);
$pkt->push([$f->itemName()=>Packet::process($packet,$f->itemName(),$f->itemSize(),NULL,FALSE)]);
} catch (\Exception $e) {
return redirect()->back()->withErrors(sprintf('%s (%s:%d)',$e->getMessage(),$e->getFile(),$e->getLine()));