E-mail to ${email} bounced: Permanent Failure[Link]

When DNS Belgium receives a permanent bounce message for an email to a registrant (licensee) contact, all registrars that have an active registration for that email address are informed.

The notification contains the detailed SMTP status code if it is available, along with the date/time when DNS Belgium received the bounce message.

From: Registry
To: Registrar
Purpose: Informs the Registrar that an email to a registrant (licensee) contact bounced
Content:
##SUBJECT: E-mail to ${email} bounced: Permanent Failure

----BEGIN-OF-CPS----
TYPE: EMAIL
ACTION: BOUNCED
EMAIL: ${email}
RETURNCODE: 2000
DETAILEDCODE: ${smtp-code}
DATE: ${dateYYYY-MM-DDTHH:MM:SS.mmmZ}
----END-OF-CPS----

Example EPP poll response:

<?xml version="1.0" encoding="UTF-8"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:dnsbe="http://www.dns.be/xml/epp/dnsbe-1.0">
  <response>
    <result code="1301">
      <msg>Command completed successfully; ack to dequeue</msg>
    </result>
    <msgQ count="3" id="441">
      <qDate>2018-06-12T10:00:00.000Z</qDate>
      <msg>E-mail bounced</msg>
    </msgQ>
    <resData>
      <dnsbe:pollRes>
        <dnsbe:type>EMAIL</dnsbe:type>
        <dnsbe:action>BOUNCED</dnsbe:action>
        <dnsbe:email>jdoe@example.com</dnsbe:email>
        <dnsbe:returncode>2000</dnsbe:returncode>
        <dnsbe:detailedcode>5.1.1</dnsbe:detailedcode>
        <dnsbe:date>2018-06-12T09:00:00.000Z</dnsbe:date>
      </dnsbe:pollRes>
    </resData>
    <trID>
      <clTRID>ABC-12345</clTRID>
      <svTRID>dnsbe-0</svTRID>
    </trID>
  </response>
</epp>