Deconstructing Return-Paths
Overview
Let’s deconstruct the example GreenArrow Studio generated Return-Path
(bounce address) below:
It consists of eight parts:
-
return
- The localpart of the bounce mailbox that GreenArrow Studio used. -
a
- The prefix that GreenArrow Studio prepends to ListIDs. This prefix is used to distinguish GreenArrow Studio generated messages from messages that were generated from other sources. This field is set equal toa
by default. -
31
- This is the ListID that the message was sent to. -
271
- Stat ID - This is an internal value that we use to determine where to put the stats for this bounce. -
272
- Stat Slice ID - This is an internal value that we use to determine where to put the stats for this bounce. -
recipient=customer.com
- The VERP encoded email address of the subscriber that this message was sent to. This exampleReturn-Path
is from a message that was sent to . See the Raw Injection Headers page for more information. -
4
- Indicates that this isReturn-Path
was generated by GreenArrow Studio. -
@example.com
- The domain name portion of the bounce mailbox that GreenArrow Studio used.
Web Interface Lookups
Once you’ve identified the subscriber ID and ListID, you can lookup information about the mailing list or subscriber.
To lookup information on the mailing list, go to the following URL:
http://HOSTNAME/ga/mailing_lists/LISTID/
The following replacements will need to be made:
- Replace
HOSTNAME
with your GreenArrow Studio server’s hostname. - Replace
LISTID
with the ListID.