mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-05-06 12:45:21 +08:00
DN42 Registry
![]() <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) |
||
---|---|---|
data | ||
utils/schema-check | ||
.gitignore | ||
check-my-stuff | ||
install-commit-hook | ||
README.md |
Tips for a successful Pull Request
- Squash your commits -- Keep the changes simple to read.
- Run the schema check -- Make sure the changes are valid! Run
./check-my-stuff YOUROWN-MNT
- BONUS: install the commit hook! Run
./install-commit-hook YOUROWN-MNT
- Sign your commit -- Makes it easier to verify.
- Bonus: add your pgp fingerprint to your MNT
auth: pgp-fingerprint <pgp-fingerprint>
[See XUU-MNT example] - ???
- Profit!