I'm looking at /usr/bin/mimedefang.pl on my Fedora 15 system, and seeing:

$Features{'Virus:CLAMD'}    = ('/bin/false' ne '/bin/false' ? '/bin/false' : 0);

for example, and thinking that this might have been better done as:

$Features{'Virus:CLAMD'}    = ( -f '/usr/sbin/clamd' );

for example?  This way, if I install mimedefang first, configure/customize it, 
then later on install clamav, then I don't need to come back and reinstall, 
modify, or otherwise reconfigure mimedefang to leverage it.

This would be especially hand when installing from binary packages such as RPM.

Anyone see a downside to doing this?

Thanks,

-Philip
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to