Skip to content

Something is still creating Email records with an address that looks like "unknown-email-" #2696

Description

@ietf-svn-bot

resolution_fixed type_defect | by rjsparks@nostrum.com


In 95a503ca3039d20f2635ebd514c04bc22f6d49e3: Email.objects.filter(address__icontains="unknown").count()
Out95a503ca3039d20f2635ebd514c04bc22f6d49e3: 97

In 664a6eafac6b75ab0dabef7dd828e469d01e51a2: Counter(Email.objects.filter(address__icontains="unknown").values_list('active',flat=True))
Out664a6eafac6b75ab0dabef7dd828e469d01e51a2: Counter({False: 96, True: 1})

In 1cb5350b07760fd8dbfabc63975836d6eb598dac: Email.objects.filter(address__icontains="unknown",active=True)
Out1cb5350b07760fd8dbfabc63975836d6eb598dac: <QuerySet [<Email: unknown-email-Akihiro-Kato>]>

Issue migrated from trac:2696 at 2022-03-04 07:08:42 +0000

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions