try:
            envfrom = ENVFROM_RE.match(header).groups()[0]
            envfrom = envfrom.strip("><[]")
        except (AttributeError, IndexError):