sisimai / p5-sisimai

Mail Analyzing Interface for email bounce: A Perl module to parse RFC5322 bounce mails and generating structured data as JSON from parsed results. Formerly known as bounceHammer 4: an error mail analyzer.
https://libsisimai.org
BSD 2-Clause "Simplified" License
76 stars 26 forks source link

Patterns for NullMX: RFC7505 #206

Closed azumakuniyuki closed 7 years ago

azumakuniyuki commented 7 years ago

Patterns to be implemented at

NullMX

% dig mx libsisimai.org

; <<>> DiG 9.8.3-P1 <<>> mx libsisimai.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57814
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;libsisimai.org.            IN  MX

;; ANSWER SECTION:
libsisimai.org.     300 IN  MX  0 .

;; Query time: 299 msec
;; SERVER: 172.31.127.254#53(172.31.127.254)
;; WHEN: Sun Dec 25 21:33:14 2016
;; MSG SIZE  rcvd: 47

See also

azumakuniyuki commented 7 years ago
azumakuniyuki commented 7 years ago

This issue have been moved to sisimai/set-of-emails#4