On Thu, Nov 02, 2006 at 03:32:27PM -0800, Jo Rhett wrote: > MrC wrote: > > The && is a short-circuting AND; it will only perform the next command *iff* > > the previous command succeeds. Since 1 is a failure, the amavisd reload > > does not occur. > > yeah, but it doesn't do anything intelligent in the case that the update > fails either, which is why you shouldn't do it that way.
Why would you want to do something everytime the update doesn't succeed? Either it succeeds or it doesn't, sa-update errors aren't fatal in nature. Cheers, Henrik ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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/
