feature request: use external perl module via config
    Jeremy Kister 
    argus-01 at jeremykister.com
       
    Fri Jul 29 15:38:39 EDT 2005
    
    
  
It'd be nice to be able to something like:
Service Module {
	use Mail::VRFY;
	Mail::VRFY::CheckAddress('email at example.com');
	eqvalue: 0
}
argus could internally
alarm unless(Mail::VRFY::CheckAddress('email at example.com') eq 0);
i'd suggest that argusd load the module in it's own memory; not fork of
a process each time.
-- 
Jeremy Kister
http://jeremy.kister.net/
Got DARP?  http://argus.tcp4me.com./darp.html
    
    
More information about the Arguslist
mailing list