diff -r 0ac9ef587769 -r 6526072ec709 VirtualMailManager/Config.py --- a/VirtualMailManager/Config.py Sat Jan 02 15:45:12 2010 +0000 +++ b/VirtualMailManager/Config.py Fri Jan 22 04:22:59 2010 +0000 @@ -151,6 +151,7 @@ for s in self.__VMMsections: if not self.has_section(s): self.__missing[s] = [True] + errors = True elif not self.__chkOptions(s): errors = True return not errors