Skip to content

Instantly share code, notes, and snippets.

@eliotharper
Created October 26, 2016 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliotharper/abaec0a7d378af4f2a9328b915dedb77 to your computer and use it in GitHub Desktop.
Save eliotharper/abaec0a7d378af4f2a9328b915dedb77 to your computer and use it in GitHub Desktop.
%%[
var @subscriberEmail, @dataSourceEmail, @abort
set @dataSourceEmail = AttributeValue('Email')
set @subscriberEmail = emailaddr
if @dataSourceEmail != @subscriberEmail then
set @abort = true
else
set @abort = false
endif
]%%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment