{$title}

{if isset($error) && $error != ''}
{$error}
{/if}
{{Form::open(['url'=> "admin/binaryblacklist-edit?action=submit"])}}
Group:
The full name of a valid newsgroup. (Wildcard in the format 'alt.binaries.*')
Regex:
The regex to be applied. (Note: Beginning and Ending / are already included)
Description:
A description for this regex
{html_radios id="msgcol" name='msgcol' values=$msgcol_ids output=$msgcol_names selected=$regex.msgcol separator='
'}
Which field in the message to apply the black/white list to.
{html_radios id="status" name='status' values=$status_ids output=$status_names selected=$regex.status separator='
'}
Only active regexes are applied during the release process.
{html_radios id="optype" name='optype' values=$optype_ids output=$optype_names selected=$regex.optype separator='
'}
Black will exclude all messages for a group which match this regex. White will include only those which match.
{{Form::close()}}