> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:amavis-user- > [EMAIL PROTECTED] On Behalf Of Sven Abels > Sent: Friday, March 10, 2006 5:09 AM > To: [email protected] > Subject: [AMaViS-user] Calling a simple shell script whenever a virus is > found? > > Hi, > > I'm currently using Amavis to use clamav for filtering emails that contain > viruses. This works great so far. > > However: Whenever a virus arrives, I need to call a shell script. This > shell > script just increases a counter in a database and therefore doesn't need > any > information (not the title or subject of the mail, etc.). It just needs to > be called. > > Does someone know a way that I can tell amavis to call this script when > finding a virus? > > Best greetings, > > Sven >
Clamav as a parameter you can use to call a script when a virus is found. Here is the parameter from the clamav.conf.default file Ed # Execute a command when virus is found. In the command string %v will # be replaced by a virus name. # Default: disabled #VirusEvent /usr/local/bin/send_sms 123456789 "VIRUS ALERT: %v" ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
