Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!ucbarpa.Berkeley.EDU!leres From: leres@ucbarpa.Berkeley.EDU (Craig Leres) Newsgroups: comp.os.vms Subject: Re: Trapping broadcast messages. Message-ID: <23820@ucbvax.BERKELEY.EDU> Date: 30 Apr 88 01:09:02 GMT References: <880424153816.20a00215@NMFECC.ARPA> Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: leres@ucbarpa.Berkeley.EDU (Craig Leres) Lines: 16 Charles Karney (KARNEY%PPC.MFENET@NMFECC.ARPA) writes: > (1) Is there a way of doing this without involving SMG? (I'm not using SMG > otherwise.) > > (2) How you I determine the class of the broadcast message (OPER, SHUTDOWN, > MAIL, GENERAL, etc.)? I want to pass this information along too. Check out the "Terminal/Mailbox Interaction" section of part I of the I/O User's Reference manual. When you associate a mailbox with a terminal, the message type is included in the mailbox message. This interface is pretty sexy; by changing the NOBRDCST and BRDCSTMBX terminal characteristics, you can control if the broadcast goes to the terminal and/or the broadcast mailbox. Craig