@extends('layouts.admin') @section('content')
Back to List
@csrf @if($error)

{{ $error }}

@endif

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.

Cancel
{{-- Scripts moved to resources/js/csp-safe.js --}} @endsection