> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Scott > Woodford > Sent: Wednesday, June 08, 2005 3:55 PM > To: 'ClamAV users ML' > Subject: RE: [Clamav-users] ERROR: Clamuko: Can't register with Dazuko > > > Tim, not a problem. Been a long day for me too, so I know how ya feel. > > I'd love to just replace that code and use it, but that doesn't > seem to work > for me. All I want is a message box popping up, telling the user that a > virus was found. I've even tried "VirusEvent echo %v", which is a pretty > simple, but that's not working either. I hate being a newbie. >
You could use xmessage to show a message in a window on X. For example: VirusEvent xmessage Virus found: %v I have not used xmessage for a long time, so you should read the man page for more customization. -Samuel _______________________________________________ http://lurker.clamav.net/list/clamav-users.html
