chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:12:17 +08:00
commit cf8edb9f21
44281 changed files with 1655134 additions and 0 deletions
@@ -0,0 +1,20 @@
<header>SMTP server response on hostname reject</header>
<center><tt>invalid_hostname_reject_code</tt></center>
<hr>
This parameter specifies the SMTP server response code when a client violates the
<tt>reject_invalid_hostname</tt> anti-UCE restriction rule that is:<br>
<i>Bad syntax for client HELO hostname (Not RFC compliant)</i><br>
<br>
Note that the postfix default value used for <tt>invalid_hostname_reject_code</tt> is
code 501, and this code in 'standard RFC 822' should means 'Syntax error in parameters
or arguments'.
So with Postfix, a 501 status code does not reflect exactly the RFC822 explanation.<br>
<p>
To avoid confusion, you can change this to 574 for example (another reason is that code 501
is also the postfix default value for other kind of errors), otherwise, do not change
this unless you have a complete understanding of RFC 822.
</p>
<hr>