REJECT.SYS
(..etc/ax25/fbb/reject.sys).
This file is located in the ../etc/ax25/fbb directory.
This file enables the BBS Sysop to Reject or Hold incoming messages according to their type or sizes.
Messages are rejected with N-BID During forwarding.
Held messages may be reviewed by the Sysop with the RE command.
The first letter of each valid line specifies the action :
R = Reject : The message will not be received.
H = Hold : The message will be accepted but held until the sysop review.
L = Local Hold : Only messages created on this BBS will be held.
# File for rejecting or Holding incoming messages.
#
# Type, from, @BBS, to, BID, maximum size:
#
# * and ? can be used as wildcards
#
R B TOTO ALL TATA * 0
R B * * VENTE * 0
R B * VENTE * * 0
H * P1RAT * * * 0
L B * * * * 0
