2 # the list of regexes for messages that we won't store having
3 # received them (bear in mind that we must receive them fully before
7 # The format of each line is as follows
10 # P/B/F T/F/O/S/I regex
12 # type: P - private, B - bulletin (msg), F - file (ak1a bull)
13 # source: T - to field, F - from field, O - origin, S - subject, I - interface call
14 # pattern: a perl regex on the field requested
16 # Currently only type B and P msgs are affected by this code.
18 # The list is read from the top down, the first pattern that matches
19 # causes the action to be taken.
21 # The pattern can be undef or 0 in which case it will always be selected
22 # for the action specified