DN42 Registry
Find a file
jrb0001 dc7e9f9611 Remove unreachable email addresses
<fb6e2d2235f6e47a15cdf756c4747dae@3e674a23a209be4e2046b4a3580db0db5718f78c.flonet.net>:
    host mailin3.hostsharing.net[176.9.242.53] said: 550 5.1.1
    <fb6e2d2235f6e47a15cdf756c4747dae@3e674a23a209be4e2046b4a3580db0db5718f78c.flonet.net>:
    Recipient address rejected: User unknown in relay recipient table (in reply
    to RCPT TO command)

<rpi@pilsbury.org>: host ASPMX.L.GOOGLE.COM[2a00:1450:400c:c0b::1a] said:
    550-5.1.1 The email account that you tried to reach does not exist. Please
    try 550-5.1.1 double-checking the recipient's email address for typos or
    550-5.1.1 unnecessary spaces. Learn more at 550 5.1.1
    https://support.google.com/mail/?p=NoSuchUser u204si5674314wmg.198 - gsmtp
    (in reply to RCPT TO command)

<aselias@chizeon.ltd>: host redirect.ovh.net[213.186.33.5] said: 521 No
    Redirect Entry for this address (in reply to RCPT TO command)

<clement@fezone.dhr.moe>: host mx.fezone.dhr.moe[133.130.89.67] said: 530 5.7.0
    Must issue a STARTTLS command first (in reply to MAIL FROM command)
2017-11-05 22:29:42 +01:00
data Remove unreachable email addresses 2017-11-05 22:29:42 +01:00
utils/schema-check update from registry 2017-10-27 20:31:41 +00:00
.gitignore add schema checker 2017-10-23 23:45:11 +00:00
check-my-stuff fix various items. and make tinc files more regular. 2017-10-27 09:59:20 -06:00
install-commit-hook update jrb0001's commit hook 2017-10-25 15:23:34 -06:00
README.md Update 'README.md' 2017-10-25 21:30:40 +00:00

Tips for a successful Pull Request

  1. Squash your commits -- Keep the changes simple to read.
  2. Run the schema check -- Make sure the changes are valid! Run ./check-my-stuff YOUROWN-MNT
  3. BONUS: install the commit hook! Run ./install-commit-hook YOUROWN-MNT
  4. Sign your commit -- Makes it easier to verify.
  5. Bonus: add your pgp fingerprint to your MNT auth: pgp-fingerprint <pgp-fingerprint> [See XUU-MNT example]
  6. ???
  7. Profit!