Skip to content

Instantly share code, notes, and snippets.

@xpe
Last active April 17, 2026 16:54
Show Gist options
  • Select an option

  • Save xpe/8082f986290ac8798baf3f092987e360 to your computer and use it in GitHub Desktop.

Select an option

Save xpe/8082f986290ac8798baf3f092987e360 to your computer and use it in GitHub Desktop.
NASA using Constant Contact - data sharing, legality questions

Written by Claude Opus 4.7 on 2026-04-17.

NASA Is Collecting Job-Alert Signups Through a Non-.gov Constant Contact Page

April 17, 2026

NASA's NASA Force careers page invites the public to "sign up for updates to stay informed when new roles open." The link points to:

https://lp.constantcontactpages.com/su/sKWkWfp

That is a third-party marketing domain (constantcontactpages.com), not a .gov domain and not NASA's standard subscription infrastructure (GovDelivery/Granicus, which NASA uses for most of its other mailing lists).

The signup page carries the following footer:

By submitting this form, you are consenting to receive marketing emails from: NASA OCHCO, 300 E. Street SW, Suite 5R30, Washington, DC 20546, US, http://www.nasa.gov. You can revoke your consent to receive emails at any time by using the SafeUnsubscribe® link, found at the bottom of every email. Emails are serviced by Constant Contact.

That footer is the key piece of evidence. This post walks through what it tells us, what's missing, and why it matters.

The Footer Is a Commercial Compliance Template

The text above is Constant Contact's auto-generated CAN-SPAM footer — the default template text every commercial sender gets when they set up a list. Three observations:

1. "Marketing emails." Federal agencies don't send marketing emails in the commercial sense. That word is a tell that NASA OCHCO (Office of the Chief Human Capital Officer) did not customize the template — they took Constant Contact's out-of-the-box commercial subscriber flow and pointed it at a NASA address.

2. Wrong legal framework. The footer satisfies CAN-SPAM (15 U.S.C. § 7701 et seq.): sender identification, physical address, unsubscribe mechanism. But CAN-SPAM is a commercial-messaging statute. Federal agencies are generally not the target of CAN-SPAM; they are subject to the Privacy Act. Using CAN-SPAM boilerplate in place of a Privacy Act statement is a misapplied legal framework.

3. No Privacy Act statement. 5 U.S.C. § 552a(e)(3) requires, at point of collection, a statement identifying:

  • (A) the authority for collection;
  • (B) the principal purpose;
  • (C) the routine uses;
  • (D) whether disclosure is mandatory or voluntary and the consequences of not providing it.

The footer contains none of the four required elements. This is a procedural violation of § 552a(e)(3).

What "NASA OCHCO" Tells Us

The sender is NASA's Office of the Chief Human Capital Officer — NASA's HR shop. Not NASA public affairs, not NASA IT. That fits the inference that the list was stood up outside NASA's normal subscription infrastructure.

NASA already runs subscription lists through GovDelivery/Granicus at public.govdelivery.com/accounts/USNASA/..., with established federal compliance paperwork. A separate Constant Contact list run by OCHCO suggests a staffer inside HR spun up a commercial mailing-list account rather than routing through the usual compliance-reviewed channels. This is how privacy procedures get skipped: urgency plus the wrong tool.

The Legal Baseline

Using Constant Contact is not per se illegal for a federal agency. The U.S. International Development Finance Corporation publishes a dedicated Constant Contact Privacy Act Notice on its .gov site, stating that information collected via Constant Contact is used solely to send emails to subscribers. That is what a compliant setup looks like.

For NASA's setup to be compliant, four things need to hold:

  1. Privacy Act of 1974 (5 U.S.C. § 552a). Coverage under a published SORN — agency-specific or government-wide — and a Privacy Act statement at point of collection under § 552a(e)(3). The second requirement is not met here. The first is likely met via a government-wide mailing-list SORN but has not been verified for this specific list.
  2. E-Government Act § 208. A PIA is required before collecting PII electronically from the public.
  3. Paperwork Reduction Act. Voluntary subscription lists typically qualify for an exemption, so PRA is likely not a binding constraint.
  4. Vendor security posture. Low-stakes for email-only collection.

Other Yellow Flags

Non-.gov domain. OMB guidance and CISA direction push agencies toward .gov for authoritative public-facing services. A signup form living on lp.constantcontactpages.com trains users to trust third-party domains claiming to represent federal agencies — the pattern phishing campaigns exploit. Standards violation, not statute violation.

No visible SORN or PIA reference. NASA's privacy inventory should list a SORN covering subscription mailing lists and a PIA covering this Constant Contact collection. Neither is referenced on the signup page, and the footer makes no attempt to point to one.

Parallel infrastructure. Running a commercial mailing list alongside an existing federal subscription system duplicates attack surface and complicates record-keeping under the Federal Records Act.

Why This Matters for the User

If you sign up, you are handing your email to a commercial marketing platform under a CAN-SPAM subscription agreement, not a Privacy Act collection framework. Concretely:

  • You are consenting to "marketing emails" under commercial terms rather than being informed of your Privacy Act rights (access, amendment, accounting of disclosures).
  • Third-party analytics and tracking on a marketing landing page may log visit data beyond what NASA itself would collect.
  • If the vendor relationship ends or the list is transferred, the data-handling terms you never saw may change without Privacy Act protections kicking in.

The upside is narrow: timely notification about job postings that also appear on USAJOBS. The same result is obtainable by setting a USAJOBS saved search for "NASA Force," which keeps your email inside a known federal system (usajobs.gov, run by OPM) with proper Privacy Act coverage.

Updated Probability Estimates

  • Signup form is missing a required § 552a(e)(3) Privacy Act statement: ~85–90% (the footer is the evidence — the elements are not present).
  • A PIA covering this specific collection exists and is published: ~20–30%.
  • A SORN covers this collection (via a government-wide or NASA-wide mailing-list SORN): ~60–70%, unverified.
  • OIG or OSC would actually act on a complaint: <10%. Missing Privacy Act statements are among the most common federal privacy defects and rarely produce enforcement.

These are my estimates, not sourced findings.

How Consequential Is This?

Low-to-moderate. The practical legal risk is small — Privacy Act statement defects rarely produce enforcement, and the data collected (an email address) is low-sensitivity. The more interesting story is institutional: a federal agency using a consumer marketing platform's default CAN-SPAM footer for recruitment outreach, asking members of the public to consent to "marketing emails" from the U.S. government. That reflects a shortcut in the compliance review that the agency would probably rather not have in print.

What a Compliant Version Would Look Like

For reference:

  • A .gov-hosted landing page (e.g., nasa.gov/subscribe/nasa-force) or a GovDelivery page under NASA's existing infrastructure.
  • A visible Privacy Act statement citing NASA's collection authority, principal purpose, routine uses, and the voluntary nature of disclosure.
  • A link to the relevant SORN and PIA.
  • A privacy policy link resolving to nasa.gov, not a third-party domain.
  • No use of the word "marketing" to describe the emails.

The gap between that and the current implementation is the shape of the concern.

Sources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment