Mail Quarantäne
Quarantäne {{ $counts['all'] }} Rspamd · {{ $messages->total() }} Einträge
{{-- Filter tabs --}}
{{-- Table --}} @if(count($messages) > 0)
@foreach($messages as $msg) @php $actionClass = match($msg['action']) { 'reject' => 'off', 'add header' => 'warn', 'greylist' => 'na', default => 'ok', }; $scoreRatio = $msg['required'] > 0 ? min(100, round($msg['score'] / $msg['required'] * 100)) : 0; @endphp @endforeach
Von An Betreff Score Aktion Zeitpunkt
{{ $msg['from'] }} {{ Str::limit($msg['rcpt'], 35) }} {{ Str::limit($msg['subject'], 50) }}
{{ $msg['score'] }}
@if($msg['action'] === 'reject') Reject @elseif($msg['action'] === 'add header') Tagged @elseif($msg['action'] === 'greylist') Greylist @elseif($msg['action'] === 'no action') Passiert @else {{ $msg['action'] }} @endif {{ $msg['time'] > 0 ? date('d.m H:i', $msg['time']) : '—' }}
{{ $messages->links() }} @elseif($counts['all'] === 0)

Keine Rspamd-History verfügbar

Prüfe ob Rspamd unter 127.0.0.1:11334 erreichbar ist.
@else

Keine Treffer für „{{ $search }}"

@endif