338553eda3
- SMTP falls back to RFC821 HELO when EHLO fails (and SSL is not required). - Use of true local host name (i.e.: via gethostname()) when available, as default argument to SMTP HELO/EHLO. - Test case 804 for HELO fallback.
11 lines
252 B
Plaintext
11 lines
252 B
Plaintext
# $Id$
|
|
# This file can be used to specify test cases that should not run when all
|
|
# test cases are run by runtests.pl. Just add the plain test case numbers, one
|
|
# per line.
|
|
# Lines starting with '#' letters are treated as comments.
|
|
563
|
|
564
|
|
802
|
|
803
|
|
804
|