aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2021-05-14 12:43:09 +0100
committerAdam Spragg <adam@spra.gg>2021-05-14 12:43:09 +0100
commit0e346097b0ad083e4a866a2ca019d7204bb977cf (patch)
tree7e1ba2fab6f3efa07d5cfc9c2f5ec6a95cd50bd5
parente72b3a36119ef531f3326864c7c89e4301920c09 (diff)
Add blank line for proper Markdown sytaxHEADmaster
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 488e95d..81c64db 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@ spamprox is a really stupid proxy that just about allows
[before-queue content filter](http://www.postfix.org/SMTPD_PROXY_README.html).
It speaks enough SMTP
+
* to send a "220" greeting
* to respond to everything up to a "DATA" command with "250 Ok"
* to respond to a "DATA" command with "354" and then wait for the terminating "."