@extends('layouts.admin') @section('title', $title ?? 'Binary Black/Whitelist Edit') @section('content')

{{ $title }}

Back to List
@if($error) @endif
@csrf
The full name of a valid newsgroup. (Wildcard in the format 'alt.binaries.*')
The regex to be applied. (Note: Beginning and Ending / are already included)
A description for this regex
@foreach($msgcol_ids as $i => $id)
msgcol ?? 1) == $id ? 'checked' : '' }}>
@endforeach
Which field in the message to apply the black/white list to.
@foreach($status_ids as $i => $id)
status ?? 1) == $id ? 'checked' : '' }}>
@endforeach
Only active regexes are applied during the release process.
@foreach($optype_ids as $i => $id)
optype ?? 1) == $id ? 'checked' : '' }}>
@endforeach
Black will exclude all messages for a group which match this regex. White will include only those which match.
@push('scripts') @endpush @endsection