#
#
#
#  REJECT file.
#
#
# <Action> <Type> <To> <At> <From> <Id> [<max_size>]
#
# <Action> =:
#             R (or -) Reject
#             A (or +) Accept
#             H        Held (superficial/pointless, as there is no direct
#                            communication with the actual Filter program
#                            which will be doing the holding!)
#			(In the future 'Held' maybe useful for a special
#			review facility, also filter programs could also
#			make use of this config anyway)
#
# <Type>   =:
#             P   Apply only to personal msgs
#             B   Apply only to bulletins
#             F   Apply only to FILEs (FB under FBB props)
#             A   Apply only to ACK msgs
#             *   Means any type.
#
# Types can not be concatenated together like 'PB', use two entrys instead.
#
# <To>, <At>, <From>, <Id> = The entry will only be used if a valid match is
#                            found in all fields.  (* will match anything).
#                            You can use wildcards in all fields like:
#                              "*_NASA", "M0*" or "TE?T*" etc... it's main
#                              use would be for the <ID> field.
#
# <max_size> = The entry will only be used if the size is greater than this
#              entry.  Size info is not available with MBL forwarding, but
#              bbs-inject will recalc it and re-perform the test.  This
#              field with also optional.
#
#
#  The first match found goes.  The default if no match is found is to
#    accept it.  Put rejections at the top, then any held (FBB type 1)
#    superficial warnings/info after, for default accept usage.
#    Put Holds first, then Accepts and a line (last):
#
#R B	*	*	*	*
#
#   for default reject usage (of bulletins).
#
#
#   Global section
#             
R B	ALL	*	*	*	0
H B	TEST	*	*	*
#
#  The following would Reject big bulletins.
#R B	*	*	*	*	20480
#
#
#   If a system specific section is available for the peer system it arrived
#   via, then this will be scaned through first.  If NOTHING is found to
#   match the global section will be scanned after.
#
#
[GB7MIP]
#   Accept everything from IUB regardless of group.  All that bull$hit. ]:->
A B	*	*	G7IUB	*
#
#
#
#   The following example would reject a specific list for this BBS, but
#   allow everything else through (i.e. regardless of the global section
#   so this effectively ignores the global section for this BBS).
#[GB9BBS]
#R B	*	*	NOCALL	*
#A *	*	*	*	*
#
#
#
#
#  IMPORTANT MARKER FOLLOWS.  LEAVE ALONE.
#
! THE END
