Hi All,
The DMARC XML schema listed in Appendix C of the spec defines 'RowType' as
<xs:complexType name="RowType">
<xs:all>
<!-- The connecting IP. -->
<xs:element name="source_ip" type="IPAddress"/>
<!-- The number of matching messages -->
<xs:element name="count" type="xs:integer"/>
<!-- The DMARC disposition applying to matching
messages. -->
<xs:element name="policy_evaluated"
type="PolicyEvaluatedType"
minOccurs="0"/>
</xs:all>
</xs:complexType>
Can someone please clarify what is meant here by 'number of matching messages'?
Does it indicate the total no. of messages received from source_ip or the no.
of recipients for a single message?
Thanks,
Lavanya
_______________________________________________
dmarc-discuss mailing list
[email protected]
http://www.dmarc.org/mailman/listinfo/dmarc-discuss
NOTE: Participating in this list means you agree to the DMARC Note Well terms
(http://www.dmarc.org/note_well.html)