Fossil SCM
Don't let the new --relayhost option for test-smtp-send become an undocumented feature.
Commit
edcde1fdaef5193a70ac1b1d328a8067ac841a6a6d3bd7a5a49efc34ba2ef114
Parent
c668444ddade478…
1 file changed
+1
+1
| --- src/smtp.c | ||
| +++ src/smtp.c | ||
| @@ -598,10 +598,11 @@ | ||
| 598 | 598 | ** to the list of users TO. FROM is the sender of the email. |
| 599 | 599 | ** |
| 600 | 600 | ** Options: |
| 601 | 601 | ** |
| 602 | 602 | ** --direct Go directly to the TO domain. Bypass MX lookup |
| 603 | +** --relayhost R Use R as relay host directly for delivery. | |
| 603 | 604 | ** --port N Use TCP port N instead of 25 |
| 604 | 605 | ** --trace Show the SMTP conversation on the console |
| 605 | 606 | */ |
| 606 | 607 | void test_smtp_send(void){ |
| 607 | 608 | SmtpSession *p; |
| 608 | 609 |
| --- src/smtp.c | |
| +++ src/smtp.c | |
| @@ -598,10 +598,11 @@ | |
| 598 | ** to the list of users TO. FROM is the sender of the email. |
| 599 | ** |
| 600 | ** Options: |
| 601 | ** |
| 602 | ** --direct Go directly to the TO domain. Bypass MX lookup |
| 603 | ** --port N Use TCP port N instead of 25 |
| 604 | ** --trace Show the SMTP conversation on the console |
| 605 | */ |
| 606 | void test_smtp_send(void){ |
| 607 | SmtpSession *p; |
| 608 |
| --- src/smtp.c | |
| +++ src/smtp.c | |
| @@ -598,10 +598,11 @@ | |
| 598 | ** to the list of users TO. FROM is the sender of the email. |
| 599 | ** |
| 600 | ** Options: |
| 601 | ** |
| 602 | ** --direct Go directly to the TO domain. Bypass MX lookup |
| 603 | ** --relayhost R Use R as relay host directly for delivery. |
| 604 | ** --port N Use TCP port N instead of 25 |
| 605 | ** --trace Show the SMTP conversation on the console |
| 606 | */ |
| 607 | void test_smtp_send(void){ |
| 608 | SmtpSession *p; |
| 609 |