--- Hellanzb/NZBLeecher/Protocol.py.orig 2008-05-14 00:55:55.000000000 +0200 +++ Hellanzb/NZBLeecher/Protocol.py 2008-05-14 00:57:57.000000000 +0200 @@ -512,6 +512,8 @@ # Change group for group in self.currentSegment.nzbFile.groups: + group = group.strip() + # NOTE: we could get away with activating only one of the groups instead # of all if group not in self.activeGroups and group not in self.failedGroups: