allow someone to reject msgs from an interface call
[spider.git] / msg / badmsg.pl.issue
index 3b13e3bfc14c887eb7134129fa26a64539c26bd0..2e127c8c05f7ffebfbdf29dc5455a34bcd67a2fa 100644 (file)
@@ -7,10 +7,10 @@
 # The format of each line is as follows
 #
 #     type      source             pattern 
-#     P/B/F     T/F/O/S            regex  
+#     P/B/F     T/F/O/S/I          regex  
 #
 # type: P - private, B - bulletin (msg), F - file (ak1a bull)
-# source: T - to field, F - from field,  O - origin, S - subject 
+# source: T - to field, F - from field,  O - origin, S - subject, I - interface call 
 # pattern: a perl regex on the field requested
 #
 # Currently only type B and P msgs are affected by this code.