2 # this is an example message forwarding file for the system
4 # The format of each line is as follows
6 # type to/from/at pattern action destinations
7 # P/B/F T/F/A regex I/F [ call [, call ...] ]
9 # type: P - private, B - bulletin (msg), F - file (ak1a bull)
10 # to/from/at: T - to field, F - from field, A - home bbs, O - origin
11 # pattern: a perl regex on the field requested
12 # action: I - ignore, F - forward
13 # destinations: a reference to an array containing node callsigns
15 # if it is non-private and isn't in here then it won't get forwarded
17 # Currently only type B msgs are affected by this code.
19 # The list is read from the top down, the first pattern that matches
20 # causes the action to be taken.
22 # The pattern can be undef or 0 in which case it will always be selected
23 # for the action specified
25 # If the BBS list is undef or 0 and the action is 'F' (and it matches the
26 # pattern) then it will always be forwarded to every node that doesn't have
27 # it (I strongly recommend you don't use this unless you REALLY mean it, if
28 # you allow a new link with this on EVERY bull will be forwarded immediately
29 # on first connection)
35 'B', 'O', 'K1XX', 'I', 0,
36 'B', 'T', 'LOCAL', 'F', [ qw(GB7TLH GB7DJK-1) ],
37 'B', 'T', 'ALL', 'F', [ qw(GB7TLH GB7DJK-1 GB7BAA) ],
38 'B', 'T', 'UK', 'F', [ qw(GB7TLH GB7DJK-1 GB7BAA) ],