--- fetchmail-6.3.0/fetchmailconf.py.orig-conf 2005-12-01 02:33:18 +0300 +++ fetchmail-6.3.0/fetchmailconf.py 2005-12-15 11:19:04 +0300 @@ -50,7 +50,7 @@ if self.bouncemail: str = str + ("set bouncemail\n") else: - str = str + ("set nobouncemail\n") + str = str + ("set no bouncemail\n") if self.spambounce: str = str + ("set spambounce\n") else: