@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.